Installer doesnot uninstall previous version

F

friend

Dear all,

I am doing a set up and deployment project in vs 2008.
In the properties I have set
RemovePreviousVersions = TRUE
DetectNewerInstalledVersion = TRUE

and changed the version too

But it doesnt uninstall the previous version ?? What is the problem ??
Thanks for any suggestion
 
J

Joe Cool

Dear all,

I am doing a set up and deployment project in vs 2008.
In the properties I have set
RemovePreviousVersions = TRUE
DetectNewerInstalledVersion = TRUE

and changed the version too

But it doesnt uninstall the previous version ?? What is the problem ??
Thanks for any suggestion

You must set the version of all of the projects (in the assembly info
section of the project properties) in the solution and the version of
the setup to be the same thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top