FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Glass Black Box Inno Setup Script Unicode (https://fileforums.com/showthread.php?t=95321)

pakrat2k2 30-11-2013 10:57

Quote:

Originally Posted by aj12345 (Post 426584)
How to hide Softwares.

already been asked & answered.. read entire thread before posting questions for something that may have already been asked. ( answer in post #23 )

Quote:

Originally Posted by varma1993 (Post 425536)
Directx& Vcx86 Redists Not Installing

syntax Command Line Error

Plz Help

proper command line entries

http://fileforums.com/showthread.php?t=95092

aj12345 30-11-2013 11:26

How to ad skin.

pakrat2k2 30-11-2013 19:06

warnings at bottom of compile screen > which result in settings not being read from setup.ini AppPublisher doesn't get filled in default program folder location.
Code:

Warning: The [Setup] section directive "VersionInfoCompany" is not assuming a default value because AppPublisher includes constants.
bold parts don't pick-up value from setup.ini

aj12345 01-12-2013 13:46

How to ad buton Begin Install.

http://s5.postimg.org/4o6bwwevb/Untitled.png

pakrat2k2 01-12-2013 15:52

its AFTER configure ( configure is like, begin install process )

hackjack 15-12-2013 04:40

can we show percentage in progress bar. also i am not getting the shortcut on desktop i tried various times.

y_thelastknight 15-12-2013 09:32

Quote:

Originally Posted by hackjack (Post 427326)
can we show percentage in progress bar. also i am not getting the shortcut on desktop i tried various times.

will fix it..

pakrat2k2 20-12-2013 21:31

need to also add the option for splash screen ( sentinelk posted it couple pages back, post #19)
and maybe add default setup.icon to script...

SetupIconFile=Setup.ico

y_thelastknight 20-12-2013 21:34

Quote:

Originally Posted by pakrat2k2 (Post 427566)
need to also add the option for splash screen ( sentinelk posted it couple pages back )
and maybe add default setup.ico

sure :)

pakrat2k2 22-12-2013 11:28

uploaded new versions into first post for Y_thelastnight, he will update first post with changes made :)

y_thelastknight 22-12-2013 11:52

Updated to Version v1.4.0
Code:

Version v1.4.0(Customized Version)
 
-Fixed Some bug.
-Fixed Shortcut error (thanks to hackjack).
-Added 2nd Shortcut to Desktop and Start menu.
-Added Percentage in Tittle.
-Added Video.
-Added Splash.
-Added Some Button Sounds.
-Added Redist ProgressBar

Version v1.4.0(Original Version)
 
-Fixed Some bug.
-Fixed Shortcut error (thanks to hackjack).
-Added 2nd Shortcut to Desktop and Start menu.
-Added Percentage in Tittle.


pakrat2k2 22-12-2013 18:46

1 Attachment(s)
well some strange errors happening here !

Have in setup.ini files for disk 1 / disk 2 / disk 3. Have files set correctly in setup.ini
and jumps from install ( disk 1 ) to ask for disk 3.
Code:

[Game]
Name=Aerofly FS
Publisher=IPACS
Version=1.0.0.9
Size=20979
Exec=aerofly-fs.exe
 [Settings]
Precomp=0.38
 [FreearcFile1]
Archive={src}\Data.cab
Output={userdocs}\aerofly FS\
Disk=1
;Password=
 [FreearcFile2]
Archive={src}\Data1.cab
Output={app}
Disk=1
;Password=
 [FreearcFile3]
Archive={src}\Data2.cab
Output={app}
Disk=2
;Password=
 [FreearcFile4]
Archive={src}\Data3.cab
Output={app}
Disk=3

When switching disks following error popped up.

Razor12911 22-12-2013 22:02

bug will be fixed right away. spotted something.

hackjack 22-12-2013 22:19

if we have to delay splash screen by 2 or 3 seconds more then what should i do?

y_thelastknight 22-12-2013 22:47

Quote:

Originally Posted by Razor12911 (Post 427638)
bug will be fixed right away. spotted something.

thanks razor :)

Quote:

Originally Posted by hackjack (Post 427639)
if we have to delay splash screen by 2 or 3 seconds more then what should i do?

find this line..
Code:

ShowSplashScreen(0,ExpandConstant('{tmp}\splash.png'),1000,1000,1000,0,255,False,$FFFFFF,10);
Code:

Fade in time
Staying time
Fade out time

Change the values for your choice.

pakrat2k2 23-12-2013 16:53

Glass Black Box v1.4.1.7z
Glass Black Box v1.4.1_C.7z

added to first post, to correct script errors ;)

sentinelks 23-12-2013 17:50

why upload all the files together, the better to load only the necessary files :)

pakrat2k2 23-12-2013 19:02

Quote:

Originally Posted by sentinelks (Post 427676)
why upload all the files together, the better to load only the necessary files :)

Just easier to upload complete corrected version, without update 1, 2, 3, 4 etc.

Much like your Darkbox topic > 8 files to choose, which one is latest ? You really need to clean up those files, into #1, #2, #3 etc... AND specify which is latest complete version.

y_thelastknight 23-12-2013 19:05

Quote:

Originally Posted by sentinelks (Post 427676)
why upload all the files together, the better to load only the necessary files :)

We don't want to ruin spirit of the original script :p

sentinelks 23-12-2013 19:10

this was not the reason im my post lol adm . .. DarkBox about it .. darkbox but there are always update I can not load it all :( .. here there are those who want to crush and who wants crude :D


a very good for me test you script.. working 100% panel+bmp :)
new method tomorrow botva2+png :D

hackjack 25-12-2013 07:18

why do i keep getting this error whenever i try to extract arc file.it does not happen when using 7z or rar file.
see this image
http://img855.imageshack.us/img855/9670/mmxa.png

i tried using free arc 0.67 and 0.66.
also razor compress tool

Razor12911 25-12-2013 07:26

unarc.dll problem.

hackjack 25-12-2013 09:53

what should i do..
i tried inserting other dlls

Razor12911 25-12-2013 10:01

if you are using my compressing tool. copy and paste the isdone support files to the script. just replace existing file.

I wonder where'z y_thelastknight

GloverK1911 06-02-2014 06:43

How to compile file Setup.ini to Setup.exe?

pakrat2k2 06-02-2014 09:47

Quote:

Originally Posted by GloverK1911 (Post 428912)
How to compile file Setup.ini to Setup.exe?

you cant as least not yet, he MAY change that.

y_thelastknight 11-02-2014 10:24

Quote:

Originally Posted by GloverK1911 (Post 428912)
How to compile file Setup.ini to Setup.exe?

Will add it bro.

Andrey167 12-02-2014 11:56

how to fix this problem like all prescribed true but when you unpack the archive timer 3 strays http://foto-pic.org/images/92365875639253125710.jpg

ahmetbtmn 07-03-2014 06:21

I add video.avi but give error. I delete video but again error. Download again and compile (I did not change anything) but error

http://i.imgur.com/muUQfLP.png

altef_4 07-03-2014 06:39

Quote:

Originally Posted by ahmetbtmn (Post 429674)
I add video.avi but give error. I delete video but again error. Download again and compile (I did not change anything) but error

http://i.imgur.com/muUQfLP.png

use inno setup enhanced edition

ahmetbtmn 07-03-2014 07:08

Quote:

Originally Posted by altef_4 (Post 429675)
use inno setup enhanced edition

I use unicode. I serarch but not found enhanced edition

pakrat2k2 07-03-2014 11:28

1 Attachment(s)
Quote:

Originally Posted by ahmetbtmn (Post 429677)
I use unicode. I serarch but not found enhanced edition

Here's the Enhanced version, just extract & use.

ashyamsundar 20-06-2014 09:16

How to increase slide show time ?

pakrat2k2 20-06-2014 13:09

Quote:

Originally Posted by ashyamsundar (Post 432089)
How to increase slide show time ?

go read post #55

Bilawal 01-07-2014 00:39

How To Convert PCF Files.

y_thelastknight 22-07-2014 20:51

Quote:

Originally Posted by Bilawal (Post 432270)
How To Convert PCF Files.

that doesn't support by this script mate..

Adonix 19-08-2014 03:50

when compiling script, it's giving error.
Please help, and this will we used with .bin files ?
http://i.imgur.com/lw9XOlu.jpg

Moreover what's difference between Glass Black Box v1.4.1_C and Glass Black Box v1.4.1

y_thelastknight 19-08-2014 04:35

Quote:

Originally Posted by Adonix (Post 433409)
when compiling script, it's giving error.
http://i.imgur.com/lw9XOlu.jpg

use inno setup enhanced version for the error...
you get it here

Quote:

Originally Posted by Adonix (Post 433409)
Please help, and this will we used with .bin files ?

yup, you can use razor's quick archive packer.

Quote:

Originally Posted by Adonix (Post 433409)
Moreover what's difference between Glass Black Box v1.4.1_C and Glass Black Box v1.4.1

Glass Black Box v1.4.1_C
- Glass BB Script with splash, video BG, Picture Slideshow.

Glass Black Box v1.4.1
- Original Glass BB Script

Adonix 19-08-2014 05:35

Quote:

Originally Posted by y_thelastknight (Post 433413)
use inno setup enhanced version for the error...
you get it here

Ok, i downloaded it, but how to use it :p
Like your glass black box is very simple, we just have to compile "Script.iss"
But in enhanced version There is no output folder or script to compile :p

Please help :)

y_thelastknight 19-08-2014 05:41

Quote:

Originally Posted by Adonix (Post 433416)
Ok, i downloaded it, but how to use it :p
Like your glass black box is very simple, we just have to compile "Script.iss"
But in enhanced version There is no output folder or script to compile :p

Please help :)

dude just open the script.iss file in enhanced version of inno setup and compile..


All times are GMT -7. The time now is 06:46.

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