View Single Post
  #3  
Old 19-06-2025, 01:27
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 72
Thanks: 185
Thanked 7 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
You can use LIS without using DSG.

Simply create a folder next to the script named "Setup_DLL" and place all the decompressors you want to use for decompression. Also added to the folder is an ARC_Optimal.ini file (rename your Arc.ini) and CLS_Optimal.ini (rename your CLS.ini) configured for your decompressors.

P.S.: You can use any other compressor to perform the compression, as long as you add the decompressors and configurations inside the Setup_DLL folder.

Before compiling your setup.exe, also add a "Records.ini" file to this same "Setup_DLL" folder with the settings for the ".bin" files you want to decompress, such as:
Code:
[Record1]
Type=FreeArc_Original
Source={src}\Data1.bin
Output={app}\

[Record2]
Type=FreeArc_Original
Source={src}\Data2.bin
Output={app}\

[Record3]
Type=FreeArc_Original
Source={src}\Data3.bin
Output={app}\

[Record4]
Type=FreeArc_Original
Source={src}\Data4.bin
Output={app}\

[InstallerSettings]
SingleDisk=1
Thanks

Last edited by Dunnowho69; 19-06-2025 at 01:41.
Reply With Quote