|
#11
|
|||
|
|||
|
Here is a quick Howto I wrote to help people unconfortable with Inno/Setup builders :
1- First Launch BBWizard.exe and complete the first page (Game Name/Publisher/Version/Size/ect..). ![]() ![]() 2- Set primary game exe (and secondary one if exist, for example : launcher and direct game exe). ![]() 3- Set redist if needed, in my example no need of Redist at all (Unity game engine). ![]() 4- If you want to use Inno internal compression, set [Files] section (less effective than external) and Registry if needed (most of steam games don't need to). ![]() 5- Now all you need is to set setup images, note that title box have wrong picture size, it's 649x79 instead of 249x79. ![]() 6- Hit Compile, choose an output folder and wait until it's done. ![]() 7- Now download and launch UltraARC, I still use 2.4.0.0 version because latest one crash a lot more on my rig but it's still same settings. So, set source folder (game folder) and output one (setup files folder). ![]() 8-Choose your compression method and options, on my rig I use ARC one but not PreComp because it crash nealy each time I use it so I do not tick this option. ![]() 9- Set archive prefix, extension and split options if you want, it's not needed but highly recommended for big games. ![]() You can use this options as reference : If burning on DVD5 then: First Volume size = 4450 Custom Volume Size = 4480 Threshold Percent = 30 If burning on DVD9 then: First Volume size = 7920 Custom Volume Size = 7950 Threshold Percent = 30 10- Hit Start and wait until it's done. Check Logs to see if it failed or success. 11- Just copy Setup exe generated with BBWizard in UltraARC output folder, it must be in the same folder as records.ini and compressed game files, for our example : Code:
records.ini Setup.exe Toren_v1.0u1-1.bin Last edited by toto621; 03-08-2015 at 13:58. |
| The Following 3 Users Say Thank You to toto621 For This Useful Post: | ||
|
|
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 v2 Designer blue skin For Installer | thepaksoldier | PC Games - CD/DVD Conversions | 0 | 14-08-2014 08:29 |
| patchwiz Universal Patch wizard | Heruktiang | PS2 Games | 0 | 27-01-2003 20:51 |
| Game Wizard Plus | jle | PSX Games | 3 | 14-07-2002 07:20 |