FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Help Me blackbox setup (https://fileforums.com/showthread.php?t=97835)

inatha3 11-04-2016 03:10

Help Me blackbox setup
 
2 Attachment(s)
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

ffmla 12-04-2016 20:38

Multiple post
 
See your previous post in blackbox inno script thread

mcc26 15-04-2016 21:28

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;

Carldric Clement 20-04-2016 21:11

Quote:

Originally Posted by inatha3 (Post 448416)
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;


inatha3 23-04-2016 06:06

Quote:

Originally Posted by Carldric Clement (Post 448628)
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 ?

felice2011 23-04-2016 07:20

Quote:

Originally Posted by inatha3 (Post 448691)
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.

inatha3 23-04-2016 08:23

Quote:

Originally Posted by felice2011 (Post 448694)
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 :D
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 :)

felice2011 23-04-2016 11:15

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:

http://i66.tinypic.com/2eqcnlk.png

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.


All times are GMT -7. The time now is 04:00.

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