Beginners guide to Qt Installer Framework
-
I'm looking at using the installer framework to build the installer for my application.
What I want the user to see is a License Display screen similar to this:
Followed by a display of the readme similar to this:
Followed by selection of the install directory like this:
What I'm failing to do so far is to "connect the dots" that would allow me to create the script.
Does anyone have an example I could shamelessly copy?
Supplementary question for bonus points <GRIN>: Can the script control the copying to the files to be installed to the packages/Product/data directory, or does that have to be done manually in advance of running binarycreator? If yes, how should that be written?
Can I invoke the removal of a previous release of the software prior to installation?
Thanks
David -
The documentation Haus an example for each, IIRC
https://doc.qt.io/qtinstallerframework/qtifwexamples.html