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
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