Changing the place for uninstall deregister

This commit is contained in:
2019-09-28 13:43:02 +01:00
parent 544cdd826b
commit 274ecbab6b
+1 -1
View File
@@ -34,7 +34,7 @@
<Custom Action='RegisterEXE' Before="InstallFinalize">
<![CDATA[(NOT Installed)]]>
</Custom>
<Custom Action="UnRegisterEXE" Before="InstallFinalize">
<Custom Action="UnRegisterEXE" After="InstallInitialize">
<![CDATA[(REMOVE ~= "ALL" AND NOT UPGRADINGPRODUCTCODE)]]>
</Custom>
</InstallExecuteSequence>