|
#2
|
|||
|
|||
|
Need to include the files in the script too like:
[Files] Source: "Include\arc.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\CLS.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\English.ini"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\Facompress.dll"; DestDir: "{tmp}"; Flags: dontcopy Source: "Include\unarc.dll"; DestDir: "{tmp}"; Flags: dontcopy and under CurStepChanged procedure too: ExtractTemporaryFile('arc.ini'); ExtractTemporaryFile('CLS.ini'); ExtractTemporaryFile('English.ini'); ExtractTemporaryFile('Facompress.dll'); ExtractTemporaryFile('unarc.dll'); If these don't help, check if your arc.ini has zlib definition like: [External compressor:xtool] header = 0 unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> If you want, you can also try out this and directly use the Setup.dll file from DSG. Simple Installer FMXInno Compile it with Inno 5.6.0 |
| The Following User Says Thank You to Fak Eid For This Useful Post: | ||
wrathma (26-06-2024) | ||
| Tags |
| compression, newbie, repack, script |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installer Carl Repacks v2 | Carldric Clement | Conversion Tutorials | 16 | 02-03-2024 05:43 |
| Nba 2k22 | mausschieber | PC Games - CD/DVD Conversions | 7 | 11-07-2022 02:57 |
| Creating a Memory Card Exploit | Ne0 | PS2 Games | 0 | 08-07-2009 22:24 |
| Problem creating KOTOR 2 ISO | congee_33 | XBox Games | 10 | 03-10-2005 02:04 |
| Creating ISO | wildennis | XBox Games | 12 | 09-02-2004 06:27 |