View Full Version : Blackbox Inno Setup Script
pakrat2k2
01-09-2013, 11:17
read entire thread, think was mentioned by someone else back around page 6-7
alley_u2
01-09-2013, 11:22
I need to create a bat file to compress file with this algorithm "arc -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8" i.e. arc-precomp-srep-arc. Can anybody help
@alley_u2
Inside "Black_Box_Script_By_Kurutucu_V1.8.7z" should be Kurutucu compressor folder, and as I remember it contains just what you need.
read entire thread, think was mentioned by someone else back around page 6-7
I will, but it will take some time. :(
alley_u2
01-09-2013, 11:33
@alley_u2
Inside "Black_Box_Script_By_Kurutucu_V1.8.7z" should be Kurutucu compressor folder, and as I remember it contains just what you need.
I tried using that. It worked very good with a small files like 80mb that i tried but when i tried to compress a 3GB File it gave me an error. So i was thinking downloading new precomp, srep and free arc components and use a bat file to pack it.
"If user have 64 bit -> vcredist_x64.exe will be installed if user have 32 bit -> vcredist_x86.exe will be installed."
Well, as I know on Windows X64 bit version you need both x86 and x64 version of vcredist.
I don't include any prerequisite because I have them all installed.
"Where i can edit DiskSpanning? I have game that have 13 GB.
How can i set parameters for compression? (if this is possible) "
If you are looking for disk spanning option then you are going to need script that supports internal compression.
And as I know BB scripts supports only external now (ANSI: STOPPED).
For internal compression you just read Inno documentation a little, and if you are using external compression, just download few conversions from other and read .bat file a little, all should be clear.
I think, but not sure, precomp 0.43 didn't worked for me, but not sure.
precomp 0.42 was enough + with use of kurutucu compressor.
"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)"
As I said, no internal anymore if I read it right.
Anyway, with external you should get better results.
No one can tell you how much CPU/RAM your PC is going to take.
It depends on your PC.
EDIT:
@alley_u2
What error, post screenshot of it.
OK so i will not use internal compression because BB does not support it and external is better.
But what i have to set, to get best compression and how to set which file will be precompressed, because only some file is good for precompression?
If i need both vcredist it should be in script. How can i edit it?
However i saw some test of Winrar and similar programs. And i only want to now, how much % of time it will take if i will use some compression. For example: Best compression will take about +50% more time than second best compression, but it will compress about X% more.
I am sorry for Newbie question. I have been using Inno Script Studio so far with some andvices from stackoverflow.com. So best for me are examples.
I do not want filling this thread with my questions so if somebody is willing to help me via PM. It will better than this.
Thank you.
alley_u2
01-09-2013, 22:36
EDIT:
@alley_u2
What error, post screenshot of it.
I have posted the error
alley_u2
02-09-2013, 03:59
Tried using precomp 0.43 and compiling the setup with Main(precomp.0.43).iss. But the installer didn't work. It failed to extract the file and gave me a error saying "wrong precomp version" .
Kurutucu
02-09-2013, 09:33
I have posted the error
#Your files cannot compress with precomp. Use srep. Because your files don't have jpg, png, model etc. Precomp extracting and recompressing files. Maybe your files cannot be extracting. Try srep.
#For precomp0.43 use Main(precomp.0.43).iss!
alley_u2
02-09-2013, 09:58
#For precomp0.43 use Main(precomp.0.43).iss!
I compressed files using precomp 0.43 and then used your Main(precomp.0.43).iss to build the setup file. While running the setup it gives me a error i.e. wrong precomp version. Can you help?
Edit:It worked. I had to copy manually precomp 0.43 and arc.ini files from the precomp version folder to the include folder.
Kurutucu
02-09-2013, 12:29
I compressed files using precomp 0.43 and then used your Main(precomp.0.43).iss to build the setup file. While running the setup it gives me a error i.e. wrong precomp version. Can you help?
Edit:It worked. I had to copy manually precomp 0.43 and arc.ini files from the precomp version folder to the include folder.
Yeah. You forgot arc.ini ;)
alley_u2
02-09-2013, 21:20
Yeah. You forgot arc.ini ;)
Now Compressing with precomp 0.43 i didn't get the above error. Anyways Kurutucu keep continuing your good work.
alley_u2
03-09-2013, 10:55
I was thinking about adding a system page which will display CPU ram and other system information. Anybody can guide me for a tutorial.
kienvang0302
03-09-2013, 21:45
while compile it gives me error, see attach file
i don't know to type anything, i'm a newbie. plz help me!!!
alley_u2
03-09-2013, 22:55
while compile it gives me error, see attach file
i don't know to type anything, i'm a newbie. plz help me!!!
Use the unicode version of the setup
kienvang0302
04-09-2013, 01:36
Use the unicode version of the setup
Thank you, i got it.
But can u show me order of compression?
the first is freearc => precomp => screp? i use script kurutucu v1.8.
I will create file.bin by how?
alley_u2
04-09-2013, 02:24
Thank you, i got it.
But can u show me order of compression?
the first is freearc => precomp => screp? i use script kurutucu v1.8.
I will create file.bin by how?
Use Kurutucu Compressor present in the zip file. Just edit the Compress.bat file to the location of your folder and it will automatically compress the file for you as the script requires.
kienvang0302
04-09-2013, 05:11
Use Kurutucu Compressor present in the zip file. Just edit the Compress.bat file to the location of your folder and it will automatically compress the file for you as the script requires.
now i want to compress a game about 900mb.
what do i have to edit to the highest compress?
Having some file audio and video in folder game.Do u know software to compress them? Sorry for asking u too much :)
alley_u2
04-09-2013, 07:24
now i want to compress a game about 900mb.
what do i have to edit to the highest compress?
Having some file audio and video in folder game.Do u know software to compress them? Sorry for asking u too much :)
It is already at the highest settings. ;)
kienvang0302
04-09-2013, 19:12
Why does total needed space just have 1Mb?
While my file compress is about 350Mb.Directory: Kurutucu compressor/Data/Setup-1.bin.
Kurutucu
04-09-2013, 20:48
Change:
#define AppSize "1000"
to:
#define AppSize "0350"
Did I tell you that too? LOL. :D
kienvang0302
04-09-2013, 21:36
Change:
#define AppSize "1000"
to:
#define AppSize "0350"
Did I tell you that too? LOL. :D
Thank u so much.
Really i just learn about inno, script, repack...recently(~2 week) :)
i found this forum by chance while i was searching of black box script (i like its style :D)
I'm having some trouble with the compression, it's hard to do with me a newbie.
Can i contact with you by how? asking on forum is quite slowly to be resolve.
Sorry for my english is not good :confused:
lupetto77
05-09-2013, 12:55
Hello I wanted to ask if you can have completely in Italian,
or tell me how to do, because I put the file Italian.isl but the installation is in Italian in half, place the figures. (Excuse the English use google translate)
http://www.imagestime.com/out.php/i884392_Immagine.jpg (http://www.imagestime.com/show.php/884392_Immagine.jpg.html)
http://www.imagestime.com/out.php/i884394_Immagine2.jpg (http://www.imagestime.com/show.php/884394_Immagine2.jpg.html)
http://www.imagestime.com/out.php/i884395_Immagine3.jpg (http://www.imagestime.com/show.php/884395_Immagine3.jpg.html)
http://www.imagestime.com/out.php/i884396_Immagine4.jpg (http://www.imagestime.com/show.php/884396_Immagine4.jpg.html)
thanks
pakrat2k2
05-09-2013, 14:46
change in the script
[Languages]
Name: eng; MessagesFile: compiler:Default.isl
[/code]
TO
[Languages]
Name: ita; MessagesFile: compiler:.\Languages\Italian.isl
Also goto your compiler folder IE:
C:\Program Files (x86)\Inno Setup 5\Languages
open Italian.isl ( opens with notepad ) read thru to make sure correct, if not edit as you see fit. :)
PythonArt
06-09-2013, 03:38
Why is the compress.bat compress files too slow? Is it for max compression? I tried only use srep+lzma but faster and same size.
And what should i edit in the script to show the Game Size in decimal in GB(ex: i change the Appsize to 1520 but it's only display 1GB instead of 1.52GB)
kienvang0302
06-09-2013, 04:46
i use tools in folder kurutucu compressor to compress, it creates file setup-1.bin in folder Data, then what do i have to do?
someone show me.
alley_u2
06-09-2013, 06:08
i use tools in folder kurutucu compressor to compress, it creates file setup-1.bin in folder Data, then what do i have to do?
someone show me.
Compile the installer script as per the method given in the first post then copy the the bin file to the output folder. Then you are done.
hey kurutucu can you make a blackbox installer script like the one there is in splinter cell blacklist blackbox repack .
i have attached the installer below
kienvang0302
06-09-2013, 06:47
Compile the installer script as per the method given in the first post then copy the the bin file to the output folder. Then you are done.
"Compile the installer script as per the method given" this is sentence that I don't understand.you can speak clearly?
I don't edit anything in folder Kuturucu Compressor, i just compress file.what do i do in next step?
can u make a tutorial video? i'm most grateful. :D
p/s: do u have e-mail address or facebook?
lupetto77
06-09-2013, 08:29
pakrat2k2
I solved thanks ....
kienvang0302
07-09-2013, 06:06
anybody has repacked a completely game by BB script, plz help me...
Can you make a tutorial video?
PythonArt
07-09-2013, 09:07
anybody has repacked a completely game by BB script, plz help me...
Can you make a tutorial video?
Its easy bro. just read in the first page and use the convert.bat included. the rest is to make the setup.exe by modifying the script a bit(appname,apbcompany,size,etc) and you are finish. Btw, Black Box new installer is awesome :D
trakiinas
07-09-2013, 09:08
hello friends, someone can tell me how to convert a file 'inno setup.exe' in 'inno script'?
Or do not have to do that?
Kurutuku hello, come here to ask for you to release the new version of blackbox setup because it and very beautiful and I do not know how to create scripts, because I knew you I would do on their own, I would be eternally grateful to you, because you and good at it.
Sorry for my bad English, I use google translator.
every time i try to compile the script i get this message
error
line 138
column 1
identify expected
pakrat2k2
07-09-2013, 18:07
rivesh, don't double post, edit last post if you have something to add.
also use correct version of inno... see big red letters ????
Blackbox Inno Setup Script - UNICODE
kienvang0302
08-09-2013, 01:20
Its easy bro. just read in the first page and use the convert.bat included. the rest is to make the setup.exe by modifying the script a bit(appname,apbcompany,size,etc) and you are finish. Btw, Black Box new installer is awesome :D
I have file setup-1.bin. What do i have to do in next? you can show me clearly?
I use Kurutucu Compressor and not change anything.
supernoro
08-09-2013, 03:34
hey guys please make a video tutorial for Instructions on blackbox script
thenokiottos
08-09-2013, 04:37
Why won't you publish versions 1.9 and 2.0? Just curious :)
ahmedupload
08-09-2013, 16:16
pls.. i wanna the best and maximumum compresson level code
boonbhanu2012
09-09-2013, 11:55
when the setup tries to unpack the bin files that i have created through freearc the installer cracshes please help
pakrat2k2
09-09-2013, 15:02
re-read step 7, also read the third line ( blue & underlined ) which takes you to direct post, try reading that as well.
trakiinas
10-09-2013, 07:00
Hello KURUTUCU, you will publish the inno setup v2.0?
Because I love their work.
alley_u2
10-09-2013, 09:35
Version 2 is a ditto copy of the black box setup..... Hope u will release it soon.
abhisack
11-09-2013, 10:18
No. Don't need anything. Working...
How can I put compressed files to setup?
trakiinas
12-09-2013, 15:35
KURUTUKU Hello, I come here to ask you one more time that makes the public version v2.0.
Because you said you would not publish it, and I would like to know you the possibility you publish it?
Sorry my bad English because I'm Brazilian and do not speak English.
sentinelks
12-09-2013, 16:14
trakiinas
can not publish ... there is no version 2 screenshots boy :o
Game space needed 1 MB
How to change that ??
Kurutucu
13-09-2013, 00:05
trakiinas
can not publish ... there is no version 2 screenshots boy :o
Haha. Bye kid. You're so funny.
I won't share. Because if I share V2, Blackbox team will create new setup style :D. Understand noob?
@Dhairya
Change:
#define AppSize "1000"
sentinelks
13-09-2013, 01:05
Kurutukuru
but if you can not distinguish one bean from a pea .. I am the profane. Lol
trakiinas
13-09-2013, 06:25
Haha. Bye kid. You're so funny.
I won't share. Because if I share V2, Blackbox team will create new setup style :D. Understand noob?
@Dhairya
Change:
#define AppSize "1000"
Ok, but if you publish it I believe that I and other users we would be very happy, but any rate thank you for your attention.
Hugs and have a nice day!:)
kienvang0302
13-09-2013, 06:39
@Kurutucu
I have sent make friend request on facebook? I have some question .
account name: Hoàng Tiến.
chuotchu001
14-09-2013, 09:50
@ 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.
Same problem with basic23. The video backgound is black screen. I had installed K-Lite_Codec_Pack_995_Mega. Please help! Thanks
skakmatch
18-09-2013, 20:01
if game have serial number, how to repack with balckbox ?
example Pro Evolution Soccer. this game need serial number.
thanks
why did you post a screenshot and information of v2.0 if you dont wanna publish it.You dont wanna share it because then blackbox will make a new script?.
he makes a new script every year.
plz dont keep good things only to yourself plz share.There are users like me who come here to check out your work.If you dont wanna publish your new work plz dont post about it @kurutucu it makes me fee bad that there is something but i just cant get it.
splitdvd9todvd5
30-09-2013, 03:42
hi, please fix this bug!
http://img802.imageshack.us/img802/3876/bnco.jpg
61n4n74r
01-10-2013, 19:58
hello mr. kurutucu, how to disable music.mp3 and music button?
thanks...
and if my dvd contains 3 *.bin files in one dvd, where to edit it?
thanks...
varma1993
02-10-2013, 04:37
Why Dont U Post V2.0
prolatao1993
02-10-2013, 05:31
Version 2.0 is created by NSIS (Nullsoft Scriptable install script system) :)
varma1993
02-10-2013, 05:35
Version 2.0 is created by NSIS (Nullsoft Scriptable install script system) :)
were can i get it
prolatao1993
02-10-2013, 06:46
were can i get it
I don't know. Ask Kurutucu :)
http://a.imageshack.us/img34/4307/42r.png
varma1993
02-10-2013, 22:41
Hey U r sharing just a script not a compressing moethod so please post v2
jksengko
04-10-2013, 05:37
how to do this not working??
Kurutucu
04-10-2013, 06:17
@61n4n74r
1.
Delete SoundCtrlButton.Parent := WizardForm;
or use // in front of SoundCtrlButton.Parent := WizardForm; = //SoundCtrlButton.Parent := WizardForm;
2.
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;@jksengko
Why don't you read info???
You can edit redist files (Exec2)
if CurStep=ssPostInstall then begin
if DirectXCB.Checked then begin
Status.Caption:='Installing DirectX...';
Status.Left := 200;
Status.Top := 200;
Status.Width := 223;
Status.Height := 20;
Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP .exe'),'/q',false);
end;
if NvidiaPhysx.Checked then begin
Status.Caption:='Installing Nvidia Physx...';
Status.Left := 200;
Status.Top := 200;
Status.Width := 227;
Status.Height := 20;
Exec2(ExpandConstant('{src}\Redist\PhysX.msi'),'/q',false);
end;
if VisualCCB.Checked then begin
Status.Caption:='Installing Visual C++...';
Status.Left := 200;
Status.Top := 200;
Status.Width := 227;
Status.Height := 20;
Exec2(ExpandConstant('{src}\Redist\vcredist_x86.ex e'),'/q',false);
end;
if Framework.Checked then begin
Status.Caption:='Installing Framework...';
Status.Left := 200;
Status.Top := 200;
Status.Width := 227;
Status.Height := 20;
Exec2(ExpandConstant('{src}\Redist\dotnetfx.exe'), '/q',false);
end;
end;You can enable NvidiaPhysx and Framework checkbox
Find
NvidiaPhysx.Checked:= False
NvidiaPhysx.Enabled:= False;Change to
NvidiaPhysx.Checked:= True
NvidiaPhysx.Enabled:= True;
jksengko
04-10-2013, 07:21
stop wroking during install ??
61n4n74r
04-10-2013, 21:26
thanks mr kurutucu, that's worked...
arc iso ok, but when i try to use rar, i got this pop up...
http://i.imgur.com/YQ81BsV.png
Kurutucu
05-10-2013, 19:47
@jksengko
I don't know what's your problem :/
@61n4n74r
For RAR and 7Zip add this:
On top
#define unrar
#define 7ZIPand
On CODE
#ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif
Pulcione86
06-10-2013, 17:59
http://i.imgur.com/7fND57l.png
Guys I added the "DiskSpanning" because I need to split the game that is more than 4 gb, but I get that error.
How should I do?
If I have to edit the file Archives.ini you can email me as I have to change it?
Sorry for the English but is not my mother language
Razor12911
06-10-2013, 21:07
Instructions (http://fileforums.com/showpost.php?p=418281&postcount=89)
and don't use diskspanning.
Kurutucu
07-10-2013, 01:52
@Pulcione86 (http://fileforums.com/member.php?u=203611)
Split your files. For example create 2 folder. 1 and 2. Copy line in compress.bat then for 1 change to C:\1\* for 2 C:\2\* etc... Easy. ;)
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\1\*"
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-2.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\2\*"
Hi
Sorry my English is not good too.
I had a question. How Can I Setup-3.bin file that is inside the black box to the outside of the compressed mode. freearc program when I unzip the file I got this error Setup-3.bin could.Extract all the files Setup-1 black box how to How to write commands in the cmd file to extract Setup-3.
Please guide.
http://imageupload.co.uk/files/xzqni67p87jmbf4i0uja.jpg
Pulcione86
07-10-2013, 03:02
Thank Razor12911 and Kurutucu but I still do not understand
Unfortunately I am now entering the world inno setup and I have difficulty.
I do not know, someone is willing to give me a full tutorial videos, or show me how to do Team viewer, I would be very grateful.
I'm damning the soul, I want to understand where I'm wrong
EDIT:
I solved that problem, but now when I go to pull out, after a few seconds I get this
http://i.imgur.com/L1c2P1j.jpg
ashyamsundar
11-10-2013, 11:24
How to disable third page during installation ?
pakrat2k2
11-10-2013, 12:04
you don't want any (redists ( DX, C++), then just disable them in the script
ashyamsundar
11-10-2013, 13:16
you don't want any (redists ( DX, C++), then just disable them in the script
how to disable totally ?
Razor12911
11-10-2013, 14:09
use the shouldskippage function.
Pulcione86
that error occurs if there's an error with script. So it's not you, you are not the cause for this error.
Razor12911
13-10-2013, 03:00
it may be the arc.exe you used, it may not be compatible with unarc.dll or you didn't enable precomp and srep, or arc.ini wasn't found or wrong precomp.exe/packjpgdll.dll.
Vatsal Singh
13-10-2013, 03:33
can you please upload all the previous versions
thanks in advance
Razor12911
13-10-2013, 05:19
before I give you the files, use this method "-m0" and report back what happens.
Razor12911
13-10-2013, 08:06
Two method switches?
arc a -ep1 -r -ed -w.\ Data\data01.cab -m0 "C:\Games1\*"
Try this one and report back.
If there is an error then something is totally wrong.
Razor12911
13-10-2013, 08:53
ok, confirm that you used the correct precomp version
Kurutucu
13-10-2013, 09:13
yes it is work this method, arc a -ep1 -r -ed -w.\ Data\data01.cab -m0 "C:\Games1\*"
but i need use method Arc+Precomp+Srep+Arc ?? the progress bar doesn't move during extraction using this method and time doesn't count :mad::mad:
TESTED COMPRESSION METHODS:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
-msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
7zip
RAR
NOTE: 1.8 only freearc, precomp and srep only. Look info for RAR and 7Zip.
Razor12911
13-10-2013, 10:11
All done man, Here is your fix for the problem.
Sent PM for archive password.
Razor12911
13-10-2013, 10:39
rename precomp04 to precomp from method.
Razor12911
13-10-2013, 10:59
well, then in the archive you are extracting. look in the picture you uploaded.
precomp04 is there. either you create another archive using bat.
Razor12911
13-10-2013, 12:43
I give up.
Razor12911
13-10-2013, 13:15
Freearc 0.67 Alpha (3,653kb)
Razor12911
13-10-2013, 13:29
Try this fix.
ashyamsundar
13-10-2013, 13:48
How to change default installation directory ?
C:\program files\****
to
C:\Users\%USERPROFILE%\Desktop\****
Razor12911
13-10-2013, 13:51
[Setup]
DefaultDirName={commondesktop} \****
Razor12911
13-10-2013, 13:58
try with different files.
sentinelks
13-10-2013, 15:41
limit compression and memory ex:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -l25% -l128 -c128 -a4 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -f -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Kurutucu
13-10-2013, 18:55
error :confused:
Can you see?
http://i41.tinypic.com/k1aqz5.png
0/28 so there is no stream files. And if file don't have stream files precomp not work. Use srep only for Setup-1.bin.
update 1.8
-added 4 version [main.iss, main(precomp.0.43).iss, main(compact.mode).iss, main(compact.mode-precomp.0.43).iss]
-added original blackbox logo font.
-fixed buttons.
-fixed font colors.
-added compact mode.
-fixed finish page.
-fixed kurutucu compressor.
-added framework redist.
-skin change fixed. You can change with any skin.
-disabled nvidia physx checkbox. But you can enable it.
-other checkboxs selected automatic.
-watch dogs original soundtrack added. ;)
how to download tis update ??
Where is the link ??
Sorry , am new to this
Kurutucu
14-10-2013, 00:33
Black_Box_Script_By_Kurutucu_V1.8.7z (http://fileforums.com/attachment.php?attachmentid=6493&d=1371369297)
D4rkSp4wn
14-10-2013, 11:03
Black_Box_Script_By_Kurutucu_V1.8.7z (http://fileforums.com/attachment.php?attachmentid=6493&d=1371369297)
Heya man, i know u wont be releasing the 2.0 stuff but can u add nanozip support to it and make the script 1.9 version?
Thanks in advance
Kurutucu
14-10-2013, 12:56
Heya man, i know u wont be releasing the 2.0 stuff but can u add nanozip support to it and make the script 1.9 version?
Thanks in advance
v1.9 changed only theme and music button. v2.0 cancelled. So won't share.
Razor12911
15-10-2013, 06:43
make sure that this exists.
[UninstallDelete]
Type: filesandordirs; Name: {app};
sentinelks
15-10-2013, 15:49
NeedSize no string Mb.
use example:
if Float < 1024 then Result:= NumToStr(Float/32*32)+ '00'+' Mb' else
;)
coliotte
15-10-2013, 18:42
http://i.imgur.com/IDuW3d6.jpg
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
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
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
Archives.ini
http://i.imgur.com/IuCYRMA.jpg
Evil Boy
17-10-2013, 08:47
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
But Recently black Box changed their installer. (attached)
Clean: https://www.virustotal.com/en/file/86d75d7d2a675f282ed81c04d121b2791f3752e4e2aafbd72d 38753f58fe6325/analysis/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
i configed the Archive.ini with this code :
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
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
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
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
the script contains 4 components (DirectX,VisualC++,NvidiaPhysx,Framework).
how to add Microsoft live to the script ?
;)
how to fix.please help
http://youtu.be/KPMpHCqi2ik
how i can add password to bin file?
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 ??
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
i used v1.4 low compress during install come out this error massage??
i used v1.4 low compress during install come out this error massage??
using v1.8
some bugs fixed in this version
using v1.8
some bugs fixed in this version
what about add password to arc/bin file?
how do this?
Edit: Nevermind
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.
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
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
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 ?
Razor12911
10-11-2013, 06:58
I think internal compression is not supported.
Just read up on the first post/main threaded post
dadasalam
10-11-2013, 08:50
can anybody please how to compress and extract it by installer ?
a simple instruction for dummy :D
i used Kurutucu Compressor but after half an hour precomp has stopped working ?
where is the problem ?
Kurutucu
11-11-2013, 09:44
can anybody please how to compress and extract it by installer ?
a simple instruction for dummy :D
i used Kurutucu Compressor but after half an hour precomp has stopped working ?
where is the problem ?
Your files don't have p-recomp files. Use srep+arc when you taking precomp stopped error.
dadasalam
11-11-2013, 10:07
Your files don't have p-recomp files. Use srep+arc when you taking precomp stopped error.
would you please add the full files for pre-comp?
i want the maximum compressing thanks bro
bhoiterohit
18-11-2013, 04:28
hi i have some problem in skin.cjstyles..
im working with 2dvd game when 2nd dvd going to finish setup it show skin.cjstyles error
can't copy skin.cjstyles please insert 1st disk
Height of the window will be infinitely stretched, how fixed window height
hey everyone, i'm using Kurutucu Compressor and try to split 1 DVD9 to 2 DVD5. i have no idea what am i suppose to do with it
sentinelks
22-11-2013, 12:37
hey everyone, i'm using Kurutucu Compressor and try to split 1 DVD9 to 2 DVD5. i have no idea what am i suppose to do with it
you can not! the file does not have to split the file. ex: include.lst :)
x2Disc Base Method of conversions
Example conversion DeadFall Adventures
in list.lst add:
ADVGame\*
ADVGame folder is 5.6Gb Total Game is 7,62 approximative =:
Disc1 Compress ADVGame folder
Disc2 = the rest of the files
to learn more, download conversion Fabio and Revo
for complex conversions peterf1999 and Bamse
you can not! the file does not have to split the file. ex: include.lst :)
so what am i suppose to do? i want to repack game which have 7gb into 2xDVD5
pakrat2k2
22-11-2013, 13:56
you have to manually split up the files as best as possible in 2xdvd5. Use data1.lst & data2.lst to specify what files belong in each archive. Lots of trial & error for sure.
you can not! the file does not have to split the file. ex: include.lst :)
x2Disc Base Method of conversions
Example conversion DeadFall Adventures
in list.lst add:
ADVGame\*
ADVGame folder is 5.6Gb Total Game is 7,62 approximative =:
Disc1 Compress ADVGame folder
Disc2 = the rest of the files
to learn more, download conversion Fabio and Revo
for complex conversions peterf1999 and Bamse
i understand now, should i edit the main script? or just add the compressed folder to output folder?
you have to manually split up the files as best as possible in 2xdvd5. Use data1.lst & data2.lst to specify what files belong in each archive. Lots of trial & error for sure.
i understand now how to create the data1.lst. and should i edit the script or just compile the script with data1 folder in output folder?
you have to manually split up the files as best as possible in 2xdvd5. Use data1.lst & data2.lst to specify what files belong in each archive. Lots of trial & error for sure.
you can not! the file does not have to split the file. ex: include.lst :)
x2Disc Base Method of conversions
Example conversion DeadFall Adventures
in list.lst add:
ADVGame\*
ADVGame folder is 5.6Gb Total Game is 7,62 approximative =:
Disc1 Compress ADVGame folder
Disc2 = the rest of the files
to learn more, download conversion Fabio and Revo
for complex conversions peterf1999 and Bamse
here my list.lst and archives.ini
please help me how to add it to main.iss
https://dl-web.dropbox.com/get/help%20me.rar?w=AADdu7ri53pjoMd0o7cWiFn5AK-FjVAiGA4z0dm9hDzlqg&dl=1
pakrat2k2
23-11-2013, 15:48
here my list.lst and archives.ini
please help me how to add it to main.iss
https://dl-web.dropbox.com/get/help%20me.rar?w=AADdu7ri53pjoMd0o7cWiFn5AK-FjVAiGA4z0dm9hDzlqg&dl=1
403 ERROR.. just file as attachment to your original post. RAR the file before uploading.
403 ERROR.. just file as attachment to your original post. RAR the file before uploading.
here they are 7710 i try to repack naruto ultimate ninja storm 3 full burst to 2xDVD5
sentinelks
23-11-2013, 22:54
here they are 7710 i try to repack naruto ultimate ninja storm 3 full burst to 2xDVD5
*.exe
*.dll
*.png
?
there is no need to declare in this way, or give the name or do not enter anything even if it is okay equal
*.exe
*.dll
*.png
?
there is no need to declare in this way, or give the name or do not enter anything even if it is okay equal
oke, i'll delete those files in data.lst. then what should i do with the script and the archives.ini ?
sentinelks
24-11-2013, 01:22
oke, i'll delete those files in data.lst. then what should i do with the script and the archives.ini ?
x4dvd
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) 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 ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Setup-1.bin,2,3,4 or data1.bin,2,3,4
x4dvd
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) 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 ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-4.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Setup-1.bin,2,3,4 or data1.bin,2,3,4
i dont need to add
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
after
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break; ?
one more, see the bold one
set arc=data1.bin
if exist .\DVD1\%arc% goto data2
arc a -ep1 -r -ed -ld -w.\ -msrep64+precomp+lzma:a2:mfbt4:d256m:fb128:mc1000:l c8
[email protected] -xunins* -dp"%choice1%" .\DVD1\%arc%
if ERRORLEVEL 1 goto arcfail
:end
in your script
set arc=data1.arc
if exist .\DVD1\%arc% goto data2
arc a -ep1 -r -ed -ld -w.\ -msrep64+precomp+lzma:a2:mfbt4:d256m:fb128:mc1000:l c8
[email protected] -xunins* -dp"%choice1%" .\DVD1\%arc%
if ERRORLEVEL 1 goto arcfail
:end
am i correct to change it?
pakrat2k2
24-11-2013, 08:28
yes, whatever you have filenames must match
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), = set arc=Setup-1.bin
yes, whatever you have filenames must match
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Setup-1.bin'), = set arc=Setup-1.bin
oke thanks alot master. i just finished editing the script and 100% work. thanks
How ti fix
Video
http://www.dailymotion.com/video/x180v1j_untitled
blackfire219
07-12-2013, 19:28
how can i replace kurutucu with blackfire in the bottom left in the installer?
pakrat2k2
07-12-2013, 21:27
find the logo image & replace it with yours
blackfire219
07-12-2013, 23:56
Thank you sir. By the way, i have 3 game.bin files of naruto storm 3 and 1 setup.exe, but i want to change the setup.exe with this because its in russian and i want to recompile it but i cant extract it in innoextractor, it says corrupted but when i run it is ok..is it possible to create new setup for the .bin files or do i need to compress another game bin files?
Razor12911
08-12-2013, 00:33
you cannot extract files like that with inno extract, their file types might be free arc, rar, 7z or any other. all you can do is check what's the archive type using freearc.
if it's freearc, 7z or rar, relate to the tutorials (http://fileforums.com/showpost.php?p=418281&postcount=89).
blackfire219
08-12-2013, 01:03
I mean im extracting the .exe file to get the script..but i cant extract it..
And how can i open the compressed 3 .bin files to determine what kind of archive of those files?
that kinda defeats the purpose of someone creating the install for u to edit the script and maybe make it your own(just saying not accusing you).he has posted the script in first page try make a installer its very easy if u just read.just install the game and use this script to make a new one in english very easy
george047
09-12-2013, 02:28
I am getting this error.
http://s23.postimg.org/h5i2gkw4b/123.jpg
Razor12911
09-12-2013, 03:32
Use Inno Setup Unicode (http://jrsoftware.org/download.php/is-unicode.exe?site=1)
george047
09-12-2013, 07:10
Use Inno Setup Unicode (http://jrsoftware.org/download.php/is-unicode.exe?site=1)
Thanks buddy
george047
09-12-2013, 10:20
http://s19.postimg.org/sntd8grlf/Untitled.jpg
I got this problem after creating setup.It just stop working.pLZ help me
Razor12911
09-12-2013, 10:47
did you compile scripts with files or did you create external archives?
george047
09-12-2013, 20:10
I created external archives with freearc & renamed it as .bin
Razor12911
10-12-2013, 00:58
oh and, you also gotta use the latest freearc. that has an effect on the installer
george047
10-12-2013, 01:27
I am using FreeArc 0.666.that is latest
Razor12911
10-12-2013, 01:31
Freearc 0.67 Alpha is. but stable is 0.666
Link (http://freearc.org/Download-Alpha.aspx)
george047
10-12-2013, 02:14
So should i recompress it using Freearc 0.67 Alpha..?
precomp 0.42 keeps crashing ,,,,,,,,,,,,,,any solution ???
Razor12911
10-12-2013, 02:56
use a different precomp version.
@george047
yep
george047
10-12-2013, 03:24
Any other option..?
use a different precomp version.
@george047
yep
if i use any other precomp then installer says unknown version of precomp :confused:
george047
11-12-2013, 09:00
I have managed to re compressed with Freearc 0.67 Alpha & setup is working thanks u guys.But Freearc 0.67 Alpha is buggy and i can't compress it right.u guys should make code with stable version.
parranda
11-12-2013, 23:36
how to make your own skin file KURUTUCU....
Please tell.......
y_thelastknight
12-12-2013, 00:17
how to make your own skin file KURUTUCU....
Please tell.......
Using Codejock Skin Builder
Google it
Check The Attachment (http://fileforums.com/attachment.php?attachmentid=5619&d=1360439033)for More Themes..
parranda
17-12-2013, 09:36
Hey can anyone tell me how to use freearc for compressing files as when i use i get error that setup has stopped working and it exits...
When i extract setup.bin file with freearc(portable v0.666) it gives me the desired file but the setup doesn't work why so and how to fix it ?
hackjack
17-12-2013, 09:54
i love your script.i just have one question, i want logo in png format instead of bitmap.what do i put in the string to make it png.it does not take png and shows error invalid bitmap image.what identifier should be used for png.thanks
pakrat2k2
17-12-2013, 15:46
i love your script.i just have one question, i want logo in png format instead of bitmap.what do i put in the string to make it png.it does not take png and shows error invalid bitmap image.what identifier should be used for png.thanks
open iss script & search for logo.bmp change all to png.
save the iss script as new name & test if it works. wasnt that hard to figure out.
hackjack
17-12-2013, 22:27
open iss script & search for logo.bmp change all to png.
save the iss script as new name & test if it works. wasnt that hard to figure out.
i already tried that but when we replace that it gives error "invalid bitmap image". i think the bitmap identifier should be change to any image string.but i dont know how.plz help
parranda
18-12-2013, 05:41
okk problem solved with alpha v.067 of freearc
Thanks @RAZOR but still tell a method to make setup compatible with freearc v0.666 as it is stable also freearc v0.7 is coming soon so we need a method to make setup compatible with newer versions or stable ones...
pakrat2k2
18-12-2013, 17:39
i already tried that but when we replace that it gives error "invalid bitmap image". i think the bitmap identifier should be change to any image string.but i dont know how.plz help
need to know which version exactly your using to look thru it.
hackjack
18-12-2013, 21:08
need to know which version exactly your using to look thru it.
if you mean inno setup version then i am using unicode version, it gets compiled but when open the setup from output it gives error invalid bitmap image.have you tried it, if its working tel me which version you are using?
george047
18-12-2013, 21:38
Using Codejock Skin Builder
Google it
Check The Attachment (http://fileforums.com/attachment.php?attachmentid=5619&d=1360439033)for More Themes..
what is password
hackjack
18-12-2013, 21:50
what is password
Fileforums
F is capital
y_thelastknight
19-12-2013, 03:18
what is password
sorry forget that :/
parranda
19-12-2013, 03:49
Using Codejock Skin Builder
Google it
Can you tell how to make your own skin using this as it is difficult to edit buttons etc..
I mean how to do it?
pakrat2k2
19-12-2013, 05:04
if you mean inno setup version then i am using unicode version, it gets compiled but when open the setup from output it gives error invalid bitmap image.have you tried it, if its working tel me which version you are using?
which version of the ISS script
sentinelks
19-12-2013, 05:22
george047 use inno ultra full... Codejock Skin Builder is integrated and full themes ;)
hackjack
19-12-2013, 11:08
which version of the ISS script
sorry i dont understand which version are you asking, i have iinno setup and inno ide installed.
parranda
22-12-2013, 08:43
Somebody please tell me how to make skins with codejock skin builder...
Razor12911
22-12-2013, 09:07
doesn't it have instructions? just asking...
parranda
23-12-2013, 00:20
No tutorials on site as well as on google...
parranda
23-12-2013, 04:54
i want to remove these on all pages and add their contents on the bitmap itself and also i want to have different bitmap for 1st page and rest of the pages....
Razor12911
23-12-2013, 05:03
those images are somewhere in the attachment. edit them by making them blank or edit script if you can.
how to change precomp 0.42 to precomp 0.43
Razor12911
31-12-2013, 01:04
replace exe and edit the arc.ini
find -c- and change it to -cn
sentinelks
31-12-2013, 02:06
replace exe and edit the arc.ini
find -c- and change it to -cn
are you sure of what you say :cool:
Razor12911
31-12-2013, 02:36
Yea I think so.
sentinelks
31-12-2013, 06:18
you need to edit the script, because precompress 043 incorporates the libraries of the old 042, so it will be removed or placed in a new folder or blackbox crash ..
replace exe and edit the arc.ini
find -c- and change it to -cn
installer says incorrect version of precomp
Razor12911
31-12-2013, 07:02
replace precomp exe
replace precomp exe
i did it but not working
mmhsagor
10-01-2014, 10:16
Can any one please help me?
After doing everything accordingly I completed Packing a game but after the installation is complete it tries to install DirectX but after few second it shows "Invalid Command Switch" in a pop up window and when I click OK it finishes the installation, every thing runs OK but the directx doesn't get installed. I don't know about other Redist softwares as I haven't tried them yet.
Please explain as simply as possible, I am a newbie in this short of thing.
By the way THAKNS A LOT KURUTUCU for the script and everything else.
Razor12911
10-01-2014, 10:53
check this thread (http://fileforums.com/showthread.php?t=95092) out
Please, I need help. How can I enter a password in the script ?
like 111-111-111-111
222-222-222-222
333-333-333-333
So if the user put on of these passwords it will continue.
Razor12911
12-01-2014, 07:10
There
Preview
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method
thanks
y_thelastknight
17-01-2014, 02:17
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method
thanks
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
Total Percentage of the whole progress. if you have more files change it. Total Must be 100.
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
Total Percentage of the whole progress. if you have more files change it. Total Must be 100.
I am getting this error.I have also renamed Data1 to My Data name:(
y_thelastknight
17-01-2014, 03:31
I am getting this error.I have also renamed Data1 to My Data name:(
file is not available to extract.
file name is different or dir is different.
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
{src} = where you archive file is.
data1.7z = Your archive file name.
file is not available to extract.
file name is different or dir is different.
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
{src} = where you archive file is.
data1.7z = Your archive file name.
Thanks I got my problem solved but there is now another problem with precomp.Hope you can again help me regarding this.
Thanks,
y_thelastknight
17-01-2014, 21:22
Thanks I got my problem solved but there is now another problem with precomp.Hope you can again help me regarding this.
Thanks,
Im sorry mate i don't know about precomp :/
pakrat2k2
18-01-2014, 00:22
I am getting this error.I have also renamed Data1 to My Data name:(
check the script, is it expecting precomp.exe or precomp041.exe. You might have to rename the exe to what its looking for.
pakrat2k2
18-01-2014, 01:12
look at the error picture you posted.. it tells you what the error is...
your installing / extracting into C:\Program Files x86\Fileforums\Kurutucu ??
is that where you want it to extract too ??
Razor12911
18-01-2014, 01:48
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
7Zip can contain more than 1 file.
and there might something wrong.
when compressing
7Zip > Precomp > Srep > Arc
when decompressing it has to be in reverse
Arc > Srep > Precomp > 7Zip
The steps either compressing or decompression may be incorrect.
I suggest to replace 7Zip with Arc
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
7Zip can contain more than 1 file.
and there might something wrong.
when compressing
7Zip > Precomp > Srep > Arc
when decompressing it has to be in reverse
Arc > Srep > Precomp > 7Zip
The steps either compressing or decompression may be incorrect.
I suggest to replace 7Zip with Arc
Thanks for replying.I started everything from scratch but i found this precomp error while installing and if i remove precomp during compression installer runs nicely.:o
Razor12911
18-01-2014, 23:49
you may wanna check precomp version used.
you may wanna check precomp version used.
Sorry but i don't understand what you are saying
mmhsagor
21-01-2014, 12:26
precomp .42 keeps crassing. Trying to use precomp .43 and creating the setup.exe using Main(Compact.Mode+Slideshow & Video).iss but when I try to install it says wrong version of precomp.
Copied precomp .43 and arc.ini from Black_Box_Script_By_Kurutucu_V1.8\Precomp Versions\0.43 directory to include directory. nothing good happened. Any help????
y_thelastknight
21-01-2014, 13:09
precomp .42 keeps crassing. Trying to use precomp .43 and creating the setup.exe using Main(Compact.Mode+Slideshow & Video).iss but when I try to install it says wrong version of precomp.
Copied precomp .43 and arc.ini from Black_Box_Script_By_Kurutucu_V1.8\Precomp Versions\0.43 directory to include directory. nothing good happened. Any help????
you have to use Main(Compact.Mode-precomp.0.43).iss to use precomp0.43.
@y_thelastknight
could you tell me what should i write for lzma in archive.ini
thanks,
y_thelastknight
23-01-2014, 02:18
could you tell me what should i write for lzma in archive.ini
lzma Mean arc compression?
nhinchihap3
03-02-2014, 07:54
How to change orther language
Thx
Razor12911
03-02-2014, 14:50
you need to first add language file then translate some parts to your language.
nhinchihap3
03-02-2014, 20:23
you need to first add language file then translate some parts to your language.
yeah i add Inno Setup\deafaul.isl but can't edit
pakrat2k2
03-02-2014, 20:34
open it with notepad.. translate it into your own language, if there isn't one already in your language there for it.
( look in any of the conversions Language subfolder for the isl for your language ( then copy it to the script location
and rename it to what it expects ) will still say English/default but be in your language ??
mmhsagor
03-02-2014, 23:25
Tried using Main(Compact.Mode-precomp.0.43).iss . Still the same. "Wrong precom version". Am I doing something wrong?
Rajeev07
05-02-2014, 06:14
Hello Kurutucu I am the new user here and i wanted to ask you that how we will
add the main executable file which we have to install I have Change the PSD Files and done everything and my setup is also running just I am not getting one thing thst when i run the setup and when it start installing at that page error is coming and that is because the setup do not have an executable file.
............
Thank You
Tell me the solution when you are online
Can anyone tell me how to do that
Is anyone online to tell me
3 posts in less then 10 mins, WAIT for someone
to respond BEFORE posting again...
Lonelywarriors
05-02-2014, 06:40
Rajeev: did you compressed game using kurtuchu compressor or winrar ,7zip ..etc ?
GloverK1911
07-02-2014, 22:39
What about password?
GloverK1911
08-02-2014, 00:26
my arc file has password
hey can u tell me how can i passowrd protect the archives with your compressor and use protected archives in your installer
GloverK1911
10-02-2014, 01:12
hey can u tell me how can i passowrd protect the archives with your compressor and use protected archives in your installer
You just edit file Archives.ini like this :
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data-1.ctit') then break;
ISArcExtract( 0, 50, ExpandConstant('{src}\Data-1.ctit'), ExpandConstant('{app}\'), '', false, 'Your Password', '', '',false );
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data-2.ctit') then break;
ISArcExtract( 0, 50, ExpandConstant('{src}\Data-2.ctit'), ExpandConstant('{app}\'), '', false, 'Your Password', '', '',false );
I don't know but why from today i am getting this error.i also used inno unicode and enhanced version both.
TsubasaHP
15-02-2014, 06:05
Hi;Guys, I have a question
I want to add a Splash Screen at the end of the Installation ( After Redist Installed)...to show some important Note that i want to write...and I want this Splash screen shown about for example 1 minute .
How can I do This?
hello because not play videos with the format mp4?
Razor12911
20-02-2014, 09:18
might be codecs, try XVid formatted mp4
might be codecs, try XVid formatted mp4
XVid if it works, you must install codecs to play the format. Mp4 where can I download these codecs mp4
Razor12911
22-02-2014, 22:44
Install K-lite Codec Pack
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.