Changeset 5199bf in dvdvideosoft.freestudio
- Timestamp:
- 11/18/2015 09:44:14 PM (4 years ago)
- Branches:
- master
- Children:
- 1c64bb
- Parents:
- e81e23
- git-author:
- Mario Fetka <mario.fetka@…> (11/18/2015 09:44:14 PM)
- git-committer:
- Mario Fetka <mario.fetka@…> (11/18/2015 09:44:14 PM)
- Location:
- CLIENT_DATA
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CLIENT_DATA/setup32.ins
r2f9657 r5199bf 65 65 Sub_check_exitcode 66 66 67 comment "Close the After Install browser window" 68 Winbatch_taskkill 69 67 70 comment "Copy files" 68 71 Files_install /32Bit … … 76 79 endif 77 80 78 comment "Close the After Install browser window"79 sleepSeconds 380 killtask "iexplore.exe"81 killtask "iron.exe"82 killtask "firefox.exe"83 killtask "chrome.exe"84 killtask "opera.exe"85 86 87 81 [Winbatch_install] 88 82 "$InstallExe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /NOCANDY 83 84 [Winbatch_taskkill] 85 cscript //b //nologo %ScriptPath%\browserkill.vbs 89 86 90 87 [Files_install]
Note: See TracChangeset
for help on using the changeset viewer.