Finally figured out how to tell wix "Uninstall Only"

This commit is contained in:
Eric Fontana
2014-08-13 13:14:06 -04:00
parent 8ebc4f894f
commit c44cfc2b68

View File

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