Wix is a pain in the ass

This commit is contained in:
Eric Fontana
2014-08-12 11:28:58 -04:00
parent a95c7bbea5
commit 4f99e21ea7

View File

@@ -40,7 +40,7 @@
<InstallExecuteSequence>
<Custom Action='ManagedInstall' After="InstallFiles">NOT Installed</Custom>
<Custom Action='ManagedInstall2' After="ManagedInstall">NOT Installed</Custom>
<Custom Action='ManagedUnInstall' Before="RemoveFiles">Installed</Custom>
<Custom Action='ManagedUnInstall' Before="RemoveFiles">(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")</Custom>
</InstallExecuteSequence>
<CustomAction Id="ManagedInstall"