Don't update config on uninstall

This commit is contained in:
Neil Alexander 2019-11-28 09:47:38 +00:00
parent 71f8096dac
commit 37a7d82c1f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -175,7 +175,9 @@ cat > wix.xml << EOF
<InstallExecuteSequence> <InstallExecuteSequence>
<Custom <Custom
Action="UpdateGenerateConfig" Action="UpdateGenerateConfig"
After="InstallFiles" /> After="InstallFiles">
NOT Installed AND NOT REMOVE
</Custom>
</InstallExecuteSequence> </InstallExecuteSequence>
</Product> </Product>