Creating installer...
Unsolved
Installation and Deployment
-
I have been tasked with creating an installer of the application I've been working on. I don't know if what has been asked for is even possible.
The installer has to:
- Install MariaDB, I would assume launching the MariaDB installer, will have to look into what options can be automated.
- Install Qt pre-requisites, all required DLL's
- Install the application
I've been following the QtInstallerFramework and to be honest there are wholes in it, I've set-up config.xml and package.xml, then under the Creating a Package Information File it goes onto Specifying Component Information with no file reference.
Can anyone point me to either a useful tutorial or help with how I am to do this?