View Single Post
  #88  
Old 13-10-2024, 02:11
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
A replica of the script from "Razor12911.
All I could do was implement it.
This is a team effort between me and Hitman 797 (Parsing and deconstructing the original installer made not by inno setup).
To list all its features... it will take half a page.
Thanks to Blackfire 69for the functions and procedures on request.
- Information about the number of running applications.
- The ability to change the color of the icons.
- Geo info about the system (for example, Russia, Ukraine, Israel or Palestine).
- Information about the user.
- Tiles for launching the browser, task manager, media player, notepad, paint, calculator and trash.
- Information about the processor load.
- Information about the size of files in the trash.
- Information about the system date (day, month).
- Info about the selected disk (not a ban)
- Completely from scratch custom installation folder selection form.
- A page about the game and its rating.
- The page about the authors.
- When restarting, the tile starts the game or deletes it.
- Music.
- Everything scales perfectly to 200%
- Animation of the transition from the pages (Tabcontrol).
- Slide show (Tabcontrol).
- Installing additional software.
- Selection of components.
- LockScreen.
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