|
#16
|
|||
|
|||
|
Quote:
function ISExec (CurComponent:Cardinal; PctOfTotal, ProcessTime:double; ExeName, Parameters, TargetDir, OutputStr:string, Show:boolean):boolean; Examples: If not ISExec (0, 0, 0, ExpandConstant ('{tmp} \ precomp.exe'), ExpandConstant ('-r -o "{app} \ data.pak" "{app} \ data.pcf"') , 'Data.pak', false); Runs the precomp.exe file located in the {tmp} folder with the parameters for extracting data.pcf from {app} into data.pak with the "data.pak" text in the "Extract file:" field in the install window. Console application window is hidden. The progress of the operation is considered based on the test pass and the previous operations performed. If not ISExec (0, 100, -1, ExpandConstant ('{tmp} \ precomp.exe'), ExpandConstant ('-r -o "{app} \ data.pak" "{app} \ data.pcf"' ), 'Data.pak', false); The same as the previous example, but the percentages are manual and the progress will be in place before execution, then jump to 100%. The window of the application being launched is also hidden. Example Are taken from profrager help file. |
| The Following User Says Thank You to ffmla For This Useful Post: | ||
Viper645 (11-03-2017) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Masked Compression (Ultimate compression in one go) | panker1992 | Conversion Tutorials | 661 | 13-05-2024 16:51 |
| ISDone.dll error (Installer Creator) | Stor31 | Conversion Tutorials | 2 | 08-03-2015 12:36 |
| i am trying to create a new setup bt it gives me isdone.dll error :( | Silent-R | PC Games | 1 | 15-04-2014 06:18 |