AHP Portal Silent Installation - AHPOneManagement

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\AHPOneManagement.msi" CONFIGURE_IIS_YES_NO="1" VIRTUAL_DIR_VAL="AHPOneManagement" 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\AHPOneManagement.msi" CONFIGURE_IIS_YES_NO="0" /quiet

Name

Default Value

Possible Value

Mandatory

Description

CONFIGURE_IIS_YES_NO

1...yes

1...yes,
0...no

YES

1…indicates to make a fresh/new installation,
0…indicates to make an update and keep previousely installed web.config

INSTALLLOCATION

C:\Program Files\AHP Platform\

Local drive and folder name

NO

Install location of AHPOne

DO_IISRESET

yes

yes,
no

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

AHPOneManagement

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
AHPOneServer

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