Windows 1-Click MSI Installer Guide

Edit Article

Deploying the standard Sentinel Windows Installer package via GUI or command line.

Sentinel Operations Team
4 min read
Updated August 28, 2026
v3.2

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.

1

Download sentinel-agent.msi

Obtain the latest signed MSI package from your Sentinel Console downloads section.

2

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).

3

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.

4

Verify Service Status

The installer registers "SentinelAgent" as a Windows Service and starts it automatically on boot.

Silent_Install.ps1
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"
3 
4# Verify service is running:
5Get-Service SentinelAgent
Tags:#MSI#Windows#Installer

Was this documentation page helpful?

Your technician feedback helps our team continuously improve Sentinel guides.