IN THIS ARTICLE

Silent Deployment

Incorrect email!

The article was successfully sent to the email

Current TRBOnet versions support silent installation and include an .msi package for centralized deployment solutions (e.g., GPO, SCCM, Intune).

.msi Package Extraction

1. Access Command Prompt (CMD) with Administrator privileges
2. Set directory to the .exe file location with cd
3. Input .exe file name and add command /extract

Code example for the .exe file located on disk C:

C:\> TRBOnet.Enterprise_X.X.X.XXXX.exe /extract:c:\FOLDER

Where:

TRBOnet.Enterprise_X.X.X.XXXX.exe - the downloaded .exe install package
c:\FOLDER - any desired folder on disk for extraction

The 038078C folder contains the .msi package. The .msi package can be used afterwards with centralized deployment solutions.

MSI package location

Silent Installation Parameters

Parameter Description
installlevel= Defines which components will be installed
/qn Fully silent installation (no UI)
/passive Shows progress bar, no user interaction

Install Level Options

Component installlevel=10 installlevel=50 installlevel=100
TRBOnet Dispatch Console
TRBOnet One Console
TRBOnet Server
TRBOnet Software Agent
The TRBOnet Software Agent cannot be installed separately.

Silent Installation Examples

Using the .exe Installer

C:\> TRBOnet.Enterprise_X.X.X.XXXX.exe installlevel=100 /qn

Using the .msi Installer (after extraction)

C:\FOLDER\038078C> msiexec /i TRBOnet.Enterprise_X.X.X.XXXX.msi installlevel=50 /qn


Helpful?
We're glad this article helped.

Thanks for letting us know. What went wrong?