
Applies To | |
Product(s): | OpenPlant Modeler |
Version(s): |
CONNECT Edition 10.08.00.51 (Update 8)
|
Environment: | Windows 8.1/10 (64-bit) |
Area: | Installation |
Subarea: | Silent Installation-Uninstallation |
Original Author: | Shubham Sawant, Bentley Product Advantage Group |
Background
Silent-mode installation/uninstallation allows the user to define an installation/uninstallation configuration and then use the configuration to install/uninstall without any user interaction. This article will cover all the important aspects of Silent Installation & uninstallation of Bentley OpenPlant Modeler CONNECT Edition.

Steps to Accomplish
>> Installation
- Download the application setup file from the Bentley software downloads, the link of which is attached below.
Software download Link >>
- Keep the setup files in one folder. Let's say here as a desktop.

- From the start menu, open the command prompt as shown

- In the command prompt paste the below path/text & hit enter.
C:\Setup Files\Setup_OpenPlantModelerx64_10.08.00.051.exe InstallDirectory="C:\Program Files\Bentley\OpenPlant CONNECT Edition" WorkSpaceDirectory="C:\ProgramData\Bentley\OpenPlant CONNECT Edition" -q -s -norestart

Brief
>> "-q -s -norestart" in the command line meant as following
-q(quiet) : Quiet mode,
-s(silent): no user interaction [wix bootsrapper command for silent installation without any user interaction]
-norestart: Do not restart after the installation is complete.
>> InstallDirectory: This is the directory into which the Bentley OpenPlant Modeler CONNECT associated files will be installed. (all supporting .dll and other files).
>> ConfigurationDirectory: This directory contains configuration files and a sample workset.
- Please ensure that, while entering the command the name should be inserted the same as the setup file name has. For example, the setup file name above is Setup_OpenPlantModelerx64_10.08.00.051.exe. If it's something different then the command will get changed according to the setup file name.
- This will take a bit longer, according to the internet speed to download all the prerequisites in the backend. After that, the application will silently get installed.
- One can check the installed application in the start menu & pinned it to the taskbar or desktop as desired.

>> Uninstallation
To silently-uninstall, the application, in a command prompt, paste the below-mentioned command & hit enter.
"C:\Users\Shubham.Sawant\Desktop\U-8\Setup_OpenPlantModelerx64_10.08.00.051.exe" /Uninstall -Quiet

Once done, check from the control panel, the application is removed/uninstalled successfully.
SEE ALSO
https://bentleysystems.service-now.com/community?id=kb_article_view&sysparm_article=KB0087774