Skip to main content
Skip table of contents

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:
 

CODE
<package_path_and_name> /SP- /VERYSILENT /NOICONS /LANG=EN /DIR="C:\Programs\Imagicle Blue's Attendant" /SUPPRESSMSGBOXES

Where these are some switches you can set:

/DIR="C:\Programmi\Imagicle Blue's Attendant"
using this command to specify the installation path

/LANG=EN  
using this command to specify the installation language

/VERYSILENT  
using this command to completely hide the installation steps for the users
If you use /SILENT the user can see the installation progress but no action is allowed.

/SUPPRESSMSGBOXES  
remove all messagebox

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.