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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-04-2016, 04:10
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Question Help Me blackbox setup

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:
if not ShowChangeDiskWindow ('Mohon Masukan DVD untuk melanjutkan...', ExpandConstant('{src}'),'Setup-1.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-2.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-3.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

im using 2 dvd , What should I do for archieve.ini if using 3 dvd or more ?
thanks
Attached Images
File Type: png 66666.png (471.2 KB, 189 views)
File Type: png 7777777.png (319.7 KB, 193 views)

Last edited by inatha3; 11-04-2016 at 04:14.
Reply With Quote
Sponsored Links
  #2  
Old 12-04-2016, 21:38
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 602
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Cool Multiple post

See your previous post in blackbox inno script thread
Reply With Quote
  #3  
Old 15-04-2016, 22:28
mcc26 mcc26 is offline
Registered User
 
Join Date: Jan 2016
Location: Indonesia
Posts: 20
Thanks: 0
Thanked 2 Times in 2 Posts
mcc26 is on a distinguished road
Buat 2 Folder sebelum mem-split menjadi bin... dan juga Script ini :

if not ShowChangeDiskWindow ('Mohon Masukan DVD untuk melanjutkan...', ExpandConstant('{src}'),'Setup-1.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-2.bin') then break;

if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

if not ShowChangeDiskWindow ('mohon masukan DVD 2 untuk melanjutkan..', ExpandConstant('{src}'),'Setup-3.bin') then break;

if not ISArcExtract ( 0, 00, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
The Following User Says Thank You to mcc26 For This Useful Post:
inatha3 (23-04-2016)
  #4  
Old 20-04-2016, 22:11
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 579
Thanks: 579
Thanked 632 Times in 227 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by inatha3 View Post
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




im using 2 dvd , What should I do for archieve.ini if using 3 dvd or more ?
thanks
To do this:
Quote:
If Setup-2.bin was to be data folder, try this code
Quote:
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}\Data'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
The Following User Says Thank You to Carldric Clement For This Useful Post:
inatha3 (23-04-2016)
  #5  
Old 23-04-2016, 07:06
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
To do this:
thanks its work , but now im using DLG_S_&_C 1.2 for split folder its very simple.

but this software dosn't work if have 1 big file .
i have 1 file 8GB how to split ?
Reply With Quote
  #6  
Old 23-04-2016, 08:20
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
Quote:
Originally Posted by inatha3 View Post
thanks its work , but now im using DLG_S_&_C 1.2 for split folder its very simple.

but this software dosn't work if have 1 big file .
i have 1 file 8GB how to split ?
You have a single file of 8 gb?
The utilities that you use divide the data folder in personalized size and then compress later.
If I understand what you need to you it is to compress the entire data folder of a game, and then split the archive in custom sizes.
Logically for the future installation, you must first assemble the splitted archives and then install the game.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche)
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)
Reply With Quote
The Following User Says Thank You to felice2011 For This Useful Post:
inatha3 (23-04-2016)
  #7  
Old 23-04-2016, 09:23
inatha3 inatha3 is offline
Registered User
 
Join Date: Feb 2015
Location: indonesia
Posts: 21
Thanks: 17
Thanked 2 Times in 2 Posts
inatha3 is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
You have a single file of 8 gb?
The utilities that you use divide the data folder in personalized size and then compress later.
If I understand what you need to you it is to compress the entire data folder of a game, and then split the archive in custom sizes.
Logically for the future installation, you must first assemble the splitted archives and then install the game.
that 's why i need go back to scholl for learn english
you mean fisrt split file 8GB (4 Gb - 4 Gb ) use zip or rar and delete 1 big file replace with 2 file split ? then use DLG_S_&_C 1.2 ?
can instaler blackbox inno setup working for this method ?
im newbie to much problem . cant install direxct when install the game
sory my bad english
Reply With Quote
  #8  
Old 23-04-2016, 12:15
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 354
Thanked 1,152 Times in 388 Posts
felice2011 is on a distinguished road
No bro ... you must not confuse the splitting a file into multiple files, and split a data folder in multiple folders.
The programs you use split a data folder in multiple folders, for then be compressed, in the simplest and fastest way, with the compatibility of installers created with inno-setup-script.
The second innovative method and not yet tested, is to compress the entire data folder in an archive, split the archive to the desired size.
For example in this way we will have an archive from 5GB (Data.arc) and the possibility to split the archive into 5 parts each of 1GB (Data1.arc, Data2.arc, Data3.arc, Data4.arc, Data5.arc)
This way you avoid the problem of the impossibility of dividing a data folder with inside an file of size greater of the size you set.
The whole thing is possible with a tool like this:



The idea of installation of splitted archives via installers compiled with inno, is this:
You compile the installation script with inside "dlgj+.exe".
During installation they join archives split by the start process "dlgj+.exe", creating the archive reassembled in the windows temporary directory, the installer will make its course by installing the game in the selected folder, files created in the folder temporary are deleted after installation.

Example merge split archives : Attachment 14258

If some friends here on the forum with good knowledge in programming with inno-setup script is interested in modify the installer with the start of the process (dlgj+.exe) to merge an archive split during the installation, I think the work can go forward.
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche)
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈
« Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only)

Last edited by felice2011; 25-09-2018 at 15:55.
Reply With Quote
Reply

Thread Tools
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
Blackbox Inno Setup Script Kurutucu Conversion Tutorials 1190 18-08-2019 23:43
Useful Dll for Inno Setup users peterf1999 Conversion Tutorials 88 01-12-2017 17:00
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 07:57
Blackbox Inno Setup Script how ti fix aj12345 PC Games - CD/DVD Conversions 3 05-12-2013 02:21



All times are GMT -7. The time now is 03:54.


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