Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1051  
Old 18-09-2015, 10:42
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by ffmla View Post
Thanks for your reply,
In the script I edit to remove the following section

But the installer wizard make all page information to one
page. (All page wizards mixed in to single page)
How to fix it.
Thanks in advance.
can you share the script file, i will fix it for u.
i don't know how to explain it :/
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
ffmla (19-09-2015)
Sponsored Links
  #1052  
Old 19-09-2015, 00:35
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
My script with windows size problem.

Hello Bro,
Thanks for fixing my script.
I've attach my script.
@y_thelastknight
thanks for fixing & sorry for late reply.
Attached Files
File Type: zip Farcry.iss.zip (7.7 KB, 100 views)
Reply With Quote
  #1053  
Old 22-09-2015, 18:42
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)
Reply With Quote
  #1054  
Old 22-09-2015, 19:21
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by kannasuki View Post
Please help, installing my repack with archives.ini show "ISDone.dll An error ocurred when unpacking!
Unarc.dll returned an error code:-1
ERROR: archive data corrupted (decrompresion fails)
make sure arc.exe you used is compatible with unarc.dll.
Reply With Quote
  #1055  
Old 23-09-2015, 04:12
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
If archives.ini have only Data1-4 works, but with Data5 fails in different percentage.
Quote:
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 2 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 2 To 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 2 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;

Last edited by kannasuki; 23-09-2015 at 04:15. Reason: quote
Reply With Quote
  #1056  
Old 23-09-2015, 05:14
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
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;
Reply With Quote
The Following User Says Thank You to punchao For This Useful Post:
kannasuki (23-09-2015)
  #1057  
Old 23-09-2015, 06:07
kannasuki kannasuki is offline
Registered User
 
Join Date: Sep 2015
Location: Cochabamba
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
kannasuki is on a distinguished road
Quote:
Originally Posted by punchao View Post
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;
Thanks, but Data1-3 are DVD1 and 4-5 DVD2, i tried putting it like that but fails to change discs, this problem was only at the end
Reply With Quote
  #1058  
Old 24-10-2015, 04:19
vibhutech512 vibhutech512 is offline
Registered User
 
Join Date: Aug 2015
Location: Lucknow
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
vibhutech512 is on a distinguished road
Unhappy Setup in not extracting all .bin files !

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.
Reply With Quote
  #1059  
Old 30-10-2015, 08:41
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
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
Reply With Quote
  #1060  
Old 30-10-2015, 19:47
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by vibhutech512 View Post
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; "
First of all you have to set the setup-#.bin files properly according to how many fit on each disk. Then deal with the numbers ( 0, 100, .. the 100 would be correct IF only 1 file, you have 7 files so 100/7 = 14, so each of your 7 files
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:
Originally Posted by ramazan19833 View Post
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');
EDIT

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.
Attached Files
File Type: rar Black_Box_Script_By_Kurutucu_V1.8-y_thelastknight.rar (8.79 MB, 142 views)

Last edited by pakrat2k2; 30-10-2015 at 20:03.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Gehrman (04-06-2022)
  #1061  
Old 30-10-2015, 20:29
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Exclamation

I tried the video does not show a black screen ..
Reply With Quote
  #1062  
Old 30-10-2015, 20:33
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down

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
Reply With Quote
  #1063  
Old 31-10-2015, 09:24
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by ramazan19833 View Post
I tried the video does not show a black screen ..
then install k-lite codec pack, then video will show.

Quote:
Originally Posted by ramazan19833 View Post
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 .. .
I already told you Kurutucu v1.8 doesn't seem to work with video, use the archive I uploaded & copy over the image files from your folders into the archive folders I uploaded
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.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Stor31 (31-10-2015)
  #1064  
Old 31-10-2015, 13:14
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Please help setup does not see video

PLEASE HELP SETUP DOES NOT SEE VIDEO


Reply With Quote
  #1065  
Old 31-10-2015, 13:18
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 13:48.


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