Windows Services
Use the PowerShell installer in license-monitor/scripts/install.ps1. First clone or download this repository, then run the installer from inside the license-monitor directory.
Typical install flow
Section titled “Typical install flow”# Run in elevated PowerShellcd license-monitor.\scripts\install.ps1The script installs runtime dependencies and registers a Windows service (NSSM-based flow in script).
Verify service
Section titled “Verify service”Get-Service license-monitorStart-Service license-monitorCheck runtime logs
Section titled “Check runtime logs”Review service stdout/stderr logs in the install directory configured by the script.