Command Line Arguments
The following command line arguments are supported by Connection Manager during installation only. They should not be used after installation to start the Connection Manager.
-disablelocalvault
-logo
-logocollapsed
-ssauth
-ssname
-ssurl
You must use double quotes inside the KEYS parameter because the value of the KEYS parameter is quoted itself.
/quiet mode installation works only with Administrative privileges. If a user without administrator privileges runs the MSI with /quiet mode, nothing happens. If you would like to install the latest version of Connection Manager via quiet mode installation, you must first remove the previous version before installing the new one.
Disable Local Vault on Installation
Use this argument to disable the local vault on installation:
-disablelocalvault
Example
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-disablelocalvault "
Specify Custom Logo Images to Copy to the Proper Location
Use these arguments to specify custom logo images to be copied to the proper location:
-logo
, -logocollapsed
Example
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-logo ""/Library/Application Support/Delinea2/Connection Manager/Resources2/logo.png"" -logocollapsed ""/Library/Application Support/Delinea2/Connection Manager/Resources2/logo_collapsed.png"""
The path to the custom logo files, on a Mac, is as follows:
Users/Shared/Application Support/Delinea/Connection Manager/Resources
Two files are necessary to use custom logos:
- Logo.png - 50 x 250 pixels
- Logo_collapsed.png - 50 x 100 pixels
Delinea Platform Connection
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-ssurl ""https://mycompany.delinea.app"" -ssname ""MyCompany Platform"" -ssauth web"
Pre-create Secret Server Connection
Use these arguments to pre-create a Secret Server local or web connection on installation:
-ssurl, -ssname, -ssauth
External Browser Connection
Example
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-ssurl ""https://secretserver.example.com/ss"" -ss-name ""new server"" -ssauth external"
Example Powershell Command Line
.\Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS='"-ssurl https://secretserver.example.com/ss -ssname ""new server"" -ssauth external"'
Local Connection
Example
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-ssurl ""https://secretserver.example.com/ss"" -ss-name ""new server"" -ssauth local"'
Example Powershell Command Line
.\Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS='"-ssurl https://secretserver.example.com/ss -ssname ""new server"" -ssauth local"'
Web Connection
Example
Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS="-ssurl ""https://secretserver.example.com/ss"" -ss-name ""new server"" -ssauth web"
Example Powershell Command Line
.\Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS='"-ssurl https://secretserver.example.com/ss -ssname ""new server"" -ssauth web"'
Disable Local Vault
Example Powershell Command Line
`.\Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS='"-disablelocalvault"'
Custom Logo
Example Powershell Command Line
.\Delinea.ConnectionManager.WindowsInstaller.msi /quiet RUNCM=runCM KEYS='"-logo ""/Library/Application Support/Delinea2/Connection Manager/Resources2/logo.png"" -logocollapsed ""/Library/Application Support/Delinea2/Connection Manager/Resources2/logo_collapsed.png"""'