Grunt is a self-contained .NET 9 COM add-in. It bundles its own runtime and has no external runtime prerequisites.
Recommended baseline
- Windows 10 or Windows 11
- PowerPoint 2016 or later (Microsoft 365 recommended)
- The standard
x64package, orarm64for Windows on ARM
Default installation
The default install writes Grunt to:- Per-user installation
- No admin rights in most environments
- Registry changes under
HKEY_CURRENT_USER - Auto-updates on by default unless disabled for the organization
Command-line installation
For controlled environments, use per-machine installation through MSI flags:- Requires admin rights
- Per-machine installation
- Registry changes under
HKEY_LOCAL_MACHINE - Auto-updates disabled by design
Registry entries
The installer writes the following registry entries. The root isHKEY_CURRENT_USER for per-user installs and HKEY_LOCAL_MACHINE for per-machine installs.
PowerPoint add-in registration
COM class registration
Grunt metadata
updateStrategy under HKEY_CURRENT_USER\Software\Grunt to control updates. Use 1 for automatic updates, 2 for manual updates, and 0 to keep update availability silent and prevent automatic installation. See Update management for the recommended per-user command.
On 64-bit systems, the installer also mirrors the registry entries under
Software\Wow6432Node\ for compatibility with 32-bit Office.