mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
better taskkill that matches the background process ipscan.exe and specifies to kill it's child process, javaw
This commit is contained in:
parent
b8bb524399
commit
3bb58ea50c
@ -149,7 +149,7 @@ FunctionEnd
|
||||
|
||||
;Uninstaller section
|
||||
Section "Uninstall"
|
||||
ExecWait 'TaskKill /F /FI "WindowTitle eq IP *"'
|
||||
ExecWait 'TaskKill /IM ipscan.exe /T /F'
|
||||
RMDir /r "$INSTDIR"
|
||||
Delete "$SMPROGRAMS\${ApplicationName}.lnk"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user