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. Windows installer - run an executable during installation - Error 1500 another installation is in progress
Forum Updated to NodeBB v4.3 + New Features

Windows installer - run an executable during installation - Error 1500 another installation is in progress

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 239 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.
  • J Offline
    J Offline
    jannaje
    wrote on last edited by jannaje
    #1

    Hi guys,
    I have a QT Quick application and want to make a windows istaller which runs another executable during installation. I use the Qt Installer Framework 4.4.2 and
    component.addElevatedOperation("Execute","{0,1602,1638}","@TargetDir@/Install.exe", "/install", "/passive", "/norestart")
    in the installationscript.qs before adding my own executable with component.addOperation.
    Unfortunately the installation of the additional executable aborts with error 1500 'another installatin is in progress'.
    Has anyone had this problem before and knows a solution?

    JonBJ 1 Reply Last reply
    0
    • J jannaje

      Hi guys,
      I have a QT Quick application and want to make a windows istaller which runs another executable during installation. I use the Qt Installer Framework 4.4.2 and
      component.addElevatedOperation("Execute","{0,1602,1638}","@TargetDir@/Install.exe", "/install", "/passive", "/norestart")
      in the installationscript.qs before adding my own executable with component.addOperation.
      Unfortunately the installation of the additional executable aborts with error 1500 'another installatin is in progress'.
      Has anyone had this problem before and knows a solution?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @jannaje
      This "Error 1500" comes from Microsoft MSI installer, not actually Qt code. It thinks another installer is running, for some reason. Assuming it is not your own code at fault, you might look through possible remedies such as https://www.auslogics.com/en/articles/fix-error-1500-another-installation-is-in-progress/ to see if anything there helps. You might also use Task Manager to see if you can spot another MSI installer running when the error occurs.

      1 Reply Last reply
      1
      • J Offline
        J Offline
        jannaje
        wrote on last edited by
        #3

        Thanks @JonB, that was a helpful hint. The foreign executable runs not properly. No problem with my code and other executables.

        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