Changing the place for uninstall deregister
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<Custom Action='RegisterEXE' Before="InstallFinalize">
|
<Custom Action='RegisterEXE' Before="InstallFinalize">
|
||||||
<![CDATA[(NOT Installed)]]>
|
<![CDATA[(NOT Installed)]]>
|
||||||
</Custom>
|
</Custom>
|
||||||
<Custom Action="UnRegisterEXE" Before="InstallFinalize">
|
<Custom Action="UnRegisterEXE" After="InstallInitialize">
|
||||||
<![CDATA[(REMOVE ~= "ALL" AND NOT UPGRADINGPRODUCTCODE)]]>
|
<![CDATA[(REMOVE ~= "ALL" AND NOT UPGRADINGPRODUCTCODE)]]>
|
||||||
</Custom>
|
</Custom>
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
|||||||
Reference in New Issue
Block a user