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
12- Enjoy your repack ^^