View Single Post
  #132  
Old 02-07-2025, 18:21
lordgamer2354 lordgamer2354 is offline
Registered User
 
Join Date: Apr 2017
Location: Mars
Posts: 2
Thanks: 1
Thanked 1 Time in 1 Post
lordgamer2354 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
In the monochrome installer, all test archives are compressed using Srep.
Code:
arc.exe a -i1 -ep1 -r -ed -s; -hp123test123 -w.\_temp -m=srep+dict:p+lzma _Output\data1.bin "data1\*"
and of course, for their proper unpacking, all files are already included in the installer, but only for Srep. you can compress the archive in another way, but you need to add all the necessary files to the script for unpacking. to do this, edit the files "Script_ToolsList.iss, Script_ToolsList_Init.iss"

and place these files in the appropriate folders
Great designs, you are pro in making these. can i know how you make them? i know thats pascal language but do you code them in editor in inno or there a gui tool like rad studio or something where you make these nice UI elements?
Reply With Quote
The Following User Says Thank You to lordgamer2354 For This Useful Post:
audiofeel (02-07-2025)