Registry


Bravo uses registry settings to store company policies, configuration related to the setup, and advanced settings not exposed in the user interface.

Attributes that use a REG_DWORD type for a boolean 0/1 have the same behavior of 1 for any values that is not 0. In other words, 0 is False and any other number is True.

Policies

The HKEY_LOCAL_MACHINE\SOFTWARE\Policies\SQLBI\Bravo\OptionSettings registry hive includes the following registry settings to control policies across the organization.

UseSystemBrowserForAuthentication

REG_DWORD

  1. Uses Bravo user interface for user authentication.
  2. Uses the system browser for user authentication.

TelemetryEnabled

REG_DWORD

  1. Disables Telemetry.
  2. Enables Telemetry.

CustomTemplatesEnabled

REG_DWORD

  1. Disables custom templates.
  2. Enables custom templates.

CustomTemplatesOrganizationRepositoryPath

REG_SZ

Path pointing to a folder that contains template package files to distribute as Organization templates.

UpdateCheckEnabled

REG_DWORD

  1. Disables check for updated versions.
  2. Enables check for updated versions.

UpdateChannel

REG_DWORD

  1. (Default) **Stable** builds are the best ones to use, they are a result of the code being built in Canary, tested in Dev and bug fixed in Beta
  2. Beta (not available).
  3. **Dev** builds will carry the improvements made to the application and tested by the developers, but the testing is limited and there could be more bugs.

BuiltInTemplatesEnabled

REG_DWORD

  1. Disables bult-in templates.
  2. Enables bult-in templates.

User settings

The HKEY_CURRENT_USER\Software\SQLBI\Bravo registry hive includes the following registry settings.

applicationTitleVersionHidden

REG_DWORD

  1. (Default) Shows the version number in windows title.
  2. Hides the version number in windows title.

programMenuShortcutInstalled

REG_DWORD

  1. Reports that the program menu shortcut is not installed.
  2. Reports that the program menu shortcut is installed.

Machine settings

The HKEY_LOCAL_MACHINE\SOFTWARE\SQLBI\Bravo registry hive includes the following registry settings.

applicationTelemetryEnabled

REG_SZ

  1. Disables application telemetry.
  2. Enables application telemetry.

desktopShortcutEnabled

REG_SZ

  1. Disables desktop shortcut creation during setup.
  2. Enables desktop shortcut creation during setup.

installerTelemetryEnabled

REG_SZ

  1. Disables installation telemetry.
  2. Enables installation telemetry.

installFolder

REG_SZ

Program folder where Bravo is installed.

programMenuShortcutEnabled

REG_SZ

  1. Disables program menu shortcut creation during setup.
  2. Enables program menu shortcut creation during setup.
Last update: Mar 26, 2024