Do not run exe again after uninstallation

This commit is contained in:
Paddy Xu
2017-06-29 22:27:11 +03:00
parent 57bf0e701a
commit d65a3a109e

View File

@@ -71,7 +71,7 @@
<UIRef Id="WixUI_InstallDir" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction" Value="LaunchApplication">1</Publish>
<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction" Value="LaunchApplication">NOT Installed</Publish>
</UI>
</Product>
</Wix>