Qt online installer
Unsolved
General and Desktop
-
I am working on creating an installer using the QtInstallerFramework. Want to be able to put custom steps in the installer. So i went and look at the dynamicInstaller example that comes with the framework. The problem is i want to make an online installer. When i create the example installer using:
// binarycreator --offline-only -c config/config.xml -r resources/additional.qrc -p packages installer
I get a installer that works great . It will load through the set of custom ui's it comes with. However if i change it to a online installer using:
// binarycreator --online-only -c config/config.xml -r resources/additional.qrc -p packages installer
I get a installer but when i run it it doesn't use any of the custom pages that the offline ones gets. So i am wondering if there is a way to make a online installer where you can use custom ui pages.