Changeset 1c64bb in dvdvideosoft.freestudio
- Timestamp:
- 11/18/2015 09:46:44 PM (4 years ago)
- Branches:
- master
- Children:
- 2c3134
- Parents:
- 5199bf
- git-author:
- Mario Fetka <mario.fetka@…> (11/18/2015 09:46:44 PM)
- git-committer:
- Mario Fetka <mario.fetka@…> (11/18/2015 09:46:44 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLIENT_DATA/delsub32.ins
r538b6a r1c64bb 31 31 32 32 comment "Close the Uninstall browser window" 33 sleepSeconds 3 34 killtask "iexplore.exe" 35 killtask "iron.exe" 36 killtask "firefox.exe" 37 killtask "chrome.exe" 38 killtask "opera.exe" 33 Winbatch_taskkill 39 34 40 35 comment "Delete files" … … 50 45 "$UninstallProgramOld$" /silent /norestart /SUPPRESSMSGBOXES /nocancel 51 46 52 53 47 [Winbatch_uninstall] 54 48 "$UninstallProgram$" /silent /norestart /SUPPRESSMSGBOXES /nocancel 55 49 50 [Winbatch_taskkill] 51 cscript //b //nologo %ScriptPath%\browserkill.vbs 56 52 57 53 [Files_uninstall]
Note: See TracChangeset
for help on using the changeset viewer.