Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QT IFW PerformInstallationPageCallback
Forum Updated to NodeBB v4.3 + New Features

QT IFW PerformInstallationPageCallback

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 189 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.
  • E Offline
    E Offline
    Erni42 0
    wrote on last edited by
    #1

    I created a controller script for the Installer Framework. One routine is

    Controller.prototype.PerformInstallationPageCallback = function()
    {
        var isSilent = installer.value('isSilent');
        if (isSilent) {
            gui.clickButton(buttons.NextButton);
            gui.clickButton(buttons.CommitButton);
        }
    }
    

    I see the console output before all components are unpacked. So the button click isn't performed at the right point in time. What do I miss to finish the silent install?

    Thanks

    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