GabrielBarbu wrote:Hello,
You can achieve this functionality using the "Allow side by side installs of different product versions" option found on the Upgrades page. Then you can add the UpgradeDlg from the Upgrades page. Thus a user will be prompted whether he wants to overwrite the previous install or he wants to install side by side.
You could additionally search for an existing install beforehand and then use the result to
conditionally display the UpgradeDlg.
Regards,
Gabriel
Hi,
For the life of me I can't get anything to work.
Scenario: Builds using product version variations lower than Build (i.e. Revision). Of course I want to be able to install them over an existing version. I'm not making them for myself (well, in theory)
-> So I want to be able to always uninstall
A VERSION (no matter if it's
the same (-ish) version being installed) before installing a new one. That really shouldn't be so hard, should it?
Single .EXE in Enterprise
Windows 10
I've tried running custom actions before the install (at the very FIRST position in the wizard stage) - but it seems they're not even executed because nothing runs if the "already installed" error message pops up.
I've tried enabling side-by-side installations and checking for upgrade key
But all to no avail.
Is there a problem with Windows 10 in this regard?
Are there more detailed descriptions available? I'm probably doing something wrong.
("adding a dialog from the Upgrades page", for example, had me guessing. There is no direct way to add a dialog from there, I added it via the Dialogs page...)