View Full Version : Blackbox Inno Setup Script
pakrat2k2
17-06-2013, 05:15
for which redist? if directx try change /q to /silent ..
assassin193
17-06-2013, 05:23
if i just want create an installation, not include any thing like directx, redist....... just install a game, how to do that ???
assassin193
17-06-2013, 12:22
phew, at last i've found some threads about Inno in my country, that's lucky for newbie like me :) bụt they don't really good like you guys in here :) that's true !!!
uhmmm, now i need add logo (such as Assassin's Creed) in any corner of the setup window, what should i do with the script ???
sentinelks
17-06-2013, 13:55
assassin193
this is a poor question to understand what to do, better screenshots of your problem
nicola16
18-06-2013, 03:07
you should speak only English.
/my-images/266/6rz.png/]http://img266.imageshack.us/img266/7786/6rz.png[/URL]
http://img266.imageshack.us/img266/7786/6rz.png
please help me
Kurutucu
18-06-2013, 04:02
@bgsyc
You forget to change Archives.ini.
Please use English language only :)
assassin193
18-06-2013, 04:24
assassin193
this is a poor question to understand what to do, better screenshots of your problem
sorry for what i say that you don't understand, i'm form vietnam and i don't know much english :(
now i want to add logo (such as logo Assassin's Creed) like in this image, so what should i do with the script ???
http://img515.imageshack.us/img515/9282/13rn.png
y_thelastknight
18-06-2013, 04:29
sorry for what i say that you don't understand, i'm form vietnam and i don't know much english :(
now i want to add logo (such as logo Assassin's Creed) like in this image, so what should i do with the script ???
There is a logo.bmp in the style folder replace with your logo.bmp file
assassin193
18-06-2013, 07:10
err , i see the folder named 'Slide'
so how does it work ???
sentinelks
18-06-2013, 09:16
no Slide..
change logo.bmp in Style folder to you logo.bmp
adjustments logo
WizardForm.WizardBitmapImage2.Width := ScaleX(230);
WizardForm.WizardBitmapImage2.Height := ScaleX(55);
WizardForm.WizardBitmapImage2.Top:=340;
WizardForm.WizardBitmapImage2.Left:=5;
add you logo in forum .rar :)
image optmizated
assassin193
18-06-2013, 12:40
i have trouble, how can i fix it ???
http://i.minus.com/ibbK5O9UFyz3ZM.png
sentinelks
18-06-2013, 13:55
i have trouble, how can i fix it ???
http://i.minus.com/ibbK5O9UFyz3ZM.png
http://fileforums.com/showpost.php?p=419615&postcount=229
assassin193
18-06-2013, 14:15
http://fileforums.com/showpost.php?p=419615&postcount=229
thank you so much, it works :X
assassin193
18-06-2013, 14:25
now i have a question
i open the setup.exe, i see my logo and when i click my logo, it take me to fileforums.com
now i want to change another link or remove that link, what should i do ???
sentinelks
18-06-2013, 14:52
now i have a question
i open the setup.exe, i see my logo and when i click my logo, it take me to fileforums.com
now i want to change another link or remove that link, what should i do ???
#define AppURL "https://www.facebook.com/cemal93" change in:
#define AppURL "your link"
nicola16
18-06-2013, 15:37
Open main.iss look for the red words on top
//----------This Installer Uses Inno Setup Unicode Version----------\\
#define AppURL "https://www.facebook.com/cemal93"
assassin193
18-06-2013, 19:09
thank you so much, and if i want to add vietnamese in, where should i do ??? i have a file named Vietnamese.isl
and in Slide folder, can i change another image ??? and more pictures than in that folder (example 9 pictures) ???
pakrat2k2
18-06-2013, 19:15
edit main.iss and look for
[Languages]
Name: eng; MessagesFile: compiler ; default.isl ( without spaces to avoid emotion icons showing up )
change it to vietnamese, the isl chould be in placed is inno dir languages subfolder.
C:\Program Files (x86)\Inno Setup 5\Languages
assassin193
18-06-2013, 21:11
edit main.iss and look for
[Languages]
Name: eng; MessagesFile: compiler ; default.isl ( without spaces to avoid emotion icons showing up )
change it to vietnamese, the isl chould be in placed is inno dir languages subfolder.
C:\Program Files (x86)\Inno Setup 5\Languages
i follow your instruction and ... :(
http://i.minus.com/ibx5wzbSDaUqVG.png
but i create folder Languges in folder Black_Box_Script_By_Kurutucu_V1.8 it actually works !!! but when i open setup.exe, font error :(
i run the script Main(Compact.Mode).iss
it gives me an error
Line 40:
column 1:
Identified Expected.
gamesbox796
19-06-2013, 00:59
I had already use Inno setup unicode in which we can add files,folders,licence agreement directly but how to add folder of the game directly in this script which has to be extracted after installation is completed (for example in c: /program files/ubisof]
y_thelastknight
19-06-2013, 01:18
i run the script Main(Compact.Mode).iss
it gives me an error
Line 40:
column 1:
Identified Expected.
can you check the Error again Line 40 or 140?
what is your inno setup version ANSI or UNICODE?
can you check the Error again Line 40 or 140?
what is your inno setup version ANSI or UNICODE?
my Bad
it was line 140..
sorry again
I am using Ansi version of Innoset up.
y_thelastknight
19-06-2013, 01:40
my Bad
it was line 140..
sorry again
I am using Ansi version of Innoset up.
i thought
find this line and change this to
type
#ifdef UNICODE
PChar = PAnsiChar;
#endif
this
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif
kostaskaraivalis
19-06-2013, 02:31
find that line and change it into
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif
I was getting the exact same error, but I was waiting for someone else to make that question..
Many thanks y_thelastknight!
i thought
find this line and change this to
type
#ifdef UNICODE
PChar = PAnsiChar;
#endif
this
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif
Thanks @thelastknight,
this solved my problem.
I have a little question to ask again.
I use classical method of compression
i.e. freearc (-m0)>precomp>srep>freearc (-mx) >innosetup.
lets assume my data file is data1.arc (after final -mx compression).
What changes i have to make in archieves.ini for this method of compression.?
sentinelks
19-06-2013, 05:43
someone help me :(
you need to add the language file -> yourlanguage.isl
sentinelks
19-06-2013, 05:57
[Languages]
Name: vtm; MessagesFile: Vietnamese.isl
you should edit some things that are not there (this is only for inno setup) no script mod
kostaskaraivalis
19-06-2013, 10:07
I have a little question to ask again.
I use classical method of compression
i.e. freearc (-m0)>precomp>srep>freearc (-mx) >innosetup.
lets assume my data file is data1.arc (after final -mx compression).
What changes i have to make in archieves.ini for this method of compression.?
Try this assuming your compressed files have the same name "data1"
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISSRepExtract ( 0, 33, ExpandConstant('{app}\data1.srep'),ExpandConstant( '{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
y_thelastknight
19-06-2013, 10:22
kostaskaraivalis You missed the Precomp part..
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISPrecompExtract( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.srep'), true) then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'),ExpandConstant( '{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
kostaskaraivalis You missed the Precomp part..
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISPrecompExtract( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.srep'), true) then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'),ExpandConstant( '{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
@ y_thelastknight
you and kostaskaraivalis both used different variabales in archieve.ini i.e. 0,25 (your values) and 0,33 (kostaskaraivalis 's value).
what effect those variable (in archieves.ini) make in this file or game compression.?
BTW thanks for your reply.
@ y_thelastknight
you and kostaskaraivalis both used different variabales in archieve.ini i.e. 0,25 (your values) and 0,33 (kostaskaraivalis 's value).
what effect those variable (in archieves.ini) make in this file or game compression.?
BTW thanks for your reply.
@ y_thelastknight
sorry for trouble
i read the tutorial by Razor12911 about this script and i find out about those variables.
kostaskaraivalis
19-06-2013, 22:51
kostaskaraivalis You missed the Precomp part..
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISPrecompExtract( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.srep'), true) then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'),ExpandConstant( '{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}'), '', true, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
He said he used only Arc -m0 --> srep --> arc -mx
there is method without using precomp as well.
I try to run a sample to test it
It give me following error
Run time error (at 141:21):
could not call proc.
ok
somebody tell me what is that?
y_thelastknight
20-06-2013, 02:11
He said he used only Arc -m0 --> srep --> arc -mx
there is method without using precomp as well.
read the post dude :)
i.e. freearc (-m0)>precomp>srep>freearc (-mx) >innosetup.
kostaskaraivalis
20-06-2013, 04:20
Indeed, well I ought to mention it for a general purpose then.
Kurutucu
20-06-2013, 14:15
RAR and 7Zip info added.
assassin193
20-06-2013, 22:21
need little help
http://i.minus.com/ibnDZoP5TDYEil.png
AHRIMANSEFID
21-06-2013, 03:24
I made the inno Setup program with the program.
Not to allow the finished unpacking.
pakrat2k2
21-06-2013, 08:23
read instructions written by Razor12911
http://fileforums.com/showpost.php?p=418281&postcount=89
hello
as disable to compression?
pakrat2k2
21-06-2013, 12:33
hello
as disable to compression?
READ post #1, if you read it all you would have seen how-to for no compression.
look for NOTE 1
someone can give me an example inno script for this blackbox innoset up script...?
i am stuck...
buttignol
22-06-2013, 07:14
How to appear in the Programs/Features Windows the total size of the game script Black box appears 1.20 MB
Game size eg 5.3 GB
Kurutucu
22-06-2013, 07:34
1.8
-Slideshow and Video added (By y_thelastknight).
Pirate Ted
22-06-2013, 08:43
nice Installer..someone here please add system requirements
skakmatch
22-06-2013, 08:47
Update 1.8 its very cool.
anyone can you share how to compress like a setup-1a.bin , setup-1b.bin, setup-2a.bin with freearc or precomp..
How to appear in the Programs/Features Windows the total size of the game script Black box appears 1.20 MB
Game size eg 5.3 GB
[Setup]
UninstallDisplayName={#AppName}
UninstallDisplayIcon={app}\{#AppExec}
UninstallDisplaySize=Set in bytes. (1048576 bytes = 1 megabyte)
pakrat2k2
22-06-2013, 09:25
Update 1.8 its very cool.
anyone can you share how to compress like a setup-1a.bin , setup-1b.bin, setup-2a.bin with freearc or precomp..
read post #293 for instructions link
ashyamsundar
22-06-2013, 09:32
1) How to increase time interval of slideshow ?
2) how to enable video option ?
does this updated version support internal compression?would be nice to see internal compression for smaller games instead of precomp srep just straight forward internal compression.
y_thelastknight
22-06-2013, 09:46
1) How to increase time interval of slideshow ?
2) how to enable video option ?
1) Find this line
TimerID:=SetTimer(0, 0, 2000, WrapTimerProc(@OnTimer, 4));
2000 is the time intervel..
2) put your Video.avi , Video.wmv, Video.mp4, Video.mpg in Where the main.iss file have..and video option will be enabled :)
does this updated version support internal compression?
No..Will be added later versions
Kurutucu
22-06-2013, 10:23
does this updated version support internal compression?would be nice to see internal compression for smaller games instead of precomp srep just straight forward internal compression.
Use freearc. Compression method -m0 or use RAR.
buttignol
22-06-2013, 15:06
[Setup]
UninstallDisplayName={#AppName}
UninstallDisplayIcon={app}\{#AppExec}
UninstallDisplaySize=Set in bytes. (1048576 bytes = 1 megabyte)
Thanks krom Solved was exactly what I wanted
i get a blackscreen with video enabled.installer works just video playback is not working for me
y_thelastknight
23-06-2013, 06:08
i get a blackscreen with video enabled.installer works just video playback is not working for me
You dont have proper video codec.install k lite codec pack and then try or try with other formats
i know about klite i was the one that recommended it on the site.and i have it installed it works with yeners script just having issue with this one not sure whats the problem.
Razor12911
23-06-2013, 06:55
yener90's scripts uses media player library and this script uses mci media library. There might be a slight difference but it works perfectly on my pc. I installed the k-lite 64 bit pack because I use x64 win architecture.
yener90's scripts uses media player library and this script uses mci media library. There might be a slight difference but it works perfectly on my pc. I installed the k-lite 64 bit pack because I use x64 win architecture.
also ising 64 nit klite codec pack.but i am using a mp4 file not sure if that would make a difference.named video.mp4 which i put that video file in the root of the of the iss file.
Razor12911
23-06-2013, 07:06
try other video formats. like wmv or avi
try other video formats. like wmv or avi
tried another video format.is there any specfic width and hirgh the video file must be i dl a video direct from youtube 720P tried converting it to avi also no luck
ashyamsundar
23-06-2013, 09:33
How to change default as compact mode ?
Razor12911
23-06-2013, 09:46
make the TCheckBox checked.
mrmustatza1
23-06-2013, 10:21
Hi. I want to use this script for F1 2012. The game has 10.9 GB(installed). I need some help for the second step:
"2. Compress files with your method (Look at tested compression methods). Then open Archives.ini. Edit for your compression method"
I want to make a 2xDVD5 conversion. So I need an example with what should i write in Archives.ini
Can you help me?
I have an idea but I'm not sure if that's correct. Here: For 3xDVD5
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 ('Please Insert Disk 2 To Continue..', 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 ('Please Insert Disk 3 To Continue..', 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
P.S. Is there is any chance to make a 1xDVD5 conversion ?
pakrat2k2
23-06-2013, 10:39
look in game index f1 2012 already has 2 conversions done for it 1xdvd5 / 2xdvd5
http://fileforums.com/showthread.php?t=74084
errors you have ( 3 files, must split to equal 100..( progressbar) you cant have 0,50 x 3 times )
could go 0, 50 for first file, 0, 25 for second / third files > then equals 100 )
skakmatch
23-06-2013, 21:43
read post #293 for instructions link
pakrat2k2 thanks for reply.
sory because my english very bad :D
if u want split compress with RAR or Zip, use like this image
http://s18.postimg.org/yy5k4znr9/image.jpg (http://postimg.org/image/yy5k4znr9/)
my question how to split compress using freearc, Serp, or Precomp.?
@skakmatch
freearc doesn't support splitting archive but you can do like this..
http://s8.postimg.org/umjl7mtol/New_Bitmap_Image.png
ashyamsundar
24-06-2013, 09:49
yener90's scripts uses media player library and this script uses mci media library. There might be a slight difference but it works perfectly on my pc. I installed the k-lite 64 bit pack because I use x64 win architecture.
my os win 8 x64
k-lite 9.9.9 64bit
i use mp4 , avi , wmv , mov , mkv
1080p , 720p, 360p
not working
still black screen
goku1205
24-06-2013, 10:16
i have the same problem. My os win 7 x64 service pack 1
ashyamsundar
24-06-2013, 11:41
make the TCheckBox checked.
there is no TCheckBox
there is
compactcheckbox in two line
i change it to
CompactCheckBox.Checked =True
but nothing change
Razor12911
24-06-2013, 12:01
hmm, lol, that's a TCheckBox structure. I'm now used to delphi programming. :D
my os win 8 x64
k-lite 9.9.9 64bit
i use mp4 , avi , wmv , mov , mkv
1080p , 720p, 360p
not working
still black screen
i have the same problem. My os win 7 x64 service pack 1
http://fileforums.com/showthread.php?t=93846
ashyamsundar
25-06-2013, 02:57
http://fileforums.com/showthread.php?t=93846
tried mega pack (32bit) and 64bit codec
not woking still black screen
skakmatch
25-06-2013, 06:49
@skakmatch
freearc doesn't support splitting archive but you can do like this..
http://s8.postimg.org/umjl7mtol/New_Bitmap_Image.png
Thank u so much. now i'm understand.
kurutucu next update i'm request internal convertion / compress 2xdvd5. :D just kiding
Razor12911
25-06-2013, 07:15
tried mega pack (32bit) and 64bit codec
not woking still black screen
The video must also be XVid Encoded, I guess...:rolleyes:
assassin193
25-06-2013, 07:39
your updated version is quite strange to me, i don't know where is the directory line to set my data folder, your previous version it was on the 1st line
and the new version when i extract it, i open Main.iss, and press Compile, nothing happen, i just see a new window open like this
http://i.minus.com/i1UXz6mLHAZNh.png
Someone show me why i have that trouble, please :(
pakrat2k2
25-06-2013, 09:55
you use freearc to compress your archives. ( Look in archives.ini, use that to set your filenames )
the first 9 lines of script you have to set your appname, version, size etc. DONT leave it at default.
READ the instructions, link in FIRST post!
http://fileforums.com/showpost.php?p=418281&postcount=89
i do a trial with this script by guiltygearisuka game.
i did not change anything in style folder or anywhere else except for main.iss and archieve.ini
script complie successfully but during installation it give me error.
please help me guys.. i have try many times but still give me same error.
Pirate Ted
27-06-2013, 06:51
Don't used (Compact.Mode+Slideshow & Video) i think Script is not yet fixed!
the installer working perfect at windows 7 64-Bit. 32-bit Os is not working
Kurutucu
27-06-2013, 09:27
Don't used (Compact.Mode+Slideshow & Video) i think Script is not yet fixed!
the installer working perfect at windows 7 64-Bit. 32-bit Os is not working
Tested. Working!
MartinezPL
27-06-2013, 16:30
Too bad that setup don't support this compression methods:
-mx -mc-delta -mc:lzma/lzma:192mb:normal:bt4:192:mc10000:lc8 -ld192m -mc:rep/srep:l256 -mc$default,$obj:+precomp042:c-:t-j:intense -s
-mprecomp:t-pjnf:zl41,54,63,64,65,85,86:d0+srep+exe2+delta+lzm a:a1:mfbt4:d158m:fb273:mc1000:lc8 -dp
With the 1st one i maked COH2 1xDVD5 (one lang+encoded videos) ~3.8GB :(
Kurutucu
27-06-2013, 17:28
Too bad that setup don't support this compression methods:
With the 1st one i maked COH2 1xDVD5 (one lang+encoded videos) ~3.8GB :(
Look at supported methods!
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
7zip
RAR
:confused:
Pirate Ted
28-06-2013, 01:39
http://img834.imageshack.us/img834/8286/vgy.png (http://imageshack.us/photo/my-images/834/vgy.png/) Uploaded with ImageShack.us (http://imageshack.us)
@Kurutucu its not working properly in windows 7 32-bit
Black_Box_Script_By_Kurutucu_V1.3 are tested in windows 7 32/64-Bit So nice working properly.
tzrepacks
28-06-2013, 08:48
How to fix this?
http://s20.postimg.org/k9pbzwlv1/err.jpg
Kurutucu
28-06-2013, 08:52
tzrepacks, this script don't support ansi version. Use unicode version!
y_thelastknight
28-06-2013, 12:12
How to fix this?
http://s20.postimg.org/k9pbzwlv1/err.jpg
Change like this
#ifdef UNICODE
type
PChar = PAnsiChar;
#endif
@Kurutucu
The script works fine on ansi version..i always use ansi version
why this scrip is giving me runtime error null point exception?
what is this error?
Kurutucu
29-06-2013, 05:22
@Newbie
If you compressed files with precomp 0.43 use Main(precomp0.43).iss.
Kurutucu
29-06-2013, 11:30
@Newbie
1. Don't change #define PrecompVer "Inside".
2. Ask for video script @y_thelastknight.
3. You can add more shortcuts. Example:
#define AppExec
#define AppExec2
#define AppExec3
#define AppName (Main exe)
#define AppName2
#define AppName3
[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
ashyamsundar
29-06-2013, 11:47
Bro still black screen
video not woking
Kurutucu
29-06-2013, 11:51
@Newbie
I will add later for this. I'm waiting y_thelastknight.
@ashyamsundar
Ask from y_thelastknight.
tzrepacks
01-07-2013, 03:34
Sadly. The AppName does not support " ' " :(
I'm repacking Mirror's Edge right now. And I can't compile if the " ' " is in the AppName
Razor12911
01-07-2013, 03:48
Sadly. The AppName does not support " ' " :(
I'm repacking Mirror's Edge right now. And I can't compile if the " ' " is in the AppName
never use these in inno setup when specifying a value on a datasheet.
'
#13
#10
$
and many special characters.
tzrepacks
01-07-2013, 03:56
You get the error here, right:
"Setup encountered an error while installing «{#AppName}»"
Just instead of «{#AppName}» put something else e.g.:
Setup encountered an error while installing the game.
Works fine then.
No. I just can't compile it. Now I will have to Deal With It. Mirrors Edge then :(
assassin193
01-07-2013, 04:02
No. I just can't compile it. Now I will have to Deal With It. Mirrors Edge then :(
2, are you DJWALKER, your nick name looks familar :-?
Razor12911
01-07-2013, 04:02
it's no biggy, it's just an apostrophe. :D
assassin193
01-07-2013, 04:06
http://isskin.codejock.com/gettingstarted.asp
somebody can have me where can i download skin from that site ??
Razor12911
01-07-2013, 04:09
Try looking for it here (http://fileforums.com/showpost.php?p=413761&postcount=187)
assassin193
01-07-2013, 04:14
Try looking for it here (http://fileforums.com/showpost.php?p=413761&postcount=187)
thanks so much, but don't you sleep ??? it's 3 am in your country, but my country is 6:15 pm :)
Razor12911
01-07-2013, 04:18
Yeah, looking out for people who got problems so that I can help them out. :D.
But (-7) is not really my time zone though , ;).
assassin193
01-07-2013, 04:51
Yeah, looking out for people who got problems so that I can help them out. :D.
But (-7) is not really my time zone though , ;).
oh, so where are you from ??? :)
i'm from viet nam :)
in this image
http://i.minus.com/i1UXz6mLHAZNh.png
it looks like i've not put the directory folder ( or files) need to be compiled, right ???
so how can i fix it, because the previous version, the 1st line i can put the directory folder i need to complie, but the new version it wasn't there any longer :(
Razor12911
01-07-2013, 05:16
I'm from the Fourth Dimension, The Alpha Ceph.
Time Zone (+56).
Maybe feature is removed.
assassin193
01-07-2013, 05:28
I'm from the Fourth Dimension, The Alpha Ceph.
Time Zone (+56).
Maybe feature is removed.
oh, so now what do i have to do to fix this, i've just redownload from #1 but it is the same +_+
y_thelastknight
01-07-2013, 06:22
I'm from the Fourth Dimension, The Alpha Ceph.
Time Zone (+56).
Lolz :p
huanvip_1994
03-07-2013, 01:32
@y_thelastknight
I can not slide Video Background!!
Why???
tzrepacks
03-07-2013, 07:28
How do I make the shortcut work if the original .exe was in some folder like "Binaries" ?
@tzrepacks
[Icons]
Name: {commondesktop}\{#AppName}; Filename: {app}\Binaries\{#AppExec}; WorkingDir: {app}\Binaries\; Check: CheckError
tzrepacks
03-07-2013, 08:38
@tzrepacks
[Icons]
Name: {commondesktop}\{#AppName}; Filename: {app}\Binaries\{#AppExec}; WorkingDir: {app}\Binaries\; Check: CheckError
Work perfect. Thank a lot to you :)
skakmatch
03-07-2013, 16:12
in Program and Feature not show icon.?
http://oi40.tinypic.com/149wjg3.jpg
Razor12911
03-07-2013, 16:34
add this
[Setup]
UninstallDisplayIcon=Icon Location
e.g.
UninstallDisplayIcon={app}\icon.ico
Pirate Ted
06-07-2013, 05:07
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "AccountID"; ValueType: Dword; ValueData: "$666666"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "PersonaName"; ValueType: String; ValueData: "Player"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\FLT\Steam\666666"; ValueName: "Language"; ValueType: String; ValueData: "english"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty
Hello, how to input the correct game registry in this Script? tnx in advance:)
give me an example please..
pakrat2k2
06-07-2013, 06:32
export those entries from registry to a reg file ( xyz.reg )
then goto Useful Programs thread here > http://fileforums.com/showthread.php?t=92995
grab the english version file from post #2. run the exe from that program, select your reg file ( that you saved earlier ) and it converts it into ISS script which has those values you can enter into the registry section of the ISS script.
Kurutucu
06-07-2013, 08:17
Use InnoIDE for input registry.
Black_Box_Script_By_Kurutucu_V1.8P:
Main.iss Compile
Source:{#Internal}*; DestDir: {app}; Flags: ignoreversion recursesubdirs; Check: CheckError;
Main(Compact.Mode+Slideshow & Video).iss
Extract Arc Error...
Error??????
Help!!!
Kurutucu
07-07-2013, 02:58
@Newbie
Use defaults DPI option on your screen.
@basic23
This script not support internal compression. Use freearc -m0.
Windows 7 Ultimate Service Pack 1 (Windows Original not Crack)
Defaults DPI option on your screen.
I compress Normal.If not normal,Why? ARC????
But I can not use the-m4? What for?
Other can but I do can.
Please help me. "Kurutucu"
Englisch use Google Translate.
Thanks @Kurutucu!!!
But the problem I have is with video.mp4
Not Playng.
What am I doing wrong?
Please help me!
Thank you very much!
Kurutucu
07-07-2013, 10:28
@basic23
Video script by y_thelastknight (http://fileforums.com/member.php?u=155239). Ask it him ;)
Razor12911
07-07-2013, 10:35
@Kurutucu
y_thelastknight is on vacation, I think. ;).
So basic23 you probably ain't gonna get it yet. :D
Thank you!!
@ Kurutucu
@ Razor12911
pakrat2k2
07-07-2013, 19:19
Thanks @Kurutucu!!!
But the problem I have is with video.mp4
Not Playng.
What am I doing wrong?
Please help me!
Thank you very much!
install klite codec pack then videos should show up
@pakrat2k2
Mega Codec K-Lite Codec Pack instalet.MP4 Playng to MediaPlayer Clasic,VLC...
Not Pleyng Inno Setup.
I have this "Black_Box_Script_By_Kurutucu_V1.8" and "Main(Compact.Mode+Slideshow & Video).iss".may be missing something...I don't know.
Englisch Goolge Translate.I searched on Google I found something but I need to register
I do not want to register on another site yet.
Can anyone help me.Thanks!
Kurutucu
08-07-2013, 07:33
@basic23
Install DivX Plus and try again.
dead4now
08-07-2013, 09:54
I create 3 setup.bin files just using arc(no precomp or srep) but when I install I am getting error pls help
dead4now
08-07-2013, 19:43
@newbie
What change I should make to archives.ini file ?
Do I have to make any change to iss
Pls help
pakrat2k2
08-07-2013, 20:40
didnt get a reply, right away, wait for it!! DO NOT Start a new topic !!!
wait for a reply or go read the sticky topics.. your question has already been asked before & answered...
Tutorial & answers
http://fileforums.com/showthread.php?t=93191
Questions here
http://fileforums.com/showthread.php?t=93193
GO READ THOSE, I closed your new topic DONT create a new one.
dead4now
09-07-2013, 10:47
I finally made one but the DirectX is not getting installed even after placing it in correct path .what would be the reason ??????
I am getting an error:
"Invalid command line switch " during DirectX install
DONT DOUBLE POST
pakrat2k2
09-07-2013, 13:53
check the setup.ini for proper path & switch.. use google
in the future do not double post, instead edit your last post if no one has replied since then.
MartinezPL
10-07-2013, 03:25
Got questiob to maker this script do you gonna make support for more compresion methods? (Like real BB setup)
I have packed the files using free arc. THen i used precomp on them and then recompressed them again using freearc. I then named the resultant arc files to data1.cab
and data2.cab
How do i extract them using the CI by Yerrner 90 ????
Razor12911
10-07-2013, 10:53
you set up the file setup.ini, section ExtractingSettings then you'll find the rest here (http://fileforums.com/showthread.php?t=92805)
@razor .. u mean i gotta write it like this ???
" FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; Prec:0;Lang:de"
cuz i havent processed it with SREP ...
Razor12911
10-07-2013, 11:12
yeah but make Prec to PrecSrep
dead4now
10-07-2013, 19:17
did anyone try to add the SYSTEM REQUIREMENTS function in BLACKBOX script? ???
D4rkSp4wn
13-07-2013, 13:53
I am getting this error, have no idea what is it about
http://img600.imageshack.us/img600/7716/vqgy.png
anyway, its not a compression error from my point of view, any help will be much appreciated
Hail!
Setup is in the DVD-ROM \ PROGRAM \ Driver \ setup.exe
Redist is in the DVD-ROM \ Redist \ DirectX \ DirectX.exe
How do I get DirectX but the location of DVD-ROM \ Redist \ DirectX \ DirectX.exe
As such, it can be moved in the: DVD-ROM \ PROGRAM \ Driver \ DirectX \ DirectX.exe
and runs.
But I want in the location that I wrote above :
DVD-ROM \ Redist \ DirectX \ DirectX.exe
Can anyone help me!!!
Thank you!
dead4now
16-07-2013, 19:24
somebody please add support to rar5(winrar 5.0).i used rar5 to make the bin files but the setup doent extract the archive.........can anyone help.rar5 has got great compression @ lesser time..........pls help
Kurutucu
17-07-2013, 05:00
For RAR and 7Zip add this:
#define unrar
#define 7ZIP
and
#ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif
@dead4now
use script from @Kurutucu!
and:
1- copy from RAR Directory "RarExt.dll,RarExt32.dll" (WinRAR 5.0)
2- to "include" folder
Warning!
3-1 You rename RarExt.dll (for x86) to unrar.dll use compile for x86
3-2 You rename RarExt32.dll (for x64) to unrar.dll use compile for x64
Good luck!
@peterulven
I think you need to copy unarc.exe from your "FreeArc\bin" directory to "include" folder and rename "unarc.exe" to "unarc.dll".
dead4now
18-07-2013, 08:13
thanks @basic23.
Can u just edit the iss file with slideshow such that when we press next after directx screen setup directly goes to install with slideshow only.i meant how can i remove video dialog......
Thanks again
@peterulven
Can you describe your Error. What msg you got.
or do you get any message.
Or just your setup runs and do install progress but nothing is extracted from *.bin.
hi, I want to ask
Karutucu setup runs and do install progress but nothing extract from Setup-1.bin.
how to solved it?
sorry my english translate google :D
Kurutucu
19-07-2013, 05:07
@peterulven
Maybe your visual studio redist disabled. Active it in Controll Panel or reinstall vcredist 2008 and 2010.
@spionz
What you use for compression? Freearc or not?
Kurutucu
19-07-2013, 08:16
@peterulven
Use the registry editor to delete the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger
On a 64-bit operating system also delete the following registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows NT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger
@peterulven
I will show you how to disable Just in Time debugging with RegEdit.
And then after you disable restart and recompile your setup, and tell if it works.
First of all backup your registry in case that this dont work.
__________________________________________________ ______
To disable Just-In-Time debugging by editing the registry
1. Open RegEdit as administrator
2. In the Registry Editor window, locate and delete the follow registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramewor k\DbgManagedDebugger
3. If your computer is running a 64-bit operating system, delete the following registry keys also:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ WindowsNT\CurrentVersion\AeDebug\Debugger
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ .NETFramework\DbgManagedDebugger
5.
Take care not to accidentally delete or change any other registry keys.
6.
Close the Registy Editor window.
@kurutucu
i used Srep+Arc only for compression
msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
Kurutucu
20-07-2013, 04:08
@spionz
What error you take?
@dead4now
image slideshow script:
@JustFun
I do not know the configuration of your PC.But at the moment are CPU i3, i5, i7 are good.
And the best is Ivy Bridge CPU I3, I5, I7 best.O.K.
I compress with FreeArc 0.67 alpha follows:
1- 4GB to 800MB -> rep:265mb+exe+delta+lzma:150mb:normal:bt4:128
2- 4GB to 1,8Gb -> -mx -s;8gb -lc2048 -ld1024
Info:
depends on the format
Low Compress (Music, Video, Archiv)"
High Compress (Data,txt,image,exe...)
If you compress a game are as follows:
1- Maximal archive is 3,7GB (more than 3.7Gb decompression crashes from DVD)
2- Compress 18GB to 4 different archive (Data.arc 2.4GB, Music.arc 1.7GB, Resource.arc 3.4GB, Video.arc 3.2GB)
I could say more but do not want to bore anyone
I hope this example will help some!
@basic23
Very good post, bro.
For those who want to compress Videos, for example: bik formats, use RadVideoTools.
Compress by 50% and still you will have good quality.
System4z
20-07-2013, 22:45
In installing page, Black square appear around 1-2 seconds than disappear.
What the bug and how to fix it? Thank!
Sorry I'm not good at english.
http://i.imgur.com/weyIArr.png
during compression precomp stops working any solution,,,,,,,,,,,,,this crach occurs with precomp0.42............plzzz provide me any solution
Kurutucu
21-07-2013, 02:59
@System4z
You use internal compression? Because my work don't support internal compression.
Brijesh
Sometimes precomp can't compress files. When you crash precomp use srep compression ;)
System4z
21-07-2013, 03:39
@Kurutucu
It from original, Im not modify anything... you can check it.
Hallo Friends!:)
I read because many have problems with "Archives.ini".
So I took my time and especially for those who have problems with "Archives.ini"
Who wants can change from "Archives.ini" just what is green:
if not ShowChangeDiskWindow ('Please Insert Disk 1 (Data.arc) To Continue..', ExpandConstant('{src}'),'Data.arc') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Data.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
example:
I Data.arc exchange in Music.arc
I did 1x .... up to 6x (I mean archive)
You can do 100 x date
Good Luck!!!;)
Going back to the original post by 'Kurutucu', isn't this just Blackbox's script with Kurutucu name plastered all over it? It seems to me you have just taken their script, made a few 'minor' changes, then put your name on it?
Going back to the original post by 'Kurutucu', isn't this just Blackbox's script with Kurutucu name plastered all over it? It seems to me you have just taken their script, made a few 'minor' changes, then put your name on it?
I know the leader of blackbox group.
I will send him a PM about the script.
EDIT:
@Grumpy
I got the answer.....
He will contact you.
Cheers
Kurutucu
24-07-2013, 17:27
I don't take their script. I take this script by neo-hl2000. And I edited and shared. Responsibility doesn't belongs to me. Thanks haters ;)
Cheers.
NOTE: This script doesn't original script ;)
You should thank this guy for this script.
System4z
24-07-2013, 20:18
@Kurutucu
Thanks, But i fixed.
My problem solved.
pakrat2k2
24-07-2013, 21:07
@Kurutucu
Thanks, But i fixed.
My problem solved.
post what the issue was & how you fixed it.so that others who may have same issue will know how to fix it.
FOR QUESTIONS CONTACT ME ON FACEBOOK.
why the hell should anyone have to contact you there with their questions ??? it should be asked & answered here !!
I take this script [B]by neo-hl2000.
So it was not your script in the first place, it was Neo's, I don't recall seeing him being thanked or credited in your original post. Its not about hating on you, I only asked a question.
All you have done is taken Neo's script, made very minor changes, plastered your name all over it and released it as yours. Its cool tho, I will edit your post and put the correct credits there for you. ;)
You should thank this guy for this script.
Agree, neo-hl2000 should have been thanked! But somehow I think you were not referring to Neo. ;)
why the hell should anyone have to contact you there with their questions ??? it should be asked & answered here !!
100% agree. Fileforums is not Facebook. ;)
Kurutucu
24-07-2013, 22:20
Credits
Example script: neo-hl2000
Script edit: Kurutucu
Versions info:
ANSI: STOPPED
Unicode: Kurutucu
Testers: Kurutucu
Some peoples needs help with Team Viewer. I'm helping instantly on Facebook. :)
Razor12911
24-07-2013, 22:47
something definately doesn't add up. I don't know who Neo... Is but I saw a similar script on Krinkels Forum. only diffrence is that this one has been clearly modified.
MartinezPL
25-07-2013, 03:34
This is not even a BB script only setup them looks like them
but real BB script have very,very,very,very nad very BIG compesion methods support not like this one :)
that the one huge diffrence
mohanpanda02
25-07-2013, 04:04
I compressed game with compression method and compile script.I start setup and finally it says "failed to open the archive in the module IS7zipExtract" Isdone.dll error while extracting.
pls solve my problem.
Razor12911
25-07-2013, 05:32
the fail to open archive means that the archive type you specified is not the same as the one you want to extract
hey im a complete noob with inno so can anyone post a tutorial on how to create installer with this script from scratch
Kurutucu
25-07-2013, 09:23
@rxlord
http://fileforums.com/showpost.php?p=418281&postcount=89
whenever i open main.iss in inno and run it shows a error
---------------------------
Compiler Error
---------------------------
Line 138:
Column 1:
Identifier expected.
---------------------------
OK
---------------------------
Kurutucu
25-07-2013, 09:48
@rxlord
What you're using inno version? UNICODE or ANSI? If you using ANSI try with UNICODE version :)
ok i have created two setuo1 and 2.bin they are in \Kurutucu Compressor\data folder
now i deleted all lines from archives.ini and added
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 ('Please Insert Disk 2 To Continue..', 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;
now what i have to do to compile my installer
How To Remove That Music On/Off Button ???
Kurutucu
26-07-2013, 08:56
@rohann9
Look at PM.
hey i have done everything but how can i select the .exe file whose shortcut would be created on desktop.
and i want a video to execute after the installation how can i do that
Kurutucu
26-07-2013, 09:49
@rxlord
1. #define AppExec "Kurutucu.exe" to your game exename.exe
2. For video execute search on google. (Inno setup run section)
pakrat2k2
26-07-2013, 10:33
How To Remove That Music On/Off Button ???
@rohann9
Look at PM.
Rather then PM that 1 user, post answer here too, so that others who may want to do the same thing have the answer.
artdekdok
26-07-2013, 15:40
@rohann9
How To Remove That Music On/Off Button ???
Delete SoundCtrlButton.Parent := WizardForm;
or use // in front of SoundCtrlButton.Parent := WizardForm; = //SoundCtrlButton.Parent := WizardForm;
Hallo!
:mad: :mad:
I'm very upset!! I tried to put a background VIDEO.PM4.But how??
I tried "Black_Box_Script_By_Kurutucu_V1.8"
I tried "Black_Box_Script_By_Kurutucu_V1.4_Unicode"
I tried "Slideshow & Video"
..........................
And following the step by step!
But nothing but error,Or black background.:confused:
Can you give me a hand?Or how to write script.:confused:
Help me.
pakrat2k2
29-07-2013, 09:33
do you have k-lite mega codec pack installed ?
if not that may be why video doesnt show up only black screen.
@ pakrat2k2
Of course I installed the k-lite mega codec pack.PLAY WITH PLAYER "CLASSIC,vlc...".
But in the installer BlackImage No Video,No Sound.Error.I tried on another PC,the same problem not Run Video BlackImage No Video,No Sound.Error.
Download Assassin's Creed III,And video runs.I copied that video to me,Compile and run Setup.exe
The same problem not Run Video BlackImage No Video,No Sound.Error.
I think there's something wrong in the Script.
Kurutucu
29-07-2013, 16:46
Video script by y_thelastknight. He says script works perfect.
@Kurutucu
Have you tried it?
Or you have a good one?
Please UPLOADED FOR ME.
Kurutucu
30-07-2013, 13:41
I don't have with video and slideshow background. Because I don't like backgrounds :)
pakrat2k2
30-07-2013, 21:38
I don't have with video and slideshow background. Because I don't like backgrounds :)
think you need to remove this from first post
-Added original Blackbox Logo font. ( ooops, I wanted to say the logo itself NOT the font ) thanks WaltonSimons for pointing that out.
because logo is still yours !!! NOT blackbox, as it should be, according to what you wrote.
@pakrat2k2
I tried in vain.
How to change default as compact mode ?
Thanks.
WaltonSimons
03-08-2013, 06:22
think you need to remove this from first post
-Added original Blackbox Logo font.
because logo is still yours !!! NOT blackbox, as it should be, according to what you wrote.
I think he shouldn't. He added the FONT that is used to make the original Blackbox Logo -- not the logo itself. :P
pakrat2k2
03-08-2013, 11:56
oops misread that entirely.... I wanted to say he should add the logo itself, but not really important as the end user has the font & can easily enough add there own logo, much like kurutucu has done.
thanks for pointing that out :o
sentinelks
03-08-2013, 14:06
some days I'm ascertaining script like this, as in nascar .. opening and testing of the new blackbox here, I've noticed a defect on the video and on the cancel button during installation.
it's a shame because it is a great visual impact this box:(
hey i know how to use slideshow feature but plz tell me how to use video feature i mean how to enable video and disable slideshow and where to place the video we wanna play and what name should be of video
Shanilka
04-08-2013, 23:13
Thanks for the Setup script!
When I compile the setup and run it,it stops working in 2 seconds at the installing page
WHY? MY PC OS is win8 Pro 64bit
shubhransh
05-08-2013, 01:20
Hello I am Newbie in Adding Skins but wanted to add this blackbox skin Please Create a Tutorial in easy steps :)
sathishgamerguy
05-08-2013, 08:21
Hi In Innosetup I want Know How To Change The COmpression Methods
And How To Convert To A bin File Without Using Commands
how to add the video what format it is
Don't Double-post, edit your last post if no one has posted after you ( by pakrat2k2)
pakrat2k2
05-08-2013, 10:09
Hi In Innosetup I want Know How To Change The COmpression Methods
And How To Convert To A bin File Without Using Commands
simple goto HELP in INNO and look them up.
sentinelks
05-08-2013, 19:54
add a second progress bar kurutucu, it is very nice for the version no SlideShow
#define SecondProgressBar
#ifdef SecondProgressBar
LabelPct2: TLabel;
ISDoneProgressBar2:TNewProgressBar;
#endif
#ifdef SecondProgressBar
if CurrentPct<=1000 then ISDoneProgressBar2.Position := CurrentPct;
LabelPct2.Caption := IntToStr(CurrentPct div 10)+'.'+chr(48 + CurrentPct mod 10)+'%';
#endif
LabelCurrFileName.Caption:=' Extracting File: '+MinimizePathName(CurrentFile, LabelCurrFileName.Font, LabelCurrFileName.Width-ScaleX(100));
LabelTime1.Caption:=' Time Elapsed: '+TimeStr2;
LabelTime2.Caption:='Time Remaining: '+TimeStr1;
#ifdef SecondProgressBar
ISDoneProgressBar2.Hide;
LabelPct2.Hide;
#endif
#ifdef SecondProgressBar
PBTop:=PBTop+ScaleY(25);
ISDoneProgressBar2 := TNewProgressBar.Create(WizardForm);
with ISDoneProgressBar2 do begin
Parent := WizardForm;
Height := 25;
Left := ScaleX(77);
Top := PBTop+ScaleY(8);
Width := ScaleX(500);
Max := 1000;
end;
LabelCurrFileName := TLabel.Create(WizardForm);
with LabelCurrFileName do begin
Parent := WizardForm;
AutoSize := False;
Width := ISDoneProgressBar2.Width+ScaleX(30);
Left := ISDoneProgressBar2.Left;
Top := PBTop-20;
end;
LabelTime1 := TLabel.Create(WizardForm);
with LabelTime1 do begin
Parent := WizardForm;
AutoSize := False;
Width := ISDoneProgressBar2.Width div 2;
Left := ISDoneProgressBar2.Left;
Top := PBTop + ScaleY(30);
end;
LabelTime2 := TLabel.Create(WizardForm);
with LabelTime2 do begin
Parent := WizardForm;
AutoSize := False;
Width := LabelTime1.Width+ScaleX(40);
Left := 400;
Top := LabelTime1.Top;
end;
LabelPct2 := TLabel.Create(WizardForm);
with LabelPct2 do begin
Parent := WizardForm;
AutoSize := true;
Font.Height:=-24;
Left := ISDoneProgressBar2.Left -33 + ISDoneProgressBar2.Width div 2;
Top := ISDoneProgressBar2.Top + ScaleY(70);
end;
#endif
http://i.imgur.com/FgHdrBZ.png
Kurutucu
05-08-2013, 20:58
@sentinelks
No. But thanks for the info :)
HellRazor
06-08-2013, 09:02
Plz upload Video Or Images tutorial how to use CIU
Plz learn to read. If you bothered to check you would have found out that CI and CIU aren't that different. And there is a sticky about CI.
http://fileforums.com/showthread.php?t=92805
This thread is about Blackbox script.
trakiinas
07-08-2013, 21:06
hello guys, I'm having trouble extracting my files' SETUP-2.bin, SETU-3.bin, SETUP-4.bin.
I did everything right, but this installer only extracted the "SETUP-1.bin"
What do I have to do for everyone to be extracted?
PS: Sorry for my bad english, I'm Brazilian and use google translator.
pakrat2k2
07-08-2013, 21:31
what script are you using ?
LOL helps to READ what topic I was in :o:p
Kurutucu
07-08-2013, 21:50
hello guys, I'm having trouble extracting my files' SETUP-2.bin, SETU-3.bin, SETUP-4.bin.
I did everything right, but this installer only extracted the "SETUP-1.bin"
What do I have to do for everyone to be extracted?
PS: Sorry for my bad english, I'm Brazilian and use google translator.
Check Archives.ini. Example:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 25, 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, 25, 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, 25, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-4.bin') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
trakiinas
08-08-2013, 08:49
MURUTUCU, thank you for helping me, but now I'm having trouble installing "DirectX".
Appears the error: command line option invalid.
What do I do?
I also can not change the installation directory. http://img5.imageshack.us/img5/4579/ywvx.jpg
Thank you for your patience.
:)
y_thelastknight
08-08-2013, 10:10
I also can not change the installation directory.
You have already installed in that dir..unintall the old installation before installing this
trakiinas
08-08-2013, 10:18
You have already installed in that dir..unintall the old installation before installing this
OOO Thanks man!!
Now the error "DirectX" how to solve?
y_thelastknight
08-08-2013, 10:37
What command line are you using???
trakiinas
08-08-2013, 11:04
this command and it came in the script.
http://img197.imageshack.us/img197/397/h9m2.jpg
artdekdok
08-08-2013, 11:23
this command and it came in the script.
use /silent
trakiinas
08-08-2013, 11:30
use /silent
Excuse me for my ignorance, but I'm newbie and do not know any command, could you give me an example?
pakrat2k2
08-08-2013, 11:42
in your last picture you posted, you have the line highlighted change the /q to /silent
trakiinas
08-08-2013, 12:47
in your last picture you posted, you have the line highlighted change the /q to /silent
Thanks man!!
Now I think the first game is ready repack in style "black box".
Now I will try to see you all this ok. :D
trakiinas
09-08-2013, 05:54
hello guys, I wonder if there is any command to install the shortcut you create piece administrator permission to start.
excuse me the ingles bad.
pakrat2k2
09-08-2013, 11:17
hello guys, I wonder if there is any command to install the shortcut you create piece administrator permission to start.
excuse me the ingles bad.
open up INNO goto help then index search for administrator..
ALL information is there, for each section.
trakiinas
09-08-2013, 12:09
open up INNO goto help then index search for administrator..
ALL information is there, for each section.
Thanks for helping me, but I do not speak English and do not understand anything that is written there, if you could give me an example, I will be very grateful to you.
because I really need to put the "Resident Evil Operation Raccoon City" with with permicções administrator for q I can play the "DLC Spec ops.
I'm sorry I do not know very well use INNO.
I use the google translator.
pakrat2k2
09-08-2013, 12:49
step1
http://img694.imageshack.us/img694/926/sr7w.jpg
step 2
http://img824.imageshack.us/img824/1100/2l3a.jpg
trakiinas
09-08-2013, 14:43
step1
http://img694.imageshack.us/img694/926/sr7w.jpg
step 2
http://img824.imageshack.us/img824/1100/2l3a.jpg
Thank you friend, now I'll try to do what I want.
Shanilka
09-08-2013, 23:55
Kurutucu You Rock Dude! BUT WHY DOES THIS SETUP STOPS WORKING AT 1% in the INSTALLING PAGE
My OS Windows 8 Pro
PLEASE ANSWER PLEASE PLEASE PLEASE :confused::confused::confused:
Kurutucu
11-08-2013, 05:19
Check your compressed bin file. If you use arc use my compressor in Kurutucu Compressor folder.
trakiinas
15-08-2013, 15:19
hello friends, I would like to know a command line to run a reg file in silent mode, without the confirmation message appears.
pakrat2k2
15-08-2013, 15:25
you could have google it, & found answer quicker then posting question.
REGEDIT.EXE [ /S ] anyname.REG
trakiinas
15-08-2013, 15:54
you could have google it, & found answer quicker then posting question.
REGEDIT.EXE [ /S ] anyname.REG
thanks for helping me, but I've tried this method did not work for me.:(
pakrat2k2
15-08-2013, 15:55
tried both with / without []
@Kurutucu
"UPDATES STOPPED"
One question only - Why?
Cheers
MartinezPL
24-08-2013, 02:51
Kurutucu You Rock Dude! BUT WHY DOES THIS SETUP STOPS WORKING AT 1% in the INSTALLING PAGE
My OS Windows 8 Pro
PLEASE ANSWER PLEASE PLEASE PLEASE :confused::confused::confused:
Got also this problem but on 0% but checking task mgr CPU,RAM,HDD was in use by Setup.tmp after 3-4 mins setup crashed ,checked install folder and some temp files was extracted strange
Windows 8 Pro x64
i dont know if i break filefourm rule by this thread..
but i have an issue with progress bar
i have edit bb source code which posted by Kurutucu (http://fileforums.com/member.php?u=197268)
every thing is great but when install begin progress bar disappear :confused:
the code below is my edited bb source with progress bar issue
thedarkman
25-08-2013, 08:48
@isoo00
are you using internal compression?
because Kurutucu script not supporting internal compression anymore
@isoo00
are you using internal compression?
because Kurutucu script not supporting internal compression anymore
can i add internal compression support ?
pakrat2k2
26-08-2013, 05:02
not if script doesn't support it, use something else.
y_thelastknight
26-08-2013, 06:36
@isoo00
Check here (http://fileforums.com/showpost.php?p=419604&postcount=220)
Its support internal compression..but script is little bit different..but little bugs is also there
gruntme2
27-08-2013, 09:55
Hi everyone,
Sorry for my bad english.
I want to know what is the best command line to compress CoD Modern Warfare 3?
i used this -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 but ratio was of 95%
Kurutucu
27-08-2013, 10:43
Hi everyone,
Sorry for my bad english.
I want to know what is the best command line to compress CoD Modern Warfare 3?
i used this -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 but ratio was of 95%
You need extract iwd files and decode mp3 and wav files for best compress. Don't forget recode video files with RADTools.
gruntme2
27-08-2013, 10:51
You need extract iwd files and decode mp3 and wav files for best compress. Don't forget recode video files with RADTools.
i don't want to edit game file. i want only to compress game.
With Payday 2 i compressed from 18 GB to 4 GB without to edit game file
"With Payday 2 i compressed from 18 GB to 4 GB without to edit game file"
But this doesn't mean that every game can be compressed as Payday 2.
Maybe the game files in CoD Modern Warfare 3 are already compressed.
Where in Payday 2 they were not.
gruntme2
27-08-2013, 11:22
"With Payday 2 i compressed from 18 GB to 4 GB without to edit game file"
But this doesn't mean that every game can be compressed as Payday 2.
Maybe the game files in CoD Modern Warfare 3 are already compressed.
Where in Payday 2 they were not.
so it can't be compressed more,right?
As I know, it can't.
Unless your rip multiplayer files, if you recode video to lower bitrate....
Just do it as 3 DVD5 - I think it can fit on 3 DVD5, right.
gruntme2
27-08-2013, 11:58
As I know, it can't.
Unless your rip multiplayer files, if you recode video to lower bitrate....
Just do it as 3 DVD5 - I think it can fit on 3 DVD5, right.
ok thanks
trakiinas
31-08-2013, 15:53
Hello everybody, I come here to thank first the "Kurutucu" for your excellent work, and all of you who helped me and had patience with me, a big hug to all of you!!
Sorry for my bad English.
alley_u2
01-09-2013, 08:18
First of all thank you (All the contributors) for all the efforts put in to make such a easy Look-alike Black box setup.
I have seen a bug. Every time i compile then Main.iss file, the Setup-1.bin file copied in the output folder gets deleted. Any help
@alley_u2
"Any help"
I think that you can't do anything about that.
Only way is to move *.bin files out of that folder.
So, just keep your .bin file somewhere, and Use output folder for setup.exe only.....
pakrat2k2
01-09-2013, 09:45
First of all thank you (All the contributors) for all the efforts put in to make such a easy Look-alike Black box setup.
I have seen a bug. Every time i compile then Main.iss file, the Setup-1.bin file copied in the output folder gets deleted. Any help
not a bug, re-read the steps.
it says to compile the script first, then create the setup-1.bin files
Thank you very much. It works.
But i have some questions:
I would like to set, that vcredist will be installed based on Windows type.
If user have 64 bit -> vcredist_x64.exe will be installed if user have 32 bit -> vcredist_x86.exe will be installed.
Where i can edit DiskSpanning? I have game that have 13 GB.
How can i set parameters for compression? (if this is possible)
I would like to have best compression without edition .bik videos, cut off some languages etc.. [I am using Main (precomp.0.43)]
Where can i find comparation of compressions types when i use this script = external compression? I would like to see how it will take to compress and how much CPU/RAM will be used. I know how to set parameters for internal compression but with this i do not know)
Thank you for help. Sorry for my spelling.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.