Download JRE and Artifact
This use case will not install any Fortified ID product on Windows, it will only download JRE and Artifact. This is a prerequisite for an offline installation.
Note! If you have internet access from the Windows server, skip this use case and go to next use case, "Install on Windows".
Prerequisite
A host that support Powershell. (E.g. Windows 11 or Windows 2019)
Download scripts to do an offline download of JRE and Fortified ID artifact. Contact Fortified ID on info@fortifiedid.se to get download scripts.
Credential file to access Fortified ID product area. Contact Fortified ID on info@fortifiedid.se to get credentials.
Correct download URL for the product you like to install. Contact Fortified ID a info@fortifiedid.se to get correct URL.
Download installation scripts
Download installation scripts
Note. You need a Windows host with a later version of Powershell as you download computer.
There are three files to use when downloading a Fortified ID product offline. If you do not have the three scripts, check the prerequisite section.
We will put the three files in c:\temp in this use case.
download_artifact_and_jre.ps1
download_artifact_and_jre.properties
customer_access_credentials.json
Download of installation data
Prepare download_artifact_and_jre.properties
Update download_artifact_and_jre.properties with the application you like to download.
Open download_artifact_and_jre.properties
Add the URL for the app to download. Locate the two lines below.
Change download location if you like. (we will use default in this use case)
The script also support use of proxy for access if you have that demand.
Save download_artifact_and_jre.properties
Run script to download installation data
Note. verify that you have the three files mentioned above in c:\temp.
Open a Windows PowerShell prompt on the Windows download computer. Make sure your run the prompt as an administrator.
In the PowerShell prompt, go to folder c:\temp. See command below.
In the PowerShell prompt, execute download_artifact_and_jre.ps1. See command below.
When script is completed you should two new files in c:\temp
fortifiedid-jre.zip
integrity-server-2.0.0-RC30-dist.zip (this is an example. You should see a zip-file with the name of the artificat you downloaded)
Move the two files to the windows server where you should do the installation.
To install a Fortified ID product on Windows, see use case Install on Windows
Last updated