Silent mode deployment
The article was successfully sent to the email
Current TRBOnet versions support Silent installation and contain .msi package for centralized deployment solutions.
.msi package can be used afterwards with centralized deployment solution.
/qn - install in "silent mode".
/passive - returns progress bar without interaction.
installlevel=100 /qn - install TRBOnet Software Agent + TRBOnet Server + TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
installlevel=50 /qn - Install TRBOnet Server + TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
installlevel=10 /qn - install TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
Same commands available for .exe package applicable to .msi package.
Code example for the .exe file located on disk C.
This article describes the syntax for silent install, extract of .msi package from .exe file and different installation options.
.msi package extraction.
- Access Command Prompt (CMD) with Administrator privileges
- Set Catalogue to the .exe file location with cd
- Input .exe file name and add command /extract
cd c:\
TRBOnet.Enterprise (or Plus)_X.X.X.XXXX.exe /extract:c:\FOLDER
Where:- TRBOnet.Enterprise (or Plus)_X.X.X.XXXX.exe - the downloaded .exe install package
- c:\FOLDER - any desired folder on disk for extract contains (in this example on disk C)
.msi package can be used afterwards with centralized deployment solution.
.exe file deployment methods.
installlevel - list of components for install./qn - install in "silent mode".
/passive - returns progress bar without interaction.
installlevel=100 /qn - install TRBOnet Software Agent + TRBOnet Server + TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
installlevel=50 /qn - Install TRBOnet Server + TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
installlevel=10 /qn - install TRBOnet Dispatch Console + TRBOnet One console in "silent mode".
Same commands available for .exe package applicable to .msi package.
Note!
Separate install of TRBOnet Software Agent is not possible.
Separate install of TRBOnet Software Agent is not possible.
Code example for the .exe file located on disk C.
cd c:\
TRBOnet.Enterprise (or Plus)_X.X.X.XXXX.exe installlevel=100 /qn