|
#33
|
|||
|
|||
|
Quote:
the Define Binary is the exe of your game.exe or program.exe, for example my game im trying to repack is INSIDE, so in the main folder of INSIDE game there is INSIDE.exe (the game exe) so you only have to put INSIDE.exe, and that's it: #define Binary "INSIDE.exe" /* Type full path to EXE file */ so when it install/unpack, it will target that exe and create a shortcut for it on desktop if you check the create shortcut checkbox. Most games have their exe in the main directory of the folder, if your exe is in a subfolder then type #define Binary "Subfolder/INSIDE.exe" /* Type full path to EXE file */ "Subfolder" is your subfolder name. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 227 | 30-05-2026 05:01 |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |