Diagnostics Components

Configuring Diagnostics Components module.

Parameters

PropertyTypeDescription
ModuleNamestringThe value can be 'Diagnostics Components' or 'DiagnosticsComponents', for the cli to recognize the module.
PackagePathstringThe path to the Diagnostics Components installer.
LogPathstringSpecifying a path here will add the /lp! argument and this path to the msi installer.
DiagServiceFeatureobjectThis feature is not required, but one of the 2 features are required, either this or the DiagConsoleFeature.
DiagConsoleFeatureobjectThis feature is not required, but one of the 2 features are required, either this or the DiagServiceFeature.
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: Diagnostics Components
  PackagePath: E:\Installs\Diagnostics Components\Hyland Diagnostics Components.msi
  LogPath: E:\Installs\Diagnostics Components\Hyland Diagnostics Components.log
  DiagServiceFeature:
    FeatureName: Diagnostics_Service
    InstallPath: E:\Program Files (x86)\Hyland\Services\Diagnostics
  DiagConsoleFeature:
    CreateDesktopShortcuts: true
    CreateMenuShortcuts: true
    FeatureName: Diagnostics_Console
    InstallPath: E:\Program Files (x86)\Hyland\Diagnostics Console
  Quiet: true
  AdditionalArgs: