Uninstalling Previous Versions

  • Thread starter Thread starter Anthony Bouch
  • Start date Start date
A

Anthony Bouch

I've created a Deployment Project for my Windows application and have set:

RemovePreviousVersion = True

for the Deployment Project Properties.

However when I build a later version of the application - and rebuild the
Setup project, during installation the user is warned that there is an
earlier version that must be removed first - but it is not actually removed
by the installer.

How can I create a Deployment Project that will actually remove the earlier
version of the application before installing the new one?

Any tips or suggestions would be greatly appreciate.

Cheers,

Tony
 
Opps - sorry about the misposting - this was meant for the DotNet Framework
setup newsgroup.
 
Back
Top