Installer doesnot uninstall previous version

  • Thread starter Thread starter friend
  • Start date Start date
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
 
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.
 
Back
Top