Run the install.ps1 script
In Windows Powershell, run the install.ps1 script with Administrator permissions.
The following parameters are available:
Parameter |
Description |
-c -CheckInputOnly |
Check the input file only |
-g -GeneratePropertiesOnly |
Check input, and generate output file only |
-h -Help |
Print help |
-i -InputFile FILE |
Specify the input configuration file. Default value: config.properties |
-o -OutputFile FILE |
Specify the output response file. Default value: response.properties |
-r -RunConfig |
Only run the configuration step of the installation, and skip copying files to the installation location. Useful if the configuration failed and the cause of the failure has been addressed, or if there are updated values in config.properties that need to be applied. Incompatible with options -g and -o FILE, as they are irrelevant when running configuration only. |
-v -Verbose |
Enable verbose mode |