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)

y_thelastknight 08-01-2016 10:17

Im not gonna say ye but i will try.

Pulcione86 31-01-2016 00:00

Hello guys , I have a problem .

I can not unzip files compressed with PreComp

Use an external compressor , it can unpack everything but PreComp ..

How do you solve ?

Sorry for my English but I used google translate

mahbod 12-02-2016 09:44

How to install parts make

prince8889 19-02-2016 08:47

Please Add RUN Caption With Install Actions

& or Can You Tell Me How To Run {exe,bat,HTML,TXT} Files After Installation Complete ??

Also Please Add Data Archives Percentage (Each File ? % From Whole) , Because My Archive Data Files is Different Sizes ?

Edioscote 18-04-2016 16:33

Language ???
 
it is possible to change the installer language ?

robbos21 13-05-2016 09:29

Well tried this and when try add logo PNG it not find them where they are so what is that all about then ???

Riaz 16-05-2016 16:34

Hi. a newbie here and I need some help.

firstly love the designer app I made a simple repack and it worked.

now I want to do something more complex that is repack a modded game like mass effect.

I tweaked the game config files in the userdocs folder and I want to add it to the repack and have the installer extract these files in the userdocs folder but I cant figure it out

I would appreciate the help

Razor12911 16-05-2016 23:44

Quote:

Originally Posted by Riaz (Post 449051)
Hi. a newbie here and I need some help.

firstly love the designer app I made a simple repack and it worked.

now I want to do something more complex that is repack a modded game like mass effect.

I tweaked the game config files in the userdocs folder and I want to add it to the repack and have the installer extract these files in the userdocs folder but I cant figure it out

I would appreciate the help

Check this out
http://www.jrsoftware.org/ishelp/index.php?topic=consts

Riaz 17-05-2016 00:37

Quote:

Originally Posted by Razor12911 (Post 449055)

Thanx That helped, busy compiling repack .... fingers crossed.

I have more questions..

1. Is it possible to make a trilogy repack with the option to select one or all games for install?

2. I've read the posts here saying 3 is the redist limit. Can additional redists be added as components or is there a workaround?

3. Is the internal compression disk slice capped at 2gb? I tried 4gb and it doesn't compile.

4. Is there any harm in not using disk slice and simply having one big bin file?

Thanks again Totsiens

Razor12911 17-05-2016 03:12

Quote:

Originally Posted by Riaz (Post 449060)
Thanx That helped, busy compiling repack .... fingers crossed.

I have more questions..

1. Is it possible to make a trilogy repack with the option to select one or all games for install?

2. I've read the posts here saying 3 is the redist limit. Can additional redists be added as components or is there a workaround?

3. Is the internal compression disk slice capped at 2gb? I tried 4gb and it doesn't compile.

4. Is there any harm in not using disk slice and simply having one big bin file?

Thanks again Totsiens

1. Yes, last time I checked I helped y_thelastknight add the feature.
Just head over to Resources > Component, add the names of the games or components.
Then head to Resources > Archive, make use of component spinbox (value editor)
The value you put under component is equal to the component index you added under components section
If you added NFSMW and NFSHP under components as examples and you have 2 archives (first archive is NFSMW and so on), for the first archive the value for component must be 1 and the second one must be 2.

2. Limit is 3 because of the space on the GUI, couldn't fit more than 3.
And no, you can't use additional redist as components.

3. For internal compression, if input is more than 2GB, you have to tick disk spanning to enable automatic splits of the input. Though the disk slice size cannot be more than 2GB. So you can have 8GB input but it must be splitted into chunks smaller than 2GB.

4. It's an internal limitation of Delphi probably, but it was fixed in later delphi and Inno still uses older simple types for this situation. (I think)
For example, size is an integer, and integer is a simple type, it has its own limitations, another simple type can be Cardinal, Int64 ...
Integer has a limitation of the maximum value being no more than 2147483647 which is 2GB - 1 byte.
Cardinal have limit of 4294967295 which is 4GB - 1 byte
and so on, so it's either you use Freearc to make one big file or just stick to disk spanning.

5. Where is South Africa are you from?

Riaz 17-05-2016 09:05

Quote:

Originally Posted by Razor12911 (Post 449063)

2. Limit is 3 because of the space on the GUI, couldn't fit more than 3.
And no, you can't use additional redist as components.

This kinda make things difficult coz some games require more than 3 redist,
I just had a look at your ASC program, can I use that to edit this Setup Installer.

Quote:

Originally Posted by Razor12911 (Post 449063)

5. Where is South Africa are you from?

Durban :D

Razor12911 17-05-2016 09:16

Oh, okay.

Riaz 17-05-2016 09:30

Quote:

Originally Posted by Razor12911 (Post 449076)
Oh, okay.

You from SA too, right ?

Razor12911 18-05-2016 15:10

Yep. Johannesburg though.

Vivekkumar07032003 26-05-2016 08:09

Black box v2
 
I am new to black box v2



Please help me on how to add game file to the setup

zezozezo731 20-06-2016 08:12

thanks good work

FabyGaming 04-10-2016 21:13

will continue with this project? Because it's great.

houcine80 05-10-2016 04:21

Hi
BBv2
not supported (Slideshow + video) ???hey are gray

Razor12911 05-10-2016 11:30

Re-encode your video with XVid codec and container must be avi

houcine80 06-10-2016 01:59

Hi bro
problem is gray boxes and I can not add pictures or video
*

nordi 20-10-2016 07:03

BB Script für Beginner (german / deutsch)
 
english = @end

Hallo,

habe mich mal hingesetzt und dass Blackbox-Skript komplett
"eingedeutscht". Jetzt sind nicht nur die Standard-Sätze, sondern
auch alles andere auf Deutsch.

Speziell für Anfänger ist es günstig, da alles mit Kommentaren erklärt wird.
(So dass jeder von Grund auf die Skripte auch versteht und selber basteln kann) ;)

Zwei Versionen...

Ein Installer (mit InnoSetup integriert) und eine gezippte Version (ohne InnoSetup Installer).

Ich hoffe, dass ich gegen keine Copyright Rechte hiermit verstoße... :rolleyes:

Have Fun.... :D:D

Folder: https://files.fm/u/f2jn73jg#_

https://files.fm/down.php?i=ezzdxbe8&n=Repacker.exe
https://files.fm/down.php?i=yzx63ext&n=Repacker-zip.exe



Danke an vorherigen BB-Skript-Ersteller und den Reg-Converter !

__________________________________________________ _________________

english info:
This is the BB-Script for german beginners.
It is complete (all nessessary sentences) translated into german language.
Sorry for bad english.

john30011887 18-12-2016 16:27

Thanks for this aswell, also simple to use

would loved an option to just not show shortcuts and redist options if there not setup as i never use them but still great anyway :)

houcine80 22-02-2017 06:08

Hi Razor12911
you can add 6 of (redistributable) because 3 is insufficient thank you bro

john30011887 13-03-2017 17:22

Iv found an annoying buy that seems to be just for the game Dying light, iv never had this issue with any other game using this program but with dying light its adding files when im installing the game with the installer i made, doesnt do this with any other game

Added files are - 1.bmp, button.png, button2.png, icon.jpg, ProgressBackGround.png and ProgressImg.png

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

why is it doing this for only this game??

Razor12911 14-03-2017 10:53

Quote:

Originally Posted by houcine80 (Post 456222)
Hi Razor12911
you can add 6 of (redistributable) because 3 is insufficient thank you bro

I don't think I have source for this anymore

Quote:

Originally Posted by john30011887 (Post 457093)
Iv found an annoying buy that seems to be just for the game Dying light, iv never had this issue with any other game using this program but with dying light its adding files when im installing the game with the installer i made, doesnt do this with any other game

Added files are - 1.bmp, button.png, button2.png, icon.jpg, ProgressBackGround.png and ProgressImg.png

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

why is it doing this for only this game??

Maybe attributes have changed because these files are normally hidden.

john30011887 14-03-2017 12:15

Sorry what does that mean, iv redownloaded from here to make sure files are still clean and they were, that 1.bmp file has dying light image on it that i didnt even make, its nowhere to be seen but yet its added to my game install location?

Iv made many repacks with this program and had no issue but this game has issue, guess il have to use another installer maker then just for this game...dam my ocd lol

Breakerways 16-04-2017 21:19

i loved this app,, but i have issue when i wanna activate slideshow. the tick box not active :( please help me.

Razor12911 17-04-2017 18:39

Quote:

Originally Posted by Breakerways (Post 458138)
i loved this app,, but i have issue when i wanna activate slideshow. the tick box not active :( please help me.

Tool can no longer be updated.

keitostin 30-05-2017 03:33

error
 
http://i.imgur.com/kvreb2i.png
After compiling with the default settings, the first time I run, I get this error. Ideas? Thank you!

Titeuf 02-07-2017 12:50

Hello,
I want to create a setup.exe but when I click on compile, it does not work long and I do not have the file setup.exe but just the setup.ini file !!
Thank you for your help,
Greetings,
Titeuf

pakrat2k2 02-07-2017 12:57

Quote:

Originally Posted by Titeuf (Post 460357)
Hello,
I want to create a setup.exe but when I click on compile, it does not work long and I do not have the file setup.exe but just the setup.ini file !!
Thank you for your help,
Greetings,
Titeuf

needs Inno Unicode version to compile script properly. don't forget this work was 3 years ago, not too many people used/posted conversions from it.

Titeuf 02-07-2017 13:16

Quote:

Originally Posted by pakrat2k2 (Post 460359)
needs Inno Unicode version to compile script properly. don't forget this work was 3 years ago, not too many people used/posted conversions from it.

Hello pakrat2k2,
Thank you for your reply, while I advise you to use that it is simple for a novice like me, please?

nordi 08-10-2017 23:25

Hey there,
for many wishes from some users, here it is again:

The Blackbox V2 script in completely german language.
For each step there is an explication (in german language).

http://filehorst.de/d/cEvHjeEl

######################################

Hallo,
das Blackbox V2 Skript in deutsch für alle zum Download!

Für jeden Step eine Erklärung anbei!

Für die Verwendung mit Inno v5.5.5u (ab Inno v5.5.9u kommt kein Titelbild mehr)

http://filehorst.de/d/cEvHjeEl

branko 10-10-2017 09:59

Hey Guys,
love the Black Box Setup Builder. Some questions about it: Is it possible to export the script (that you configure in the builder), in a separately *.iss file
to edit some things (add some other code for example)? Or is it possible to save your last configuration if you leave the Builder?
Maybe thats are ideas for an upcoming version :)

many greetings,
and thx for this piece of software ;)

pakrat2k2 10-10-2017 19:37

Quote:

Originally Posted by branko (Post 463008)
Hey Guys,
love the Black Box Setup Builder. Some questions about it: Is it possible to export the script (that you configure in the builder), in a separately *.iss file
to edit some things (add some other code for example)? Or is it possible to save your last configuration if you leave the Builder?
Maybe thats are ideas for an upcoming version :)

many greetings,
and thx for this piece of software ;)

There will be NO updates, as this was posted 3 years ago, and almost no-one posted anything using it ( If I remember I did use it once or twice, but used something that was easier to make changes to ) so IF you want something changed the do it yourself or find someone who can help you.

y_thelastknight 22-10-2017 11:36

no more update to this project.

SandeepS 19-05-2018 04:33

only 7zip archive works on blackbox v2 installer
 
how can i add compressor v2.2 archives in blackbox v2 installer ??
when i add archive in installation process showing corrupted archive error code -14..
:cool:

how can i do that ??

pakrat2k2 19-05-2018 07:54

go to the resources tab & input the type there, it accepts more then just 7z.

darkwolves 19-05-2018 13:45

Quote:

Originally Posted by SandeepS (Post 471068)
how can i add compressor v2.2 archives in blackbox v2 installer ??
when i add archive in installation process showing corrupted archive error code -14..
:cool:

how can i do that ??

i think the only thing missing from it that 2.2 has is msc

pakrat2k2 19-05-2018 18:15

Quote:

Originally Posted by darkwolves (Post 471077)
Quote:

Originally Posted by SandeepS (Post 471068)
how can i add compressor v2.2 archives in blackbox v2 installer ??
when i add archive in installation process showing corrupted archive error code -14..
:cool:

how can i do that ??

i think the only thing missing from it that 2.2 has is msc

dont forget this is a 3 year old script so NONE of the newer compression methods work, you have to stick with just basic types or use completely different script.


All times are GMT -7. The time now is 22:16.

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