Click here to Skip to main content
15,885,876 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,

I have one Application setup(MSI) v1.0.0.1,that is developed in VS 2005 using C#.
Installer.cs class contains install() and uninstall() functions.
Then i created one more setup(MSI) setup for same app'n, i.e, V1.0.0.2
Here i set the Removepreviousversion option as TRUE and installallusers as TRUE.
and setup version also changed to 1.0.2(previously its 1.0.1 for V1.0.0.1)
and I updated the Assembly version and assembly file version to 1.0.0.2(previously its 1.0.0.1).

While installing v1.0.0.2 (v1.0.0.1 already installed) it is not showing any exceptions(i placed try/catch in code) but new version functionality is not working.
And i checked manually, i mean i uninstalled v1.0.0.1 manually and installed the v1.0.0.2 ,then its working fine.

Is there any problem with code or setup settings?

im trying to find out the solution and
can any one help me for this scenario.

Thanks in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900