Windows 11 Fluent Design Installer UI for Inno
Today i present you the project
FMXInno, i've been working on for the past few days.
The entire project was based on
Jiva newston's ISFMXFW project.
More info
https://github.com/Jivanewstone/ISFMXFW.git
FMXInno.dll simply allows you to create
"Windows Fluent design" type forms, forms from images and
standard FMX forms on
InnoSetup and
a number of other
enhanced features are included with it.
I intend to continue this project as an open source, so i hope to upload the full source code ASAP.
Let me show you a few examples, you can then get a rough idea of what the capabilities of
FMXInno.dll are.
Code:
* Tested ONLY on Windows 11 with both InnoSetup 5 and 6.
* Fixed for higher DPI values. (New Scaler v2.0)
* Windows power-saver mode turns off fluent effects.
* All the *.iss files are available!
Q&A
Quote:
q: Can i apply certain FMXInno features to an existing inno script without having to create a new one?
a: I've already attached an example in the attachment. To archieve this, you must use a standard FMX form.
|
Regarding the images below,
- Fluent forms (empty). (Dark, Light, CustomColor)
- Form from Image.
- Script2 example.
Code:
Features
* Fluent Forms.
* Image Forms.
* Translucent objects.
* Custom Fonts.
* Color conversion between FMX and VCL.
* Form image slideshow.
* Image slideshow API.
-- Supports multi-transitions.
* HTTP Client API (Multi-Threaded).
* HTTP Client API to work with single-thread.
* Music Plugin.
* File Splitter.
* Create/Extract zip files.
* Capture Cmd Output in Realtime.
* Freearc archive extractor.
* Customizable lock screen.
* Button sounds and LockScreen lock/unlock sounds.
FMXInno External Plugins:
* CLILib v1.0.0.0
* CmdOut v1.0.0.2
* FDownloader_multi v1.0.0.0
* ImgSlideShow v1.0.0.0
* ISArcEx v0.4.0.0
* MFT v1.1.0.0
* Sysfunc v1.0.0.0
* SplitterLib v1.0.0.0
* XBass_f v4.0.0.0
* ZipperLib v1.0.0.0
.