Application Server

Configuring Application Server module.

Parameters

PropertyTypeDescription
ModuleNamestringThe value can be 'App Server x64' or 'AppServerx64', for the cli to recognize the module.
PackagePathstringThe path to the App Server installer.
LogPathstringSpecifying a path here will add the /lp! argument and this path to the msi installer.
AppServer64FeatureobjectThe App Server 64 feature is the main feature for this installer and is required.
ConnectionStringsarrayAdd as many connection strings as you need, they will be safely added to the module's configuration file.
WamconobjectThe Wamcon feature will be installed in addition to this module. Including it in the configuration file gives you more control over where it installs to.
QuietboolSetting this to 'true' will run the installer in quiet mode, no UI, no human intervention needed.
AdditionalArgsstringIf you're an advanced user, you can specify additional arguments to pass to the installer. See Microsoft's MSI documentation for more information.
- ModuleName: App Server x64
  PackagePath: E:\Installs\Application Server\Hyland Application Server 24.1 x64.msi
  LogPath: E:\Installs\Application Server\Hyland Application Server 24.1 x64.log
  AppServer64Feature:
    Datasource: OnBase
    WebAppName: AppServer64
    WebAppHost: obapp01
    UseNTAuth: false
    UseImpersonation: true
    IISCredentials:
      Username: administrator
      CredentialType: ActiveDirectory
      BasesKey: +hQn8J1WLA3zAyUxh5M1YfEUQa4R8FzvGpt1vP75pGg=
    IISWebsiteID: 1
    ASPNetSetRegPath: E:\Program Files (x86)\aspnet_setreg
    UseSSL: false
    FeatureName: AppServer64
    InstallPath: E:\inetpub\wwwroot\AppServer64
  ConnectionStrings:
  - ConnectionName: OnBase
    Datasource: .\
    Database: OnBase
    UseIntegratedSecurity: false
    Credentials:
      Username: hsi
      CredentialType: Database
      BasesKey: V3mVrGIJqY8dC8q3OnOvCQ==
    Encrypt: Optional
    ProviderType: System_Data_SqlClient
    AdditionalArguments: ''
  - ConnectionName: OnBase2
    Datasource: .\
    Database: OnBase
    UseIntegratedSecurity: false
    Credentials:
      Username: hsi
      CredentialType: Database
      BasesKey: V3mVrGIJqY8dC8q3OnOvCQ==
    Encrypt: Strict
    ProviderType: System_Data_SqlClient
    AdditionalArguments: ''
  Wamcon:
    WAMCONFiles: E:\Program Files (x86)\Hyland\Web Applications Management Console
    CreateDesktopShortcuts: true
    CreateMenuShortcuts: true
  Quiet: true
  AdditionalArgs: