Customize BBM Enterprise for Windows settings
BBM Enterprise
for Windows
settingsYou can use the following commands to customize
BBM Enterprise
for Windows
settings and apply them automatically during installation. You cannot specify settings for individual installations. The ALLUSERS and MSIINSTALLPERUSER properties are handled automatically and should not be used.Extract the installation .msi file.
- In a command prompt window, run any of the following commands:TaskStepTo uncompress all the application files into a folder structure at the root of [ExtractToPath].This will remove the digital signature because uncompressing the .msi is considered a modification.RunBBMSetup.exe /a /s /v"/qn TARGETDIR=[ExtractToPath]".To direct users to theUEMsign-in screen during installationRunBBMSetup.msi UEMSIGNIN=1.To preventBBM Enterprisefrom opening when the computer is startedRunBBMSetup.msi LAUNCH_ON_STARTUP=0.Hide and disable the Username and Password used for proxy settings found in the Settings dialogRunrun BBMSetup.msi DISABLE_PROXY_CREDENTIALS=1.To disable automatic detection of proxy settings and pre-populate the Host and Port proxy settings found in the Settings dialogRunBBMSetup.msi PROXY_HOST=[Host Url] PROXY_PORT=[Port to use].Both PROXY_HOST and PROXY_PORT must be set.To pre-populate the Username setting found in the Settings dialogRunBBMSetup.msi PROXY_USER=[user name].