Install DirWarden
System requirements
| Requirement | Minimum |
|---|---|
| OS | Windows 10 22H2, Windows 11, or Windows Server 2016+ |
| .NET runtime | .NET 8 Desktop Runtime (x64) |
| Network | Read access to a domain controller on TCP 389 (LDAP) or TCP 636 (LDAPS) |
| Account | Any Windows account; the AD service account is configured during setup |
Download
- Go to the releases page and download the latest
DirWarden-Setup-x64.msi. - Verify the file signature — right-click the file, choose Properties → Digital Signatures and confirm the publisher is DirWarden Software Ltd.
Run the installer
- Double-click
DirWarden-Setup-x64.msi. - Accept the licence agreement and choose an install folder (the default is
%ProgramFiles%\DirWarden). - Click Install. The installer places the app, creates a Start Menu shortcut, and registers the
.NET 8 Desktop Runtimeif it is not already present. - Click Finish. DirWarden launches automatically and opens the First Run Wizard.
First Run Wizard
The wizard runs once on first launch. It walks you through:
- Connecting to your domain — see First connection
- Assigning your operator role — see Operator roles
- Configuring the telemetry preference — see Telemetry & privacy
If you close the wizard without finishing, it reopens on the next launch until all steps are complete.
Silent install
For mass deployment via Group Policy or Intune:
msiexec /i DirWarden-Setup-x64.msi /quiet /norestart INSTALLFOLDER="C:\Program Files\DirWarden"The First Run Wizard still appears for each user on first launch; it cannot be skipped silently because it configures per-user preferences.
Uninstall
Use Settings → Apps → Installed Apps (Windows 11) or Control Panel → Programs and Features (Windows 10/Server). Uninstalling removes the application but leaves %AppData%\DirWarden\ intact so audit logs and preferences are preserved. Delete that folder manually if you want a clean removal.