View Single Post
  #2  
Old 21-04-2024, 13:21
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Light Installer Script 1.0.1.5

Added Light Installer Script 1.0.1.5 in first post.
Code:
- Updated XHashEx.dll library to v1.0.0.0 build 230729 no UPX version.
- Updated SplitLib.dll library to v1.0.0.5 build 240330 (UPX).
- Added support to splash image (IsGsg.dll by South.Tver).
- Added watter efects in all installer images (WaterCtrl.dll by RESTOOL).
- Added suport to skinsharp (SkinH.dll library by Shegorat) with Inno Setup 5.
- Added support to include compressor inside "Setup.exe" file.
  >> Add the compressors to a "DECOMPRESSOR" folder next to the script before compiling to include the desired compressors within "Setup.exe" file.
  >> It also supports using folder structure with desired compressors.
- Added support to new hash algorithms using key Size= of the "Records.ini" file to set algorithm type.
  >> If key Size= exists, LIU will use the "VerifyHashesFromFileEx" function from "XHashEx.dll", otherwise it will use the "VerifyHashesAutoFromFileEx" function.
  >> If you enter the type of algorithm you have 21 algorithm options, otherwise only 5 algorithm options.
  >> If you prefer, you can also enter just the algorithm number from "0" to "21' in the parameter value.  
    ** crc32, md5, sha1, sha256, sha512 (These 5 algorithm are supported in auto mode).
    ** sha512_256, sha3_256, sha3_512, blake2_128, Blake2_256, blake3_256, haval3_128, haval3_256,
    ** ripemd_128, ripemd_256, tiger_128, tiger_192, tiger2_128, tiger2_192, murmurhash_32, xxhash_32
- Fixed some minor bugs.

Last edited by Cesar82; 22-04-2024 at 15:59.
Reply With Quote
The Following 5 Users Say Thank You to Cesar82 For This Useful Post:
audiofeel (21-04-2024), Gehrman (22-07-2024), Lord.Freddy (22-04-2024), mausschieber (21-04-2024), ScOOt3r (21-04-2024)