Silent Install - Office Client¶
A silent install of the CALUMO Office Client can be performed. To ensure this is successful, you must make sure the following pre-requisites are installed beforehand on the installation computer:
- Microsoft .NET 4.7.2 Framework
- Visual Studio Tools for Office (VSTO) v4 (x86 or x64) - 10.0.50903.0 or greater - see http://go.microsoft.com/fwlink/?LinkId=140384
To perform a silent install, please refer to the following help which can be found by running the installer with the /? Switch:
Calumo OfficeClient.exe /?
The default values for unspecified options in a command line silent install are as follows:
Note
For paths and urls, the values should be wrapped in double quotes (inner) and then single-quotes (outer)
to ensure that the values are escaped correctly from the command line into the installer.
e.g. /CalumoServer='"https://cloud.calumo.com/calumo"'
Option | Default | Comment |
---|---|---|
S | ||
AllUsers or CurrentUser | AllUsers | Sets the installation mode, use like: /AllUsers or /CurrentUser |
InstallPath | For /AllUsers, the default installation directory is C:\Program Files\CALUMO Labs Pty Ltd\CALUMO Office Client and for /CurrentUser the default installation directory is %LocalAppData%\CALUMO Office Client |
The path to install CALUMO into, use like: /InstallatPath=‘“c:\myfolder\calumo”’ |
CalumoServer | The URL to your CALUMO Server, use like: /CalumoServer=’“http://cloud.calumo.com/calumo”‘ |
|
Debug | 0 | Set to 1 to show debug messages during installation, use like: /Debug=1 Note: This will show a UI during a silent installation |