AHP Portal Silent Installation - AHPOneFrontend
Silent MSI Setup Parameters
- Example for new installation:
- msiexec /i "O:\1.7.5.640\Drop\Installer\AHPOne 1.7.5.640\AHP Infrastructure Server Dev\AHPOne Current\AHPOneFrontend.msi" CONFIGURE_IIS_YES_NO="1" VIRTUAL_DIR_VAL="AHPOneFrontend" AHPONESERVER_URL="ahponeserver.local.dom/AHPOneServer" SQL_SERVICE_SERVER="APDB0501" SQL_SERVICE_IDENTITY_DATABASE="AHPOneContentD" SQL_SERVICE_IDENTITY_NAME="AHPOneContentD" SQL_SERVICE_IDENTITY_PWD="Secure321!" /quiet
- Example for update installation:
- msiexec /i "O:\1.7.5.642\Drop\Installer\AHPOne 1.7.5.642\AHP Infrastructure Server Dev\AHPOne Current\AHPOneFrontend.msi" CONFIGURE_IIS_YES_NO="0" /quiet
Name | Default Value | Possible Value | Mandatory | Description |
---|---|---|---|---|
CONFIGURE_IIS_YES_NO | 1...yes | 1...yes, | YES | 1…indicates to make a fresh/new installation, |
INSTALLLOCATION | C:\Program Files\AHP Platform\ | Local drive and folder name | NO | Install location of AHPOne |
DO_IISRESET | yes | yes, | NO | Parameter to force or prevent iisreset after installation succeeded |
Following parameters are not necessary for update installation (CONFIGURE_IIS_YES_NO="0") | ||||
VIRTUAL_DIR_VAL | AHPOneFrontend | valid IIS dir name | YES | Configure IIS ASP.NET Web application name. AHPOne Server will be accessible through that name |
AHPONESERVER_URL | ahponeserver.local.dom/AHPOneServer | URL from | YES | URL to previously installed AHPOne Server |
SQL_SERVICE_SERVER | APDB0501 | SQL-Server Instance name | YES | SQL Server network/instance name where AHPOne config database is running |
SQL_SERVICE_IDENTITY_DATABASE | AHPOneContentD | DB-Name | YES | SQL database name of AHPOne content and resources DB |
SQL_SERVICE_IDENTITY_NAME | AHPOneContentD | SQL-Login name | YES | SQL Server login name with access permissions to AHPOne content and resources DB |
SQL_SERVICE_IDENTITY_PWD | <empty> | SQL-Login password | YES | SQL Server login password |