|
|
|
#1
|
||||
|
||||
|
if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue..', ExpandConstant('{src}'),'Data2.bin') then break; if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue..', ExpandConstant('{src}'),'Data3.bin') then break; if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 4To Continue..', ExpandConstant('{src}'),'Data4.bin') then break; if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue..', ExpandConstant('{src}'),'Data5.bin') then break; if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Data5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; |
| The Following User Says Thank You to punchao For This Useful Post: | ||
kannasuki (23-09-2015) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
|
|
#3
|
|||
|
|||
|
HELLO, I am new at Repacking GAMES.
I have created Bins for "COD:ADVANCED WARFARE". I am have 7 .Bin files and created the setup via Script provided and also edited the Archives.ini but still it is extracting only 3 Bin files and leave the rest of them. I have correctly renamed then as {setup-1,setup-2,setup-3,setup-4,setup-5,setup-6,setup-7} Kindly HELP ME in Fixing this !! This is the Archives.ini that i am using right now ! ~ " if not ShowChangeDiskWindow ('Please locate the Installation Files...', ExpandConstant('{src}'),'Setup-1.bin') then break; if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break; if not ISArcExtract ( 0, 80, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break; if not ISArcExtract ( 0, 60, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-4.bin') then break; if not ISArcExtract ( 0, 40, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 5 To Continue...', ExpandConstant('{src}'),'Setup-5.bin') then break; if not ISArcExtract ( 0, 20, ExpandConstant('{src}\Setup-5.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 6 To Continue...', ExpandConstant('{src}'),'Setup-6.bin') then break; if not ISArcExtract ( 0, 15, ExpandConstant('{src}\Setup-6.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 7 To Continue...', ExpandConstant('{src}'),'Setup-7.bin') then break; if not ISArcExtract ( 0, 10, ExpandConstant('{src}\Setup-7.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; //if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break; //if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break; " Last edited by vibhutech512; 24-10-2015 at 04:25. |
|
#4
|
|||
|
|||
|
Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .
#ifexist "Video.avi" ExtractTemporaryFile('Video.avi'); #endif #ifexist "Video.mp4" ExtractTemporaryFile('Video.MP4'); #endif #ifexist "Video.mpeg" ExtractTemporaryFile('Video.mpeg'); #endif #ifexist "Video.mpg" ExtractTemporaryFile('Video.mpg'); #endif #ifexist "Video.wmv" ExtractTemporaryFile('Video.wmv');[/QUOTE] Last edited by pakrat2k2; 30-10-2015 at 19:24. Reason: double post |
|
#5
|
||||
|
||||
|
Quote:
the number should be ( 0, 14 so that the % works properly when extracting the files until the end. IF I remember this correctly, if wrong then someone else jump in & correct it. Also read Note #2 first post. Quote:
I re-read your post & see the issue, it doesn't even ask if you want picture background or video background. Use this archive set I know it works. Last edited by pakrat2k2; 30-10-2015 at 20:03. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Gehrman (04-06-2022) | ||
|
#6
|
|||
|
|||
|
I tried the video does not show a black screen ..
|
|
#7
|
||||
|
||||
|
then install k-lite codec pack, then video will show.
Quote:
then the video should work fine, ive tested all video extensions & they play just fine. ( I do have klite codec pack installed tho ) Last edited by pakrat2k2; 31-10-2015 at 09:27. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Stor31 (31-10-2015) | ||
|
#8
|
|||
|
|||
|
Please Help We're copying the Video.wmv File black_box script_by_kurutuc V1.8 folder and Maine (the compact.mo + Slideshow & Video) .iss File Inno Ultra I open setup.exe file form I setup when the video instead I edia request may cause black screen please help .. .
![]() http://www.dosya.tc/server4/6g39ya/M...ideo_.rar.html |
|
#9
|
|||
|
|||
|
PLEASE HELP SETUP DOES NOT SEE VIDEO
![]() ![]() ![]() ![]() ![]()
|
|
#10
|
||||
|
||||
|
DELETE the setup.exe & re-run the ISS script, to generate NEW setup.exe. IF it still doesn't play, then use archive I uploaded it DOES work.
|
|
#11
|
|||
|
|||
HELP PLEASE DO NOT ARCHIVE DOWNLOADS in
|
|
#12
|
|||
|
|||
|
@pakrat2k2
hey.. i have a question, how can i split 1 big file with this blackbox inno setup script? so the problem is, i try to compress a game that has 1 big file around 10GB after compressing with this, it's still big around 8GB.. so i want the result of the compression to split, so it can be contain in a DVD-5 size.. can u help me pls ? or anyone else can help me ?
|
|
#13
|
||||
|
||||
|
Quote:
|
|
#14
|
|||
|
|||
|
Hi i am using
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break; if not ISArcExtract ( 0, 45, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break; if not ISArcExtract ( 0, 40, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break; if not ISArcExtract ( 0, 15, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break; if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break; along with compression method of Freearc+Precomp+Srep Compressor. I have trouble in repacking. But while extracting the game i am facing the error. ISDoNE.dll How to fix it |
|
#15
|
|||
|
|||
|
help
sory my english not good , im newbie
after instalation pro evolution soccer 2016 why dt00_win.cpk - dt70_win not insert in folder data ? my Archieves.ini Quote:
im using 2 dvd , What should I do if using 3 dvd or more ? thanks |
![]() |
|
|
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 |