Reputation: 8254
Is it possible to make a SETUP project in Visual Studio that *does not install* but upgrades an app that already exists on the user's disk ? Example: the user has version 1.1 of the product and we want to send em a SETUP / INSTALLER that upgrades 1.1 to 1.2 ?
Regards, MadSeb
Upvotes: 2
Views: 1451
Reputation: 21436
Sure. First you create an installer for the new version.
If the old version was installed by a MSI package:
If it was installed by a custom package:
Upvotes: 2