#1
|
|||
|
|||
![]()
I'm new to repacking and I know MainForm is no longer supported in Inno, but it's in the simple installer script. How can I modify it so I don't have to use MainForm?
The line with the error is this one: if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $F777, 0, 0, 0, MainForm.Handle, 512, @ProgressCallback) and FileSearchInit(True) then |
Sponsored Links |
#2
|
||||
|
||||
Quote:
Code:
if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $F777, 0, 0, 0, WizardForm.Handle, 512, @ProgressCallback) and FileSearchInit(True) then
__________________
https://t.me/FMXInno |
The Following 2 Users Say Thank You to audiofeel For This Useful Post: | ||
Cesar82 (21-06-2025), ridethelightning (21-06-2025) |
#3
|
|||
|
|||
Quote:
Thank you so much!! It worked! |
The Following User Says Thank You to ridethelightning For This Useful Post: | ||
audiofeel (26-06-2025) |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
FMXInno Chronicles: Installer Source Code Index / Repository | BLACKFIRE69 | Conversion Tutorials | 206 | 03-07-2025 13:46 |
Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 206 | 11-05-2025 10:14 |
Simple Installer Script | Masquerade | Conversion Tutorials | 90 | 11-11-2024 00:49 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |