sleep 5 seconds befor killing

This commit is contained in:
Mario Fetka 2013-03-19 09:00:35 +01:00
parent c2c6a7507c
commit 0590998c42
2 changed files with 4 additions and 15 deletions

View File

@ -41,21 +41,13 @@ LinkFolder_uninstall
[Winbatch_uninstall_old]
"$UninstallProgramOld$" /SILENT /NORESTART /SUPPRESSMSGBOXES
sleepSeconds 5
taskkill /F /IM iexplore.exe
taskkill /F /IM iron.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM opera.exe
taskkill /F /IM iexplore.exe /IM iron.exe /IM firefox.exe /IM chrome.exe /IM opera.exe
[Winbatch_uninstall]
"$UninstallProgram$" /SILENT /NORESTART /SUPPRESSMSGBOXES
sleepSeconds 5
taskkill /F /IM iexplore.exe
taskkill /F /IM iron.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM opera.exe
taskkill /F /IM iexplore.exe /IM iron.exe /IM firefox.exe /IM chrome.exe /IM opera.exe
[Files_uninstall]

View File

@ -77,11 +77,8 @@ endif
[Winbatch_install]
"$InstallExe$" /SILENT /NORESTART
taskkill /F /IM iexplore.exe
taskkill /F /IM iron.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM opera.exe
sleepSeconds 5
taskkill /F /IM iexplore.exe /IM iron.exe /IM firefox.exe /IM chrome.exe /IM opera.exe
[Files_install]
; copy the ini file to the InstallDir