Everbridge 360 - MSI Package Deployment

Everbridge 360 for Windows is distributed as an MSI package. You can deliver the MSI package to client devices using device and application management tools like Microsoft Intune and Microsoft Endpoint Configuration Manager.

MSI packages can also be deployed using the command line. The Everbridge 360 installer handles the standard command line options described here.

 

Installing

To install silently in the background, use the /quiet command line option. After installation the Everbridge 360 App will launch, and be configured to start each time a user logs in.

msiexec /package "C:\Path\To\Your\Everbridge360.msi" /quiet

Optional Parameters

The MSI installer takes a number of optional parameters to configure the Application. They can be used like this.

msiexec /package "...\Everbridge360.msi" ORG_CODE=MyOrgCode FORCE_START_IN_TRAY=true

The available parameters are

ORG_CODE=MyOrgCode
HIDE_EXIT_MENU_ITEM=true
FORCE_START_IN_TRAY=true
USE_IN_APP_BROWSER_FOR_SSO=true
HIDE_IN_APP_BROWSER_FOR_SSO=true
KEEP_NOTIFYING_UNTIL_ACTIONED=true
DURESS_CODE=1234
CRITICAL_SOUND=default
PRIORITY_SOUND=default

For more information on these parameters click here..

 

Uninstalling

Uninstall Wizard Method

  1. Open Add or remove programs in the Control Panel.
  2. Find Everbridge 360. Choose uninstall.
  3. Windows will complete the uninstall process.

If the uninstaller can not close all requested applications due to lack of administrator rights, you may be prompted to manually close the running applications. 

Command line method

If the original MSI file that was used to install Everbridge 360 is available, you can run following command, specifying the /uninstall switch and the full path to the MSI file.

msiexec /package "C:\Path\To\Your\Everbridge360.msi" /quiet
Was this article helpful?
0 out of 0 found this helpful

Article Feedback

Article is closed for comments.