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.
When installing Connection Manager via command line options to set the Secret Server URL, these options will only be applied to the first user who logs in to Connection Manager. If you would like to make them the default options, you can use the following workarounds:
-
Prior to their initial log in, new users need to run Connection Manager via command line with args -ssurl "your ss url" -ssname "your ss name" -ssauth "your auth type"
-
Prior to their initial login, each user admin should create a file in path C:\ProgramData\Delinea\Connection Manager\repository.dat with the following content:
{ "$type":"Delinea.ConnectionManager.Common.Models.SecretServerRepository, Delinea.ConnectionManager.Common",
"Url":"Your SS url",
"PlatformUrl":null,
"UserName":null,
"Password":null,
"Domain":null,
"AuthType":"Local",
"TwoFactorAuthType":"None",
"PinCode":null,
"StoreCredentialsInLocalStorage":false,
"SecretTempletes":null,
"LoadAllTemplates":true,
"Token":null,
"PlatformToken":null,
"ConnectionManagerSettings":null,
"Id":null,
"Name":"your SS name",
"Type":"SecretServer",
"IsAutoload":false
}
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
The paths to the custom logo files, on Windows, are as follows:
-
C:\ProgramData\Delinea\Connection Manager\Resources\logo.png
-
C:\ProgramData\Delinea\Connection Manager\Resources\logo_collapsed.png
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"""'