Skip to main content

idm.msi

Bravura Security Fabric is distributed as a Windows installer package (MSI) file named idm.msi .

Usage

Generally, you launch the Windows installer package (MSI) using the Bravura Security Fabricsetup program .

You cannot use the Windows msiexec program to install Bravura Security Fabric.

Consult Windows help for more information about Windows Installer technologies.

You can set parameters for non-interactive installation, or preset values for interactive installation, with the command:

setup -opts <parameters>

Example

To install Bravura Pass when using a Microsoft SQL database backend, type:

setup.exe -opts "ADDLOCAL=PSYNCH INSTANCEDESCRIPTION=\"Example Instance\" PASSWORD=letmein! HELPDESK_PASSWORD=letmein! DBMS_SERVER=<SERVER_NAME> DBMS_PASSWORD=letmein1 DBMS_USERID=psadmin DBMS_DBNAME=HID /norestart"

Parameters for features and properties are described in detail in the following sections.