FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   BlackBox v2 (https://fileforums.com/showthread.php?t=95595)

Fahimft2014 05-10-2014 06:23

Can anybody tell me how do i customize the taskbar of innosetup.I heard about WinTB.dll.But no idea how to use it.Please help.

Stor31 07-10-2014 06:58

How to Make Ultra Compression šPLZ PLZ PLZ ???????

Adonix 07-10-2014 20:28

what's the reason of giving unarc.dll in download attachments?

Bilawal 08-10-2014 05:27

Please Add A "Run File After Install" Function. Means that it run a .exe or .bat file during or after install.Especially During Install. Please
Sorry For Bad English.

hydefromt70s 08-10-2014 11:24

Nice installer script, congrats! :)

I notes small bug. I set the Game Size to 1000MB and installer shows Required Free Space as 1.98GB - it should be equal to Game Size. Please fix that!

And one more thing... Is ur installer support srep 3.93?

Adonix 09-10-2014 22:12

could we get inno script for this ?

skype123 10-10-2014 05:55

how 4/6 questions could be answered by reading this thread or at least the last 4 pages.
please read! especially the posts by the author of the script

DrakeMcCain 13-10-2014 13:15

About BlackBox v2
 
I have two issues about BlackBox v2 compiler program.

First of all, if i click anywhere on setup screen while installing(my compiled setup), it will show an error and installation will stop. For example, if i click on left-bottom corner of the setup screen where is there my logo, setup will say "Aboutform.png not found." or if i click on cancel button while installing it will say "Aboutexit.png not found."

But, these png files are exist in the BlackBox v2's folder.

My second question:
------------------------

Slideshow section and video section don't work in/on my BlackBox v2. These sections/buttons are grayed out and i can't click on them.

How do i fix these issues?:confused:

If you help me, i will be appreciate. (Sorry for my bad english.)

Adonix 14-10-2014 06:44

3 Attachment(s)
hi,
using this designer second time and need help.
please see 3 images attached below and kindly explain how to do settings in marked sections and what are they for ?

i am using below code to compress files :-

Quote:

arc a -lc8 -ep1 -ed -r -w.\ Data\data-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\The Evil Within\audio\*"
and below arc.ini file :-

Quote:

[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
Kindly help me to upgrade my arc.ini file so that it not show that "precomp.exe has stopped working".

Please solve my all doubts. i just meed compression and extraction tutorial :'(

skype123 14-10-2014 12:44

Quote:

Originally Posted by DrakeMcCain (Post 434918)
I have two issues about BlackBox v2 compiler program.

First of all, if i click anywhere on setup screen while installing(my compiled setup), it will show an error and installation will stop. For example, if i click on left-bottom corner of the setup screen where is there my logo, setup will say "Aboutform.png not found." or if i click on cancel button while installing it will say "Aboutexit.png not found."

But, these png files are exist in the BlackBox v2's folder.

My second question:
------------------------

Slideshow section and video section don't work in/on my BlackBox v2. These sections/buttons are grayed out and i can't click on them.

How do i fix these issues?:confused:

If you help me, i will be appreciate. (Sorry for my bad english.)

try starting it as administrator, disable antivirus

second: they dont work, i cant use them soo









Quote:

Originally Posted by Adonix (Post 434944)
hi,
using this designer second time and need help.
please see 3 images attached below and kindly explain how to do settings in marked sections and what are they for ?

i am using below code to compress files :-



and below arc.ini file :-



Kindly help me to upgrade my arc.ini file so that it not show that "precomp.exe has stopped working".

Please solve my all doubts. i just meed compression and extraction tutorial :'(

what are you doing in arc.ini? since you dont know what you do, dont touch it

main icon: startgame.exe (used for shortcuts, this is in the main game folder, you can also say binaries/win32/startgame.exe this is how the structure works.

same with the second box, just to set more shortcuts

the compressionmethods are used for internal compression. how the setup.exe compresses the files you set in "primary directory".

primary and secondary directory are the pathes to the game you want to compress internaly. for example: C:\programs\mygamesucks

archive: press the add button to get a new row. fill in infos about external packed archives so the setup knows how to handle them.
Method: freearc/7zip/rar (the algorythm used to compress the files, so it can unpack them)
archivename: archivesucks.arc (just the name, so it can find the file to unpack it)
outputdir: just press the "..." button
component: see components later down
disk: sets on which (if any) disk the file can be found
password: if any got set for an archive, put it in
precompversion: precomp version used to pack the files.


components: a component is a subtopic in the installer.
lets say you put a game, soundtrack and an editor in your setup.
then you set each of them a component, so the user can decide which he wants to install.
another example: you know setups filled with chrome toolbars and ask toolbars. they are a component too, which the user can install, but must not.

to get components, click the add button and type a name for the component.
the components are counted in order they were created. means the top one is 1, the last one (if we make three) is number 3.
this numbers must (if set) be put in the archive-tab, to make an archive part of this component.

DrakeMcCain 14-10-2014 13:14

Hi Adonix! I will explain you that you have asked. But, I don't know all of your questions' answers. Sorry for this situation and my ignorance.

Main Icon File: Actually, not main icon file! This text should be "Main Shortcut". You write the path of game's exe. But you must pay attention to a rule: Don't write full path of game's exe. For example:

Let us assume that there is a bin folder in the game's main folder. And the exe is in this bin folder. So, you write there this:"bin\xxx.exe" (xxx is exe name.)

Main Icon Name: Not important. You don't need to write anything.

Compression Method: In this section includes many kinds of compression methods.According to me, lzma2/ultra64 is the best one.

Disk Spanning: If you use internal compression and if you check this, BlackBox v2 program will compress and split your game into archives.(Setup-1.bin, Setup-2.bin etc...) But, if you use external compression, this section is not important.

For internal compression:
If you check this, you will have two choice:"Slides per disk" and "Disk Slice Size MB" Choose one of them.

Slides Per Disk: Means that how many archives splits BlackBox v2 program your game into. For example,

Slides Per Disk=2 ---> Setup-1.bin and Setup-2.bin

Disk Slice Size MB: Means that every bin files' size. For example:

Disk Slice Size=1000 MB ---> Setup-1.bin=1 gb Setup-2.bin=1 gb etc...

Primary Directory: You write there that your game's location. For example:

C:\Program Files (x86)\The Evil Within

But, after compilation, bin files won't include "The Evil Within" folder. Bin files will include files which are in "The Evil Within" folder.

I don't know other marked sections what are they for. Sorry for about that.

Adonix 14-10-2014 19:07

@DrakeMcCain
@skype123,...
thanks guys thnaks,..
also tell me that i am creating .bin file my self, means from other source, so it's external compression ? and if i am write that i am doing external compression so i have to left primary/secondary,compression method,slices all blank ?
and therefore in "archive" tab i have to set that what i have used to compress ?
if possible will you see below code and tell me what will come in achieve tab ?..so it will help me in future also.

Quote:

arc a -lc8 -ep1 -ed -r -w.\ Data\data-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\The Evil Within\audio\*"

skype123 15-10-2014 10:46

@adonix
yes, yes, yes too, yes ,leave the primaries blank if you used only external, yes
you must set it as free arc, 0.38, set the name of the archive+extension ( Data1.bin). you can save you archives as .arc, .book, .telephone if you want. there for i use razors compressor somewhere in this forum.

DrakeMcCain 15-10-2014 13:30

Quote:

Originally Posted by skype123 (Post 434989)
@adonix
yes, yes, yes too, yes ,leave the primaries blank if you used only external, yes
you must set it as free arc, 0.38, set the name of the archive+extension ( Data1.bin). you can save you archives as .arc, .suck, .penis if you want. there for i use razors compressor somewhere in this forum.

Please don't use obscene words! No one have due for brawling.:mad:

DrakeMcCain 16-10-2014 10:43

Quote:

Originally Posted by y_thelastknight (Post 428348)
http://www.mediafire.com/convkey/175....jpg?size_id=5

Script by
- y_thelastknight
- Razor12911
- altef_4 - ( ISSPP, Botva2 Fix, Bass_Module Fix )

Inspiration of
- Razor's IC
- Yener's CIU
- BB v2

Chagelog

Code:

Ver 0.8.0.0-b1 ( 292 views )
- Original Release.

Ver 0.8.0.0-b2( 63 views )
- Added ISdone.

Ver 0.8.0.0-b3 ( 1560 views )
- Fixed Shortcut bug (supernoro).

Ver 0.8.9.0 ( 368 views )
- Fixed Disk Error.
 - Added Browser Form.
 - Fixed Remaining Time.
 - Fixed Percentage Error.
 - x86 Error.
 - Fixed Some Bugs.


Ver 0.8.9.9beta ( 733 views )
- Fixed Shortcut bug.
 - Added Internal.


Ver 1.0.0.1 ( 179 views )
- Updated Internal Compression Settings.
 - Added RegThing.
 - Added Music.
 - Added Button Sounds.
 - Added Component Section.
 - Changed Designer Theme.
 - Rearranged Designer.
 - Added Splash.
 - Bug Fixed.
 - Added Finished Text.


Ver 1.1
- Fixed Administrator Error.
 - Added More Icon (Total 7 Icon)(Extra Icon name must be Filled).
 - Changed Design.
 - Added Jpg Support.
 - Fixed Some Bugs.


Please fix these issues on next version:
1)If you click anywhere on the setup screen while installing, it will give an error and installation will stop.
2)Slideshow and video sections are grayed out and doesn't work.:(


All times are GMT -7. The time now is 13:42.

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