Skip to content

Installation on Windows

Nathan Leach edited this page Dec 18, 2020 · 5 revisions

Installing .Net Core

It is possible to download the installer for the .Net Core runtime, or use the Chocolatey package manager to perform the install:

choco install dotnetcore-runtime

Note: you may need to reboot after the install.

Command Line Installation

There is no specific installation for the command line. Execution of the command line can be performed with the following command:

dotnet CxAnalytixCLI.dll

Windows Service Installation

  1. Open Powershell or Windows command prompt as administrator.
  2. Execute sc.exe create CxAnalytix binpath="{folder path}\CxAnalytixService.exe"

The service can be started or stopped from the service control manager. The service will execute scans periodically while it is running.

Before execution can be successful, you must configure the installed application.

Click here for configuration documentation.

Clone this wiki locally