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
QtWS25 Last Chance

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 214 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 19 Oct 2022, 07:58 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?

    J 1 Reply Last reply 19 Oct 2022, 08:47
    0
    • J jannaje
      19 Oct 2022, 07:58

      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?

      J Offline
      J Offline
      JonB
      wrote on 19 Oct 2022, 08:47 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 20 Oct 2022, 05:28 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

        3/3

        20 Oct 2022, 05:28

        • Login

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