|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#11
|
|||
|
|||
|
Original Posts have been updated
Simple Installer Update - FMXInno Updated to latest - Implemented changes with FNewINI - Implemented DSG compatibilty - Implemented better error handling - 2 AppExes supported, 2 Redist supported - No Limit on Data file, just update it from Installer.ini - Automation Tools upgraded - Installer.ini can accept Yes/No (Non-case sensitive) values instead of boolean (0,1) for UseDSG parameter - Removed some dependency and wrote custom logic for defining preprocessor values. Also, Removed 100 lines of reduntant code - Upgraded UI based on latest FMXInno upgrades Steam Limitless Update - You can have limitless Redist, Additional Components and Languages without making any changes to Script. Just update Installer.ini. Tested with up till 50, to not abuse resources. - Implemented ScrollBars for Redist, Components, Langauages section in case they are more than 8 - Implemented changes for space required when adding/removing components - Bug fixed to terminate installation when required Data file is missing. - Optimized and enhanced bulkified code. - Installer.ini can accept Yes/No (Non-case sensitive) values instead of boolean (0,1) for UseDSG parameter - Removed some dependency and wrote custom logic for defining preprocessor values More upgrade will follow if @Blackfire69 could implement requested features Unlocking Limitless Ability: Changes involved in Main.iss - If you want to increase the AppExe, just make changes to the section in Img1 like: Code:
//AppExe5
Name: "{group}\{code:GetShortcutData|AppExe5|ShortcutName}"; Filename: "{app}\{code:GetShortcutData|AppExe5|PathName}"; Parameters: "{app}\{code:GetShortcutData|AppExe5|Parameters}"; Flags: createonlyiffileexists; Check: CreateStartMenuShortcuts
Name: "{commondesktop}\{code:GetShortcutData|AppExe5|ShortcutName}"; Filename: "{app}\{code:GetShortcutData|AppExe5|PathName}"; Parameters: "{app}\{code:GetShortcutData|AppExe5|Parameters}"; Flags: createonlyiffileexists; Check: CreateDesktopShortcuts
- If you want to increase the Redist, Component, Language counts, just increase the values mentioned in Img2: Added Automation in attachment to import all your tools Last edited by Fak Eid; 28-06-2024 at 12:31. |
| The Following 5 Users Say Thank You to Fak Eid For This Useful Post: | ||
audiofeel (21-06-2024), CrownRepack (29-06-2024), Gehrman (15-04-2025), hitman797 (23-06-2024), ScOOt3r (21-06-2024) | ||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1480 | 08-07-2026 10:58 |
| FMXInno - Windows Fluent Design Installer UI for Inno | BLACKFIRE69 | Conversion Tutorials | 628 | 02-07-2026 16:10 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Installer Creator Source Code | Razor12911 | Conversion Tutorials | 19 | 13-12-2015 10:20 |