Using a Custom Logo in the Connection Manager Interface
In Connection Manager version 1.6.0 and higher, you can substitute the default logo in the Connection Manager interface with your own company branded logo using either of the two procedures below.
Manual Procedure
-
Create two versions of your logo image file in PNG format, with names exactly as specified below:
-
One sized to 250 x 50 pixels, named
logo.png
. This version is the full-sized logo that will appear in the main interface. -
One sized to 100 x 50 pixels named
logo_collapsed.png
. This version is the collapsed logo that appear when the left navigation panel is collapsed
-
-
Store both image files in the following location (if you don’t have this folder structure already, you’ll need to create it):
C:\ProgramData\Delinea\Connection Manager\Resources\
-
Assign all users permissions to read, execute, and list folder content from this location.
-
Restart Connection Manager
Command Line Procedure
Users with administrator privileges can specify the location of custom logo files during installation by running the following command:
Delinea.ConnectionManager.WindowsInstaller /quiet RUNCM=runCM KEYS="-logo C:\install\logo.png -logocollapsed C:\install\logocollapsed.png"