View Single Post
  #2  
Old 28-10-2024, 10:43
demon964 demon964 is offline
Registered User
 
Join Date: Feb 2014
Location: Azerbaijan
Posts: 38
Thanks: 4
Thanked 7 Times in 5 Posts
demon964 is on a distinguished road
Quote:
Originally Posted by Fak Eid View Post
A UI for repackers to create the .ini file, create AboutRepack.txt file, do MD5 verification and automatically create list for custom tools for my Generic Installer. Installer.ini will be created from this app itself. It is very basic and a prototype for now.

I have in mind a lot of updates for this which can be implemented and a lot of functionalities that I'm thinking of adding in future to Generic Installer.
For now there is no error handling, so posting the dummy values, so that you don't mess up. Let me know your feedback. Keep checking this post for more frequent updates.

Update [04-09]:
- Conversion of Installer.ini from UTF-8 with BOM to UTF-8 (compatible with Inno Script compiler) has been added.

Main post has also been updated



error

if RenameINIFiles(Optimal) then SetupOptimalFiles;


inno\Unpack\Decomp_DSG\Setup_DLL.iss Line 140: Column 35: Unknown identifier 'SetupOptimalFiles'
Reply With Quote