Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
2

How can I do a silent install of OpenStudio on Windows?

asked 2016-08-31 10:32:15 -0500

brianringley's avatar

Is there a command line installer for OpenStudio on Windows, or a way of running the executable in silent/unattended mode?

Thank you for your time.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2016-09-01 08:13:29 -0500

updated 2016-09-01 08:54:42 -0500

Yes there is. The standard OpenStudio installer for Windows is created by the NSIS installer tool. These installers have a built in command line interface to install silently. All you need to do is pass the /S option.

$ .\OpenStudio-1.12.0.ef50b89958-Win64.exe /S

You can also pass /S /D=C:\Custom\Install\Path if you want to install to a custom path. You should be an administrator to run this command or you will probably get a Windows prompt to authenticate. Finally note that the installer command returns almost immediately however know that the work is still being done in the background. If you watch the install directory you will see that files are still being installed several seconds after the command has returned.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

Stats

Asked: 2016-08-31 10:32:15 -0500

Seen: 637 times

Last updated: Sep 01 '16