Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt online installer
Qt 6.11 is out! See what's new in the release blog

Qt online installer

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtinstallerfram
1 Posts 1 Posters 729 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mitchell
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved