Installer modification

This commit is contained in:
2019-09-28 13:41:39 +01:00
parent fc68a788ac
commit 544cdd826b
+1 -1
View File
@@ -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" After='RegisterEXE'> <Custom Action="UnRegisterEXE" Before="InstallFinalize">
<![CDATA[(REMOVE ~= "ALL" AND NOT UPGRADINGPRODUCTCODE)]]> <![CDATA[(REMOVE ~= "ALL" AND NOT UPGRADINGPRODUCTCODE)]]>
</Custom> </Custom>
</InstallExecuteSequence> </InstallExecuteSequence>