|
#316
|
|||
|
|||
|
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.
|
| Sponsored Links |
|
#317
|
|||
|
|||
|
How to Make Ultra Compression šPLZ PLZ PLZ ???????
|
|
#318
|
|||
|
|||
|
what's the reason of giving unarc.dll in download attachments?
|
|
#319
|
||||
|
||||
|
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. Last edited by Bilawal; 08-10-2014 at 05:27. Reason: Forgot To Write |
|
#320
|
|||
|
|||
|
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? |
|
#321
|
|||
|
|||
|
could we get inno script for this ?
|
|
#322
|
|||
|
|||
|
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 Last edited by skype123; 11-10-2014 at 02:33. |
|
#323
|
|||
|
|||
|
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? ![]() If you help me, i will be appreciate. (Sorry for my bad english.) |
|
#324
|
|||
|
|||
|
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:
Quote:
Please solve my all doubts. i just meed compression and extraction tutorial :'( |
|
#325
|
|||
|
|||
|
Quote:
second: they dont work, i cant use them soo Quote:
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. |
| The Following User Says Thank You to skype123 For This Useful Post: | ||
Adonix (14-10-2014) | ||
|
#326
|
|||
|
|||
|
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. |
| The Following User Says Thank You to DrakeMcCain For This Useful Post: | ||
Adonix (14-10-2014) | ||
|
#327
|
|||
|
|||
|
@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:
|
|
#328
|
|||
|
|||
|
@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. Last edited by skype123; 19-10-2014 at 07:44. |
|
#329
|
|||
|
|||
|
Quote:
|
| The Following User Says Thank You to DrakeMcCain For This Useful Post: | ||
skype123 (19-10-2014) | ||
|
#330
|
|||
|
|||
|
Quote:
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.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| Basic tutorial for beginners on blackbox install script | dead4now | Conversion Tutorials | 5 | 20-07-2015 17:31 |
| Blackbox Inno Setup Script how ti fix | aj12345 | PC Games - CD/DVD Conversions | 3 | 05-12-2013 01:21 |