FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

stkstk 19-11-2013 09:44

Height of the window will be infinitely stretched, how fixed window height

ncuz00 22-11-2013 12:30

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

sentinelks 22-11-2013 12:37

Quote:

Originally Posted by ncuz00 (Post 426225)
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

you can not! the file does not have to split the file. ex: include.lst :)


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

ncuz00 22-11-2013 13:12

Quote:

Originally Posted by sentinelks (Post 426226)
you can not! the file does not have to split the file. ex: include.lst :)

so what am i suppose to do? i want to repack game which have 7gb into 2xDVD5

pakrat2k2 22-11-2013 13:56

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.

ncuz00 23-11-2013 10:42

Quote:

Originally Posted by sentinelks (Post 426226)
you can not! the file does not have to split the file. ex: include.lst :)


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

i understand now, should i edit the main script? or just add the compressed folder to output folder?

ncuz00 23-11-2013 10:47

Quote:

Originally Posted by pakrat2k2 (Post 426229)
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.

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?

ncuz00 23-11-2013 15:07

Quote:

Originally Posted by pakrat2k2 (Post 426229)
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.

Quote:

Originally Posted by sentinelks (Post 426226)
you can not! the file does not have to split the file. ex: include.lst :)


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

here my list.lst and archives.ini
please help me how to add it to main.iss

https://dl-web.dropbox.com/get/help%...dm9hDzlqg&dl=1

pakrat2k2 23-11-2013 15:48

Quote:

Originally Posted by ncuz00 (Post 426272)
here my list.lst and archives.ini
please help me how to add it to main.iss

https://dl-web.dropbox.com/get/help%...dm9hDzlqg&dl=1

403 ERROR.. just file as attachment to your original post. RAR the file before uploading.

ncuz00 23-11-2013 19:54

1 Attachment(s)
Quote:

Originally Posted by pakrat2k2 (Post 426274)
403 ERROR.. just file as attachment to your original post. RAR the file before uploading.

here they are Attachment 7710 i try to repack naruto ultimate ninja storm 3 full burst to 2xDVD5

sentinelks 23-11-2013 22:54

Quote:

Originally Posted by ncuz00 (Post 426277)
here they are Attachment 7710 i try to repack naruto ultimate ninja storm 3 full burst to 2xDVD5

*.exe
*.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

ncuz00 24-11-2013 01:15

Quote:

Originally Posted by sentinelks (Post 426281)
*.exe
*.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

oke, i'll delete those files in data.lst. then what should i do with the script and the archives.ini ?

sentinelks 24-11-2013 01:22

Quote:

Originally Posted by ncuz00 (Post 426292)
oke, i'll delete those files in data.lst. then what should i do with the script and the archives.ini ?

x4dvd

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

ncuz00 24-11-2013 01:26

Quote:

Originally Posted by sentinelks (Post 426293)
x4dvd

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


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?

pakrat2k2 24-11-2013 08:28

yes, whatever you have filenames must match

if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), = set arc=Setup-1.bin


All times are GMT -7. The time now is 08:24.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com