> We are having great difficulty configuring the 'setup' project in .net and
> making it so that it will OVERWRITE and REPLACE previous versions. We have
[quoted text clipped - 9 lines]
> Can anyone tell me what we are missing here as this is holding up our
> release.
change version property of setup project...

Signature
Pozdrav,
Josip Medved, MCSD
http://www.jmedved.com
Gene Vangampelaere - 29 Nov 2004 13:42 GMT
Change it to a version higher than 1.0.0
I noticed that using 0.0.1 ... did not work properly.
> > We are having great difficulty configuring the 'setup' project in .net and
> > making it so that it will OVERWRITE and REPLACE previous versions. We have
[quoted text clipped - 11 lines]
>
> change version property of setup project...
Phil Wilson - 29 Nov 2004 16:42 GMT
You're right, VS setup projects start the version at 1.0 and don't upgrade
versions below this with a RemoveExistingProducts. The other thing to watch
out for is that an Everyone install won't upgrade a Just me and vice versa.
Also the ProductCodes must be different but the Upgradecode needs to be the
same.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
> Change it to a version higher than 1.0.0
> I noticed that using 0.0.1 ... did not work properly.
[quoted text clipped - 17 lines]
>>
>> change version property of setup project...