View Single Post
  #2  
Old 18-06-2025, 13:23
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 Dunnowho69 View Post
Hello guys I'm looking for a installer similar to Light Installer Script but without DSG. I have gone through many pages but couldn't find one. Or is there a way to use LIS without DSG ?
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
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
Dunnowho69 (19-06-2025)