Well, please refer the files. To reproduce the issue:
1. The required files in the Output are obviously missing. So, start the installer normally and navigate to Installation tab. It will show you some error like: Required Files Missing.
2. Try to close it and quit the installer. It doesn't happen. Hard close using Task Manager.
3. Now, open the installer again and try to quit at any point of time. It doesn't close.
* This update focuses on quality improvements, stability enhancements, and minimizing memory leaks.
-- Features like FMXInno Copilot, Widgets, and certain modern features have been postponed to avoid adding bloatware to FMXInno. -- However, you can test them out on FMXInno-Dev, and I'll provide updates on their availability in the future.
* Introduced a new Error Handling Mechanism.
-- Previous versions of FMXInno lacked proper error handling because I prioritized adding new features and improvements over it. -- With this update, I've enhanced the stability of FMXInno, -- Ensuring that the new error handling significantly benefits you by preventing installer crashes and access violation errors.
* Compiled with the latest version of RadStudio (RadStudio Athens 12.1 - 04/Apr/2024).
-- This ensures that everything is up-to-date. -- Providing high-quality performance and rendering. -- High-DPI support. -- Complete compatibility with Windows 11. -- Increased Windows API availability. -- And improved coding efficiency.
* Fixed HTMLText and added support for opacity.
-- Previously, HTMLText had issues with opacity, which have now been resolved.
* Fixed WebView2 to ensure proper setup closure.
-- Updated WebView2 to the latest version and made necessary improvements.
Code:
Example:
procedure DeinitializeSetup();
begin
AWebView.Stop;
AWebView.Shutdown;
FMXInnoShutDown;
end;
Quote:
* Improved SKIA for high performance.
-- SKIA relies on the GPU and minimally affects the CPU, making it suitable for use in your installer.
* Although SKIA and Blend2D are kept separate from the standard FMXInno for now, both versions are provided in the attachment.
-- In the future, they will need to be downloaded separately.
* The Image32 Engine remains unavailable for public use.
-- As many FMXInno users may not be familiar with it.
* Various improvements and bug fixes.
-- No software is without issues, so we continue to address them with each update.
* Updated the '_InstallerGenerator' app.
-- Now includes a built-in Inno Script Editor + Compiler.
* Ready to use with the upcoming InnoSetup v6.3.0.
* Added a new example for setup language selection.
Note: The first post has been updated; check it out.
.
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: