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)

sentinelks 15-10-2013 19:09

coliotte

File ini

1 file
if not ISArcExtract ( 0, 100,

2 file
if not ISArcExtract ( 0, 50,
if not ISArcExtract ( 0, 50,

5 file
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,

you divide ... a file flows up to 100%, if you divide / 50 a file ends at 50 and the second will come to 100

sentinelks 15-10-2013 20:37

done
 
Quote:

Originally Posted by hsalheen (Post 424438)
please could you write it for me in the script and resend it back?

done

sentinelks 16-10-2013 08:14

hsalheen

It was just a method to read the MB, is not a solution .. I prefer the manual method, so I insert the perfect size .. needsize is not good to read the size of the games, it's just an embellishment that serves no purpose :)

thenokiottos 16-10-2013 15:30

If i have two disks, which should i put the redist folder into?

coliotte 17-10-2013 05:31

Quote:

Originally Posted by sentinelks (Post 424437)
coliotte

File ini

1 file
if not ISArcExtract ( 0, 100,

2 file
if not ISArcExtract ( 0, 50,
if not ISArcExtract ( 0, 50,

5 file
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,
if not ISArcExtract ( 0, 20,

you divide ... a file flows up to 100%, if you divide / 50 a file ends at 50 and the second will come to 100

Where Can I find This "file.ini" ???

coliotte 17-10-2013 08:43

Quote:

Originally Posted by hsalheen (Post 424520)
Archives.ini



http://i.imgur.com/IuCYRMA.jpg

Evil Boy 17-10-2013 08:47

1 Attachment(s)
But Recently black Box changed their installer. (attached)

Kurutucu 17-10-2013 08:52

@Evil Boy

It's V2. But I'm cancelled V2. ;)

@coliotte

Use inno setup unicode version. If you already using close all Inno setup executables. Open & compile.

Joe Forster/STA 17-10-2013 11:57

Quote:

Originally Posted by Evil Boy (Post 424524)
But Recently black Box changed their installer. (attached)

Clean: https://www.virustotal.com/en/file/8...is/1382036175/

sentinelks 17-10-2013 12:27

myself in a black box v2 I caught a deadly virus

do not recommend to use games that contain bb V2

M3HDI 18-10-2013 14:57

i configed the Archive.ini with this code :
Quote:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data1.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data1.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data2.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data2.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Data3.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data3.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data4.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
because i want use for 4 DVDs game
when runing the setup and Data1.cab has been extract
Setup display to me a window for next file
but this window NO Have OK Button and just have 2 button (Browse&Cancel)
how to add the button in the Setup?

sentinelks 18-10-2013 17:14

Quote:

Originally Posted by M3HDI (Post 424581)
i configed the Archive.ini with this code :

because i want use for 4 DVDs game
when runing the setup and Data1.cab has been extract
Setup display to me a window for next file
but this window NO Have OK Button and just have 2 button (Browse&Cancel)
how to add the button in the Setup?

you should create a form to pathedit .. this is a solution for the disk change

varma1993 18-10-2013 23:46

hay can u make this old blackbox inno script with slides & video please

http://s14.postimg.org/n436podxt/Capture_2.jpg
http://s12.postimg.org/p78bq71el/Capture.jpg

M3HDI 19-10-2013 01:37

Quote:

Originally Posted by sentinelks (Post 424596)
you should create a form to pathedit .. this is a solution for the disk change

tnx for answer
plz put the form or a tutorial link

nelsit 19-10-2013 23:25

I add #define 7ZIP and #ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif

I have this error. [ISPP] Identifier Expected but number 7 (0x07) found.

sentinelks 21-10-2013 07:17

Quote:

Originally Posted by hsalheen (Post 424673)
the script contains 4 components (DirectX,VisualC++,NvidiaPhysx,Framework).
how to add Microsoft live to the script ?

;)

aj12345 24-10-2013 04:12

how to fix
 
how to fix.please help
http://youtu.be/KPMpHCqi2ik

doritox 24-10-2013 04:46

how i can add password to bin file?

aj12345 24-10-2013 04:55

http://s13.postimg.org/iuw9fhjjb/image.png

pakrat2k2 24-10-2013 16:09

look in the script for those sections that deal with PhysX & framework & comment those sections out ( add // to front of each line for that section )

as far as x/minimize button looks like they are already there, just not in format your used to seeing ??

M3HDI 25-10-2013 02:32

this script supported .arc .bin (i test those) and maybe other
but not support .cab file
my Archive.ini file configed with Setup-1.bin but i was given a .arc file to installer and setup continue
it's a bug in two script (BB & DB) but however this script better than DB script

jksengko 25-10-2013 08:06

error massage
 
1 Attachment(s)
i used v1.4 low compress during install come out this error massage??

M3HDI 25-10-2013 13:38

Quote:

Originally Posted by jksengko (Post 424779)
i used v1.4 low compress during install come out this error massage??

using v1.8
some bugs fixed in this version

doritox 25-10-2013 14:28

Quote:

Originally Posted by M3HDI (Post 424788)
using v1.8
some bugs fixed in this version

what about add password to arc/bin file?
how do this?


Edit: Nevermind

M3HDI 26-10-2013 03:47

Quote:

Originally Posted by doritox (Post 424791)
what about add password to arc/bin file?
how do this?


Edit: Nevermind

add with using Encryption tab

61n4n74r 27-10-2013 04:42

hello again mr kurutucu...
the font turn to black, how to fix it?
http://i.imgur.com/A97jwdY.jpg

then i got this error, i'm using rar
http://i.imgur.com/47AzwFs.jpg
please help, thanks...

Razor12911 27-10-2013 05:13

isdone doesn't support split-ted archives.

mechhax 27-10-2013 06:06

Hey, I am getting some "identifier expected" error in inno setup.
Please help.

Razor12911 27-10-2013 20:39

remember mate. windows themes also have an effect on programs and applications. it maybe be the theme you selected

61n4n74r 27-10-2013 21:49

but when i launch the setup.exe compiled from my computer in my friend's computer, it's still showing the black font...
how it could happen...

sentinelks 27-10-2013 23:20

trying to run a Setup.exe without skin, and see if it is always the same problem, if you need to do tests with other programs to see if there are any abnormalities or restores your system :rolleyes:

skakmatch 28-10-2013 00:59

Sory my english bad.

hi @kurutucu
i'm repack tom clancy splinter cell blacklist use blackbox and success play game.
but after game installed i cant update splinter cell blacklist v1.0.1 from offical download.
warning box say "Game not Installed". i think splinter cell blacklist update need registry or something. can you help me resolve this.

@razor12911
i see Resident Evil Revelations_Updated_Script.7z in page 41
can you tell me script open website after installer success ?

Thanks

Razor12911 28-10-2013 05:44

games developed by Ubisoft will always give you problems regarding registry entries.

procedure CurStepChanged(CurStep: TSetupStep);
begin
if CurStep = ssDone then
ShellExec('open', 'www.fileforums.com', '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
end;

ra_amr2010 30-10-2013 03:38

i need how you compress game by right way beacuse im done pal pls help and i cant edit archive.ini or pls tell me Understandable manner and thanks.

Name:amr mohamed

Nationality:Egyptian

Facebook:https://www.facebook.com/amr.bob.5836

or pls Spoke with me on facebook but pls answer me I'm four days ago on this case Thank you. :)

61n4n74r 03-11-2013 21:04

hy mr kurutucu...
if i use the compression in freearc, normal: -m4 -s128m
the installer is stop working...
then i use no compression -m0
the installer run nicely...

what is wrong?
thanks...

Pooseohyun 05-11-2013 20:02

I finding script to Create install of games so long anymore ,But not found until now it already to know where it is ,thank for advance to every1 that's help as post.

Evilsonja 09-11-2013 20:04

whenever i try to compli the script, the error popup and said [Text is not inside the section]
i'm really cofuse, then i try to reinstal anther version of IS, luckily the errors are disapear, replace it is anther error, it said [Identifier Expected] at this line
const
PCFonFLY=true;
notPCFonFLY=false;
Help me please!!!

y_thelastknight 09-11-2013 21:38

Quote:

Originally Posted by Evilsonja (Post 425633)
whenever i try to compli the script, the error popup and said [Text is not inside the section]
i'm really cofuse, then i try to reinstal anther version of IS, luckily the errors are disapear, replace it is anther error, it said [Identifier Expected] at this line
const
PCFonFLY=true;
notPCFonFLY=false;
Help me please!!!


Use Unicode Version of inno setup.

Evilsonja 10-11-2013 01:19

What exact compression method can i use, i want to repack my game so i need to use high compress method, if this script only support for non-compres method in free arc, there must be another way for another packing software. Help me please! my project is almost done!

dadasalam 10-11-2013 06:55

Quote:

Originally Posted by Razor12911 (Post 425654)
try using Inno Setup Unicode.

yeah now it is compiling thanks
but the speed is too much
i want to split them in dvd and the maximum compression
is these settings by default or i must to add code ?


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