How to let a system admin deploy the Attendant Console in silent mode, without user intervention
Description:
How to install the Attendant console in silent mode.
This is useful to let a system admin install the Attendant Console through a batch or remotely using deployment tools.
How to:
You can install the Attendant Console by leveraging on the CLI switches, the command to run is:
<package_path_and_name> /SP- /VERYSILENT /NOICONS /LANG=EN /DIR="C:\Programs\Imagicle Blue's Attendant" /SUPPRESSMSGBOXES
Where the following arguments can be set:
/DIR="C:\Programmi\Imagicle Blue's Attendant"
use this argument to specify the installation path
/LANG=EN
use this argument to specify the installation language
/VERYSILENT
use this argument to completely hide the installation steps for the users
If you use /SILENT the user can see the installation progress but no actions are allowed.
/SUPPRESSMSGBOXES
remove all message boxs