proxy.msi
The Bravura Security Fabric Proxy Server software is distributed as an Windows installer package (MSI) file named proxy.msi.
Usage
Generally, you launch the 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 -msi proxy.msi -opts <parameters>
The features and properties tables below describe these parameters in detail.
Features
Use the ADDLOCAL parameter to install the Proxy Service when running setup from the command line . The format for the ADDLOCAL parameter on the command line is:
ADDLOCAL=PROXY
Properties
You can use the following parameters to set properties when running setup from the command line . The general format for a parameter on the command line is:
<parameter>=<value>
Key-value pairs must be separated by spaces. If a value contains spaces, the value must be enclosed in escaped double quotes; for example:
PSTEMDIR=\"C:Program Files\Bravura Security\Bravura Security Fabric\Logs\Example Instance\\"
Property | Description |
---|---|
INSTALLDIR | The directory in which the Proxy Server software will be installed. The default is <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ . The path must be the same as the main Bravura Security Fabric server. |
INSTALLLEVEL | This parameter is used in a silent installation and is mutually exclusive with ADDLOCAL. Set to a value of 10 or greater to install the PROXY feature. The default is 10. |
COMMKEY | The 64 hexadecimal-digit key used for 256-bit encrypted communication between the Bravura Security Fabric sub-systems. |
CONNECTORKEY | The 64 hexadecimal-digit key used as a 256-bit encryption key for sensitive data passed to connectors. |
PSTEMPDIR | The temporary directory for this instance. The default is <Program Files path>\Bravura Security\Bravura Security Fabric\Logs\<instance> . |
PSLOCKDIR | The directory used for locked files. This defaults to <Program Files path>\Bravura Security\Bravura Security Fabric\Locks . Bravura Security does not recommend changing this directory. |
PASSWORD | The password for the psadmin account. |
PROXYPORT | The port number that the Proxy service will listen on. The default is 3344. |