Installing using the Command Line - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

The Hyland License Check API installer can be run silently from a command line. For general information about command line installations and options, including options for running the installer silently, see the Microsoft documentation on command line options for Windows Installer. The Hyland License Check API must be installed from a command line using Local Administrator privileges. The following example illustrates how a quiet installation may be executed:

msiexec /i "Hyland.LicenseCheck.API.msi" WEB_SITE_ID="1" APPPOOL="HylandLicenseCheckAppPool" APPNAME="HylandLicenseCheckAPI" APIROOT="C:\Program Files\Hyland\HylandLicenseCheckAPI\" /q

Available properties are described in the following sections.

WEB_SITE_ID

Specifies the website that hosts the Hyland License Check API application.

For example: WEB_SITE_ID="1"

This setting is required if more than one site exists. If this setting is omitted, the default value of 1 is used.

APPPOOL

Specifies the name of the application pool to which the Hyland License Check API application is assigned.

For example: APPPOOL="HylandLicenseCheckAppPool"

If this setting is omitted, the default value of HylandLicenseCheckAppPool is used.

APPNAME

Specifies the name of the Hyland License Check API application.

For example: APPNAME="HylandLicenseCheckAPI"

If this setting is omitted, the default value of HylandLicenseCheckAPI is used.

APIROOT

Specifies the destination folder for the Hyland License Check API installation files.

For example: APIROOT="C:\Program Files\Hyland\HylandLicenseCheckAPI"

If this setting is omitted, the default value of C:\Program Files\Hyland\HylandLicenseCheckAPI is used.