Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26-08-2014, 22:03
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 Adonix View Post
I did not understood 1 thing, help.
if i have 3 bin files, so what to add in "Archives.ini" ??
Presently i am using below code for a single .bin file. ,..so please guide me what more to add in this script for 2 more bin files, that is total 3.
Thanks..
red color text are you have to change..

Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following 2 Users Say Thank You to y_thelastknight For This Useful Post:
Adonix (27-08-2014), Carldric Clement (31-08-2014)
Sponsored Links
  #2  
Old 27-08-2014, 20:42
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Talking

Quote:
Originally Posted by y_thelastknight View Post
red color text are you have to change..

Code:
if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-1.bin') then break;
if not isarcextract ( 0, 34, expandconstant('{src}\setup-1.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;
if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-2.bin') then break;
if not isarcextract ( 0, 33, expandconstant('{src}\setup-2.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;
if not showchangediskwindow ('please insert disk to continue...', expandconstant('{src}'),'setup-3.bin') then break;
if not isarcextract ( 0, 33, expandconstant('{src}\setup-3.bin'), expandconstant('{app}'), '', false, '', expandconstant('{tmp}\arc.ini'), expandconstant('{app}'), false) then break;
you are best
Reply With Quote
  #3  
Old 31-08-2014, 06:19
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 660 Times in 234 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
red color text are you have to change..

Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Hi!

Additional:
Can be change name compression like
Code:
setup-1.bin to data1.bin or dgf1.bin
What means DGF?

Answer:
Code:
D = Data
G = Games
F = Files
Thats all!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 17:10.


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