setup_iis
Use setup_iis
to modify the Internet Information Services (IIS) configuration for a Bravura Security Fabric instance. Normally, the installer for Bravura Security Fabric will handle adding or removing the configuration when installing or uninstalling the product. However, in the event of an installer error, setup_iis can be used to perform these operations. In addition, setup_iis can be used to configure response headers using customized meta tags.
setup_iis
must be run from within the directory of the installed instance.
Usage
setup_iis [-i] | -pwd <password> | -r
Argument | Description |
---|---|
-i | Install operation |
-pwd | Password of the account ID used to run Bravura Security Fabric services |
-r | Remove operation |
Examples
To install the IIS configuration:
setup_iis -i -pwd accountpwd1234
To uninstall the IIS configuration:
setup_iis -r
To configure response headers, copy the
setupiis.cfg
file from the instance's samples directory to its psconfig directory. Open the copiedsetupiis.cfg
in a text editor, and modify it for the tags to be added. Then, runsetup_iis
as you would to install the IIS configuration.