Openstudio 3.10 installation issues

asked 2026-04-17 05:34:47 -0500

fcegnam's avatar

Hi,

We are trying to create an installation package for OpenStudio so that end users can install it easily on their machines and it is not working. To automate the setup process, we are using the Qt Installer Framework's --script argument as described in the official documentation:

OpenStudio-3.5.0+7b14ce1588-Windows.exe --script install.qs

The problem:

  • The installer runs and correctly copies all the OpenStudio files to the destination folder
  • However, the .exe process never exits — it just keeps running indefinitely
  • When we install it manually the .exe works fine

Is there something that we can do to prevent this from happening?

edit retag flag offensive close merge delete