FileForums

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

thenokiottos 12-03-2014 09:03

Sometimes when i try to compress files with Kurutucu compressor and then extract with blackbox setup it crashes during installation. Through many trials i saw that if i made small enough archives it didn't happen. Does anyone know the cause for this? The last time i tried to compress 2 gb of files and it crashed.

61n4n74r 17-03-2014 00:38

hey guys.. please help..
i got ""Null Pointer Exception" error before installing my compiled game/after launch setup.exe...
how to fix it?
thanks...

shimura 19-03-2014 11:28

I have no green progresbar, how to fix this issue?

Razor12911 19-03-2014 11:32

Quote:

Originally Posted by shimura (Post 429971)
I have no green progresbar, how to fix this issue?

cjstyles has taken over the current progress bar texture or color. it can't be changed else if you change or mod cjstyles theme

shimura 19-03-2014 11:42

would You be so kind to fix this issue?
I didnt mod I use your template with all files

i mean bottom green progresbar on bottom taskbar, i might be misunderstanding

Razor12911 19-03-2014 11:46

Do you want to keep the grey background with green progress bar?

shimura 19-03-2014 11:54

I would like to see progres in any color, even like this
http://s28.postimg.org/i4sk9kga5/123.jpg

Razor12911 19-03-2014 11:56

Then you may need to remove skin,

find something like LoadSkin blah blah blah,

put this // then compile setup.

shimura 19-03-2014 11:59

ok thx I will investigate in this later

Danik1B9 22-03-2014 18:56

Hi here is my compressor and modified scripts ... (CZ)
http://uloz.to/xLFPncTk/repack-data-rar

blackfire219 24-03-2014 23:38

Hello. I want to ask if where can I download the modified version of Inno Setup Compiler, because I will use it to restrict unpacking of my repacks.

Razor12911 25-03-2014 08:09

here

Emorian 26-03-2014 15:52

Hello!

can not be logo.bmp logo.png from replaced? (off switch?)
how to add logo.png?

now:
Quote:

ExtractTemporaryFile ('logo.bmp');
WizardForm.WizardBitmapImage2.Width := ScaleX(230);
WizardForm.WizardBitmapImage2.Height := ScaleX(55);
WizardForm.WizardBitmapImage2.Top:=340;
WizardForm.WizardBitmapImage2.Left:=5;
WizardForm.WizardBitmapImage2.Bitmap.LoadFromFile( ExpandConstant('{tmp}\logo.bmp'));
WizardForm.WizardBitmapImage2.Parent:=WizardForm;

Razor12911 26-03-2014 20:24

you need to use botva2 or islogo to use png logo

Emorian 26-03-2014 21:16

How do I add?
thank you, write it down here!


please write here script format, thank's

Emorian 28-03-2014 15:05

Quote:

Originally Posted by Kurutucu
..


Hello! (kardeş)

How to Change the Font?
Here, the method can only captions ..

Please help, thank you!

Razor12911 29-03-2014 08:34

Quote:

Originally Posted by Emorian (Post 430198)

Hello! (kardeş)

How to Change the Font?
Here, the method can only captions ..

Please help, thank you!

visit and get information for a certain label in the script.

from the information, you got, use the LabelsName.Font.Name:='Your Font Name';

Done.

blackfire219 29-03-2014 23:15

Hello! I want to ask for the correct code in loading isskin. I want to put the Codejock.cjstyles that I extracted from the ISSkin installer to my installer. But it does not load the skin when I initialize the setup, anyone can help me please?

EDIT- Never mind. I used Inno Script Studio, so no more problems on ISSkin.

Emorian 30-03-2014 09:50

Quote:

Originally Posted by Razor12911 (Post 430213)
visit and get information for a certain label in the script.

from the information, you got, use the LabelsName.Font.Name:='Your Font Name';

Done.

Not work.. (Black_Box_Script_By_Kurutucu_V1.8)
you do not want to use only the internal letters ..

blackfire219 04-04-2014 02:29

Anyone can help me here in this dumped code from Naruto Storm 3 Full Burst-FLT release? I am getting error on registry entries so I want your help.
http://www41.zippyshare.com/v/22051199/file.html

pakrat2k2 04-04-2014 05:11

dumped code is useless... post what you have entered in your [registry] section from the script. Then we can see where the errors may be.

blackfire219 04-04-2014 21:34

Quote:

Originally Posted by pakrat2k2 (Post 430322)
dumped code is useless... post what you have entered in your [registry] section from the script. Then we can see where the errors may be.

Here's the link for my script and the stated registry error while compiling;
http://www.mediafire.com/download/a9...Error+photo.7z

The registry was extracted from Fairlight release of Naruto Storm 3 Full Burst. I am only repacking it because sometimes it gets the stage.cpk file being corrupted after the installation. So I replaced the stage.cpk file with my friend's legit copy of that game. I think there was an embedded descriptor code about that {code: DefaultIPCountry} valuedata constant.

nitrogen blaze 27-04-2014 01:20

not working
 
when i compile main.iss it shows
line 138
column 1
identifier expected

y_thelastknight 27-04-2014 08:41

Quote:

Originally Posted by nitrogen blaze (Post 430727)
when i compile main.iss it shows
line 138
column 1
identifier expected

use unicode version of inno setup..

Snipunk 03-05-2014 11:37

slideshow timer
 
How do I Change slideshow timer?
Images change after 1 second and i'm not familiar enough to pascal script top change it.

mausschieber 03-05-2014 12:28

Quote:

Originally Posted by Snipunk (Post 430888)
How do I Change slideshow timer?
Images change after 1 second and i'm not familiar enough to pascal script top change it.

in sript search for this

-->TimerID:=SetTimer(0, 0, 2000, WrapTimerProc(@OnTimer, 4))
replace the 2000 with 5000 for the slideshow
that is to change the seconds

tawcf1993 22-05-2014 00:42

could the script show needed space with decimal? like 9.34GB

TsubasaHP 29-05-2014 03:23

Hi,Guys, I have a question.

I have a file. The size of it 5.5GB.
I want to split it in 2xDVD5 and use this script for installation.
how can I do this?

y_thelastknight 29-05-2014 10:41

Quote:

Originally Posted by TsubasaHP (Post 431491)
Hi,Guys, I have a question.

I have a file. The size of it 5.5GB.
I want to split it in 2xDVD5 and use this script for installation.
how can I do this?

do you want use internal compression or freearc?

if you want internal then add these line under [Setup] section

Quote:

Compression=lzma2/ultra64
DiskSpanning=yes
SlicesPerDisk=3
DiskSliceSize=1566000000
or try to compress it with freearc+srep. sometimes it might help you reduce the size.

TsubasaHP 29-05-2014 11:22

Quote:

Originally Posted by y_thelastknight (Post 431505)
do you want use internal compression or freearc?

if you want internal then add these line under [Setup] section



or try to compress it with freearc+srep. sometimes it might help you reduce the size.

oh, thank you very much,

it seems there is no way expect internal compression,
i trid all external compression methods. it's not smaller then more 5GB .

y_thelastknight 29-05-2014 11:56

Quote:

Originally Posted by TsubasaHP (Post 431506)
oh, thank you very much,

it seems there is no way expect internal compression,
i trid all external compression methods. it's not smaller then more 5GB
.

hm, if you want to use external compression there is alternative solution for it

1, compress the and split the original file with winrar.
2, compress the splitted rar files with freearc
3, use the installer to extract the arc files to installation directory
4, again use the installer to extract the spilitted rar file into installation directory from installation directory.

TsubasaHP 29-05-2014 12:18

Quote:

Originally Posted by y_thelastknight (Post 431507)
hm, if you want to use external compression there is alternative solution for it

1, compress the and split the original file with winrar.
2, compress the splitted rar files with freearc
3, use the installer to extract the arc files to installation directory
4, again use the installer to extract the spilitted rar file into installation directory from installation directory.

i think it is not a good idea ,

But another question
i read in Razor12911 tutorial :

" This blackbox script/installer doesn't support internal compression "

now how should I do?

y_thelastknight 29-05-2014 12:32

Quote:

Originally Posted by TsubasaHP (Post 431508)
i think it is not a good idea ,

But another question
i read in Razor12911 tutorial :

" This blackbox script/installer doesn't support internal compression "

now how should I do?

rofl..
it support but some bugs is there :p
and what script file is you are using?

TsubasaHP 29-05-2014 12:44

Quote:

Originally Posted by y_thelastknight (Post 431510)
rofl..
it support but some bugs is there :p
and what script file is you are using?

i am using "Main.iss" Script that include attached files

sorry...i'm asking a lot of question.

y_thelastknight 29-05-2014 12:51

Quote:

Originally Posted by TsubasaHP (Post 431511)
i am using "Main.iss" Script that include attached files

just main.iss ?

Quote:

Originally Posted by TsubasaHP (Post 431511)
sorry...i'm asking a lot of question.

its fine with me. :)

TsubasaHP 29-05-2014 13:02

Quote:

Originally Posted by y_thelastknight (Post 431512)
just main.iss ?

I'm not starting yet,
but...should i use another things?

I'm not very familiar with Internal compression.

y_thelastknight 29-05-2014 13:07

give me some minutes. i give you the main.iss with internal compression support :)

y_thelastknight 29-05-2014 13:16

1 Attachment(s)
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :p :/

TsubasaHP 29-05-2014 13:27

Quote:

Originally Posted by y_thelastknight (Post 431517)
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :p :/

Thanks a lot for your ethereality :)

y_thelastknight 29-05-2014 13:40

Quote:

Originally Posted by TsubasaHP (Post 431518)
Thanks a lot for your ethereality :)

:)


All times are GMT -7. The time now is 01:44.

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