View Single Post
  #8  
Old 25-05-2025, 19:17
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
need help with my questions , someone ????
Would these be the questions?

Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
How do I remove the setup.dll + records.ini from my final ISO file ?
You cannot remove the Setup.dll and Records.ini files.
Setup.dll contains the files needed by the installer to unpack your game, and Records.ini contains the compressed file information needed to unpack it.

You can include these files, but to do so you must use the DSG tools by clicking on the TOOLS button and then on the "Setup DLL" tab.
You must unpack Setup.dll and place all the unpacked contents of Setup.dll and Records.ini in a folder named "Setup_DLL" next to the installer script and recompile the script.
Quote:
Originally Posted by GybEMHPj4XAp3Cu View Post
Also why's the installer does not drop the .exe game on the desktop when the game is installed and how do I add the icon in control panel because I don't see any why but I see the icon from the label setup.icon lol?

There's no .exe of the game too, this is weird.
You must correctly configure the path to the game executable at the beginning of the script, in: #define GameExe
The game executable is probably inside the "StandOff_Data" folder or in another subfolder of the game.
or there was some capture of the game executable before you compressed the original game folder.
To create icons, remove // on begin of the 3 lines inside [Icons] section os script and recompile.

Last edited by Cesar82; 25-05-2025 at 19:37.
Reply With Quote