mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 01:33:19 +03:00
Fix. Mis, do not InstallValidate when uninstall (#7692)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -32,6 +32,10 @@
|
|||||||
|
|
||||||
<InstallExecute After="RemoveExistingProducts" />
|
<InstallExecute After="RemoveExistingProducts" />
|
||||||
|
|
||||||
|
<!--Only do InstallValidate if is not Uninstall-->
|
||||||
|
<!--Do InstallValidate if is Install, Change, Repair, Upgrade-->
|
||||||
|
<InstallValidate Condition="NOT (Installed AND REMOVE AND NOT UPGRADINGPRODUCTCODE )" />
|
||||||
|
|
||||||
<Custom Action="TerminateProcesses" Before="RemoveFiles"/>
|
<Custom Action="TerminateProcesses" Before="RemoveFiles"/>
|
||||||
<Custom Action="TerminateProcesses.SetParam" Before="TerminateProcesses"/>
|
<Custom Action="TerminateProcesses.SetParam" Before="TerminateProcesses"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user