mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
add quotes for ExecWait
This commit is contained in:
parent
35c456fc02
commit
b8bb524399
@ -149,7 +149,7 @@ FunctionEnd
|
||||
|
||||
;Uninstaller section
|
||||
Section "Uninstall"
|
||||
ExecWait TaskKill /F /FI "WindowTitle eq IP *"
|
||||
ExecWait 'TaskKill /F /FI "WindowTitle eq IP *"'
|
||||
RMDir /r "$INSTDIR"
|
||||
Delete "$SMPROGRAMS\${ApplicationName}.lnk"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user