Quote:
Originally Posted by Dunnowho69
(Post 508034)
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
|