View Single Post
  #90  
Old 13-10-2024, 02:18
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 209
Thanks: 92
Thanked 36 Times in 29 Posts
Snake288 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
I don't even know what to call it...let it be "Installer".
This is again a replica of the installer from the user jagannatharjun
I didn't find any information about him on this forum.
Initially, the original was not written by Inno Setup and posted on GitHub.
I did everything I could as in the original.
And yes, now there is only one png image (since all the effects of shadows, transparency and other things can now be done using code).
Checking the hash, Selecting components, Installing software, everything is as usual.
Hi, is it possible to add the features?

- Enable or disable the use of DSG depending on your choice (Thanks to @Cesar82 for making it DSG compatible)

What is DSG (DiskSpan) compatibility?
The infamous DiskSpan compressor has been made compatible with this installer. Whether or not your compression was done using DSG, you can still extract your Data Files by:
Copying the Setup.dll in the Unpack > Decomp_DSG Folder

In case you don't know the compression method, open your Data#.bin with FreeArc and go to "INFO" > "Solid Blocks" tab to know exactly the name of the methods used.
Within the "Setup DLL" tab of the DSG, access the "Maker" sub-tab and paste the methods one on each line. Example:
Code:
xtool:mzlib+srep+lolz
xtool:bk2
xtool:mkraken:core_2.9.2

You can uncheck the split and diskspan checkboxes at the bottom of the window and click Create to create the Setup.dll file.
More Info DiskSpan GUI

PS: User also has an option to choose if they want to extract using their tools or DSG. In case they opt to choose their tools, they can put their files inside Unpack > Decomp_Custom > Tools.
And run, Automate > Create Tools List.bat and Create Tools Init.bat
Reply With Quote