Installing assemblies to GAC with Windows Installer
Posted
by Andy Xufuris
on Stack Overflow
See other posts from Stack Overflow
or by Andy Xufuris
Published on 2009-08-25T19:31:52Z
Indexed on
2010/05/26
17:01 UTC
Read the original article
Hit count: 295
I am creating a Windwos Installer project just for the use of installing our third party assemblies into the gac of the users computer. The problem i am running into, is when i make an update to the assemblie and increment it's version number, i get an error saying: "Another version of this product is already installed. Installation of this version cannot continue..." I would have figured that windows installer would update the local machine with the new assemblie. Am i doing something wrong?
© Stack Overflow or respective owner