AHP Portal Silent Installation - AHPOneServer

Silent AHPDatabase Install Parameters

  • Example for new installation:
  • msiexec /i "O:\1.7.5.635\Drop\Installer\AHPOne 1.7.5.635\AHP Infrastructure Server Dev\AHPOne Current\AHPOneServer.msi" CONFIGURE_IIS_YES_NO="1" VIRTUAL_DIR_VAL="AHPOneServer" WEB_APP_NAME="AHPOneServer" SQL_SERVICE_SERVER="APDB050" SQL_SERVICE_IDENTITY_DATABASE="AHPOneConfigD" SQL_SERVICE_IDENTITY_NAME="AHPOneConfigD" SQL_SERVICE_IDENTITY_PWD="Secure321!" EDITION="MULTI" AHPONE_LOGONPATH="DC=forest5,DC=dom" AHPONE_DNSDOMAIN="forest5.dom" AHPONE_INFRASTRUCTURE="OU=AHP Infrastructure Objects, DC=forest5,DC=dom" /quiet
  • Example for update installation:
  • msiexec /i "O:\1.7.5.636\Drop\Installer\AHPOne 1.7.5.636\AHP Infrastructure Server Dev\AHPOne Current\AHPOneServer.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 if performing an update installation and the database connection parameters can be read from config files of AHP Products installed on the server this tool is running

VIRTUAL_DIR_VAL

AHPOneServer

valid IIS dir name

NO

Configure IIS ASP.NET Web application name. AHPOne Server will be accessible through that name

WEB_APP_NAME

AHPOneServer

valid IIS pool name

NO

ASP.NET web application pool name. Pool name needs to be unique per machine

WEB_APP_POOL_IDENTITY_NAME

S-AHPOneServer@local.dom

domain service account

YES

AHPOne Service Account with appropriate permissions in Active Directory

WEB_APP_POOL_IDENTITY_PWD

<empty>

service account password

YES

Password for Service Account

SQL_SERVICE_SERVER

APDB0501

SQL-Server Instance name

YES

SQL Server network/instance name where AHPOne config database is running

SQL_SERVICE_IDENTITY_DATABASE

AHPOneConfigP1

DB-Name

YES

SQL database name of AHPOne config DB

SQL_SERVICE_IDENTITY_NAME

AHPOneConfigP1

SQL-Login name

YES

SQL Server login name with access permissions to AHPOne config DB

SQL_SERVICE_IDENTITY_PWD

<empty>

SQL-Login password

YES

SQL Server login password

EDITION

SINGLE

SINGLE,
MULTI

YES

Specify if AHPOne will run in single or multi tenant mode

BASEPLATFORM

CORE

CORE,
GENERIC

YES

Specifies the base platform: AHP Core (AHP 6.3, AHP 10.x) or Generic.

AHPONE_LOGONPATH

DC=local,DC=dom

Microsoft AD forest name

YES

Name of Microsoft Active Directory forest to manage with AHPOne

AHPONE_DNSDOMAIN

local.dom

forest DNS name

YES

DNS suffix of forest

AHPONE_INFRASTRUCTURE

OU=AHP Infrastructure Objects, DC=local,DC=dom

Microsoft distinguished name

YES

Root path of AHPOne management

AHPONE_TENANTS

OU=AHP Tenants, DC=local,DC=dom

Microsoft distinguished name

YES

Root path of AHPOne Tenants

GRANTADMIN

0....no

1...yes, 0...no

NO

if yes, a user which has been specified at parameter GRANTADMINUSER will be granted as ManagementAdministrator initially

GRANTADMINUSER

A-AHPOne

SamaccountName

NO

Samaccountname of a valid AD-User