OnBase Studio X64

Configuring The OnBase Studio X64 module.

Parameters

PropertyTypeDescription
ModuleNamestringThe value can be 'OnBase Studio' or 'OnBaseStudio', for the cli to recognize the module.
PackagePathstringThe path to the OnBase Studio installer.
LogPathstringSpecifying a path here will add the /lp! argument and this path to the msi installer.
StudioFeatureobjectThe Studio feature is the main feature for this installer and is required.
ConnectionStringsarrayThe ConnectionStrings feature is optional, but can be used to add multiple connection strings to the Studio config file, fully encrypted.
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: OnBase Studio x64
  PackagePath: E:\Installs\OnBase Studio x64\Hyland OnBase Studio x64.msi
  LogPath: E:\Installs\OnBase Studio x64\Hyland OnBase Studio x64.log
  StudioFeature:
    CreateDesktopShortcuts: true
    CreateMenuShortcuts: true
    FeatureName: Workflow_Studio
    InstallPath: E:\Program Files\Hyland\OnBase Studio
  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: