Windows
Overview
You like to install or upgrade one of the products provided from Fortified ID on a Windows server. Installation is done by running a generic powershell script for all applications that uses a properties to define product and account.
Prerequisite
There are some prerequisite before continuing with install/upgrade.
Windows server 64-bit with administrator credentials.
Download credentials. Contact Fortified ID support for download credentials.
Latest version of the Powershell script and property file. Contact Fortified ID support for latest version of files.
Installation
We have the powershell script and property file in folder C:\temp
Powershell script: install_fortifiedid_app.ps1 No changes need to done in the powershell script. All delta data is managed in the property file.
Property file: fortifiedid.properties
Update fortifiedid.properties
Open fortifiedid.properties with a text editor
Change user and access_token with information provided by Fortified ID support. See Prerequisite section
Change INSTALLATION_PATH if needed.
Uncomment the product you like to install and only that product. There is no support to install more than one product at time. Let say you like to install Fortified Password Reset, then the Password Reset section should look like:
Note. Line 1 above should still be commented.
At the bottom of the file you can decide how much RAM the application will be able to use.
Save file when done
Install the Fortified ID product. In our example Fortified Password Reset.
Open and run an Powershell prompt as administrator
Execute install_fortifiedid_app.ps1
Type Y to continue
Type N to not start service
Installation is complete
Verify installation
Verify service is installed
Verify folders in file system
Now you are ready to start working with your Fortified ID product. Tip: Check out our use cases to get a head start!
Upgrade
Upgrade of an existing installation is done the same way as when you do a clean installation. Same powershell script and property file. See previous section. When uppgradering, two things to notice:
The service will be removed an reinstalled. Verify the property file for memory configuration.
Folders, /application and /JRE, will be replaced during upgrade. Do not sotre any cusomt data there. The folder called /customer will not be replaced since it contains your customer data.
Last updated