Windows 1-Click MSI Installer Guide
Edit ArticleDeploying the standard Sentinel Windows Installer package via GUI or command line.
The Sentinel MSI package (**sentinel-agent.msi**) is built using the standard Windows Installer framework. It is clean, digitally signed, and supports silent command-line parameters.
Download sentinel-agent.msi
Obtain the latest signed MSI package from your Sentinel Console downloads section.
Run the MSI File as Administrator
Double click the MSI to launch the standard Windows setup dialog. Click "Next" and accept the default installation folder (C:\Program Files\Sentinel).
Configuration File Placement
The installer creates the config folder at "C:\Program Files\Sentinel\config\". Place your organization "sentinel-agent.toml" file here or pass properties via command line.
Verify Service Status
The installer registers "SentinelAgent" as a Windows Service and starts it automatically on boot.
1# Run silent MSI installation with logging enabled:2msiexec.exe /i "sentinel-agent.msi" /qn /l*v "C:\Windows\Temp\sentinel_install.log" SERVER_URL="https://endpoint.yourcompany.com" ORG_KEY="ORG-9928-PROD"34# Verify service is running:5Get-Service SentinelAgent
Was this documentation page helpful?
Your technician feedback helps our team continuously improve Sentinel guides.

