Finally figured out how to tell wix "Uninstall Only"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user