Simple installer
SIMPLE INSTALLER
compact installer x64 files with steam skin and QuickSFV, also i added timestamp.exe to installer...
just edit the script change game name/exe/size/icon/quicksfv...
work with xtool+srep+lolz...
for zstd/7z/bk/plz4/pzstd/afr/uelr and the rest just copy to tmp folder and add the file name to ExtractTemporaryFile in inno and add cmd to arc.ini...
i like to include the only necessary files for the setup depend on the method...
for QuickSFV use 2.36 x64 to create md5 or sfv and put it in checksum folder (make sure to select game files not the folder when creating sfv/md5)...
srep and lolz limited to 1gb each...
the setting i use for srep+lolz in this installer during compression
[External compressor:lolz]
header = 0
packcmd = lolz.exe -mt4 -mtt1 -d64 -fba4096 -mc1023 -pc4 -gm20 -dtb1 -x2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:srep]
header = 0
packcmd = srep.exe -m3f -d1g -a2 $$arcdatafile$$.tmp - <stdout>
[External compressor:xprecomp]
header = 0
packcmd = xtool.exe e:precomp:c512mb,t4:zlib - - <stdin> <stdout>
*you can use whatsabyte to convert byte to mb for game size...
Last edited by doofoo24; 15-04-2019 at 23:21.
|