FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

ramazan19833 31-10-2015 13:31

:eek:HELP PLEASE DO NOT ARCHIVE DOWNLOADS in

senying 06-11-2015 17:22

@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 ? :D or anyone else can help me ?

rinaldo 07-11-2015 05:48

Quote:

Originally Posted by senying (Post 444324)
@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 ? :D or anyone else can help me ?

use this

sasisoman 30-12-2015 03:50

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

inatha3 11-04-2016 02:57

help
 
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 if using 3 dvd or more ?
thanks

ffmla 12-04-2016 20:16

Change your archive in file.progress
 
Quote:

Originally Posted by inatha3 (Post 448415)
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 if using 3 dvd or more ?
thanks


Hey edit your Archives.ini file .
Ie .total progress is 100.
You need to separate the progress with isdone extraction.
ISArcextract(0,40 for setup-1.bin
ISArcextract(0,40 for setup-2.bin
ISArcextract(0,20 for setup-3.bin
if you create more bin files allocate their progress value total of 100.

These type of questions asked and answers before. So youread all previous threads and know much things. Be effective not lazy:)
Read this thread
http://fileforums.com/showpost.php?p...1&postcount=89

inatha3 15-04-2016 11:50

Quote:

Originally Posted by ffmla (Post 448447)
Hey edit your Archives.ini file .
Ie .total progress is 100.
You need to separate the progress with isdone extraction.
ISArcextract(0,40 for setup-1.bin
ISArcextract(0,40 for setup-2.bin
ISArcextract(0,20 for setup-3.bin
if you create more bin files allocate their progress value total of 100.

These type of questions asked and answers before. So youread all previous threads and know much things. Be effective not lazy:)
Read this thread
http://fileforums.com/showpost.php?p...1&postcount=89

im sory .
I've read but still do not understand , now problem solved hehe thanks .
i can make installer :D

Edioscote 18-04-2016 16:32

Language ???
 
it is possible to change the installer language?

gauravxstore 22-04-2016 12:35

whenever i create a repack any game and after installed the game it create installed game folder's shortcut on desktop not playable exe game shortcut. plz help me out,,,,,

nizcoz 26-04-2016 12:46

Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.

felice2011 26-04-2016 23:55

Quote:

Originally Posted by nizcoz (Post 448732)
Hi! i am new. How do I change ¨kurutucu fileforums¨ in the beginning of the setup? Thanks.

Create a new custom logo and replace it to that existing in the style folder.

nizcoz 27-04-2016 04:35

Quote:

Originally Posted by felice2011 (Post 448734)
Create a new custom logo and replace it to that existing in the style folder.

Thanks!!!!!

Gracias!!!

nizcoz 27-04-2016 04:54

Other question...... I eliminated the tasks. ¿How change the name (and the function) next button on previous page (rename folder, direct access,etc) by install button?

PD: sorry for my bad english.

inatha3 03-05-2016 11:57

Open URL
 
How to Open URL after finish instalation and how to roll back install if corupt or eror ? thanks

anoop1507 04-05-2016 10:04

I compiled the setup but when try to install it shows setup has stopped working tried many times please help!


All times are GMT -7. The time now is 10:57.

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