View Single Post
  #8  
Old 10-05-2026, 10:58
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
Light Installer Script 1.0.1.8

Added Light Installer Script 1.0.1.8 in first post.
Code:
- Added compatibility with DiskSpan GUI 2.0.2.4+.
- Added data hash page to check integrity of compressed files.
- Fixed some minor bugs.
@demon964, deleting the BIN file during installation is a terrible idea.
However, you can modify your own script by editing "Resources\Includes\DSG\DSG_Module.iss" adding red text part.
But this will only work for BIN files contained on disks such as HDDs/SSDs and for non-splitted BIN files.
Code:
                if (not ISDoneError) and (not ISArcExtract(0, Arcs[I].Pct, CurrArc, Arcs[I].Output, '', Arcs[I].AType = tmArc, Arcs[I].Password, ExpandConstant('{tmp}\Arc.ini'), Arcs[I].Output, False)) then
                  ISDoneError := True
                else
                  DeleteFile(CurrArc);
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
palievka (10-05-2026)