|
#16
|
||||
|
||||
|
Quote:
Code:
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-a.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-c.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Insert Disk #2', ExpandConstant('{src}'),'Setup-b.bin') then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-b.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if ISExec(0, 0, 0, ExpandConstant('{tmp}\sfk.exe'),'join '+'"'+ExpandConstant('{app}\Setup-1.bin.part1')+'"' ,ExpandConstant('{tmp}'),'Setup-1.bin',false) then begin
if not ISArcExtract ( 0, 0, ExpandConstant('{app}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
DeleteFile(ExpandConstant('{app}\Setup-1.bin.part1'))
DeleteFile(ExpandConstant('{app}\Setup-1.bin.part2'))
DeleteFile(ExpandConstant('{app}\Setup-1.bin'))
end else break;
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Simorq (07-02-2016) | ||
| Sponsored Links |
|
#17
|
|||
|
|||
|
can you tell me which compression method is supported for this installer ? apparently the one i used is not supported by the installer
|
|
#18
|
||||
|
||||
|
I have not read the code, but I think support for decoding, must compress and decompress the file created by the compiler (bat or compressor that is) then try to decompress (and having already the decompression method) one already knows what he needs (that versions of SREP, preComp, msc, arc.ini etc.). if everything can not be decompressed only .dll SREP or inside precompress
|
|
#20
|
|||
|
|||
|
Sorry guys, how inno setup must be completed? to me by mistake
Sorry my English |
|
#21
|
|||
|
|||
|
Hi andrey. Are you tested this script again? I've compiled and i got problems when succesfully installation. There are error messages. So please, can you test again and fix that errors?
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| Resident Evil 6 Repack | jonhutty | PC Games - CD/DVD Conversions | 2 | 03-05-2014 16:54 |
| Ridge Racer Unbounded (1xDVD5 to 3xCD's) | Scarlet Blade | PC Games - CD/DVD Conversions | 12 | 24-01-2014 07:41 |