Deployment project question
-
Anyone know what i have to set in VS.NET 2003 in a deployment project to have it automatically unistall previous version of a setup and install the new app. If i change the UpgradeCode it reports that another version of the product is installed but wont unistall it or give an option to. I have checked the detect new version and remove previous versions. Any help is appreciated. :confused:
-
Anyone know what i have to set in VS.NET 2003 in a deployment project to have it automatically unistall previous version of a setup and install the new app. If i change the UpgradeCode it reports that another version of the product is installed but wont unistall it or give an option to. I have checked the detect new version and remove previous versions. Any help is appreciated. :confused:
i was searching for the same.... a follow up message in this would help... if u find an answer. Thanks :rose: There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce -
i was searching for the same.... a follow up message in this would help... if u find an answer. Thanks :rose: There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce -
To do this change the version number of the Installer and then press 'NO' to the updating of the UpgradeCode and ProductCode. This worked for me. :-O
will give it a try then There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce -
will give it a try then There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose BierceThere are many articles on the net which say to change the version number using an addin or a macro which will change the version before or after the build process and then, for the setup project there is a property 'RemovePrevsionVersion' which should be set to 'True' and 'DetectNewerInstalledVersion' to 'False'. I tried all these carefully but still does not work. Bhaskara