|
#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 |
|
#17
|
|||
|
|||
|
What is defined by 0, 100, -1
|
|
#19
|
|||
|
|||
|
Hey, it's not in english
|
|
#20
|
|||
|
|||
|
I think this ISDone Example & Script may help you to understand something and easily creating your own installer using ISDone. Compress files with freearc without external compressor and hook it up with the installer using the example.
Script Edited by Me
__________________
NOT AVAILABLE |
| The Following User Says Thank You to 78372 For This Useful Post: | ||
Viper645 (13-03-2017) | ||
|
#21
|
|||
|
|||
|
Ok, I see it's a very beginner script to use for repacking. Let me see how well I can use it
|
|
#22
|
||||
|
||||
|
http://fileforums.com/showpost.php?p...1&postcount=89
Wrote this a couple of years ago, you may find it useful. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Viper645 (01-04-2017) | ||
|
#23
|
|||
|
|||
|
Will you please check your PM? Razor12911
|
![]() |
|
|
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 |