|
#646
|
|||
|
|||
|
Height of the window will be infinitely stretched, how fixed window height
|
| Sponsored Links |
|
#647
|
|||
|
|||
|
hey everyone, i'm using Kurutucu Compressor and try to split 1 DVD9 to 2 DVD5. i have no idea what am i suppose to do with it
|
|
#648
|
|||
|
|||
|
Quote:
![]() x2Disc Base Method of conversions Example conversion DeadFall Adventures in list.lst add: ADVGame\* ADVGame folder is 5.6Gb Total Game is 7,62 approximative =: Disc1 Compress ADVGame folder Disc2 = the rest of the files to learn more, download conversion Fabio and Revo for complex conversions peterf1999 and Bamse Last edited by sentinelks; 31-01-2014 at 23:42. |
|
#649
|
|||
|
|||
|
so what am i suppose to do? i want to repack game which have 7gb into 2xDVD5
|
|
#650
|
||||
|
||||
|
you have to manually split up the files as best as possible in 2xdvd5. Use data1.lst & data2.lst to specify what files belong in each archive. Lots of trial & error for sure.
|
|
#651
|
|||
|
|||
|
Quote:
Last edited by ncuz00; 23-11-2013 at 13:16. |
|
#652
|
|||
|
|||
|
i understand now how to create the data1.lst. and should i edit the script or just compile the script with data1 folder in output folder?
Last edited by ncuz00; 23-11-2013 at 13:19. |
|
#653
|
|||
|
|||
|
Quote:
Quote:
please help me how to add it to main.iss https://dl-web.dropbox.com/get/help%...dm9hDzlqg&dl=1 |
|
#654
|
||||
|
||||
|
Quote:
|
|
#655
|
|||
|
|||
|
Quote:
Last edited by ncuz00; 23-11-2013 at 20:00. |
|
#656
|
|||
|
|||
|
Quote:
*.dll *.png ? there is no need to declare in this way, or give the name or do not enter anything even if it is okay equal Last edited by sentinelks; 24-11-2013 at 00:20. |
|
#657
|
|||
|
|||
|
oke, i'll delete those files in data.lst. then what should i do with the script and the archives.ini ?
|
|
#658
|
|||
|
|||
|
Quote:
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; Setup-1.bin,2,3,4 or data1.bin,2,3,4 |
|
#659
|
|||
|
|||
|
Quote:
i dont need to add if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break; after if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; ? one more, see the bold one set arc=data1.bin if exist .\DVD1\%arc% goto data2 arc a -ep1 -r -ed -ld -w.\ -msrep64+precomp+lzma:a2:mfbt4:d256m:fb128:mc1000:l c8 [email protected] -xunins* -dp"%choice1%" .\DVD1\%arc% if ERRORLEVEL 1 goto arcfail :end in your script set arc=data1.arc if exist .\DVD1\%arc% goto data2 arc a -ep1 -r -ed -ld -w.\ -msrep64+precomp+lzma:a2:mfbt4:d256m:fb128:mc1000:l c8 [email protected] -xunins* -dp"%choice1%" .\DVD1\%arc% if ERRORLEVEL 1 goto arcfail :end am i correct to change it? Last edited by ncuz00; 24-11-2013 at 01:34. |
|
#660
|
||||
|
||||
|
yes, whatever you have filenames must match
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), = set arc=Setup-1.bin |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |