-
Notifications
You must be signed in to change notification settings - Fork 9
Installation on Windows
Nathan Leach edited this page Dec 18, 2020
·
5 revisions
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.
There is no specific installation for the command line. Execution of the command line can be performed with the following command:
dotnet CxAnalytixCLI.dll
- Open Powershell or Windows command prompt as administrator.
- 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.
Click here for configuration documentation.