Update modes
Grunt supports both automatic and manual updates. Which mode applies depends on how Grunt was installed and whether your organization has disabled auto-updates. For per-user Windows installs, Grunt reads the update mode from the current user’s registry settings:Disable auto-updates for a per-user install
To stop automatic updates for a per-user install, setupdateStrategy to 2 for the signed-in Windows user:
HKEY_CURRENT_USER hive.
To restore automatic updates, set the value back to 1 or remove the updateStrategy value:
Disable update checks with Configuration.xml
You can also turn off version checks with a local XML configuration file. This is different fromupdateStrategy.
When the CheckVersion flag is false, Grunt treats the installed version as up to date. It does not receive update availability information, so it does not notify the user or start an automatic update.
Create or update Configuration.xml with:
Configuration.xml from these locations:
The XML file can include only the flags you want to override. Use these XML flags when you need a local override:
Cloud-managed values for the same flags take precedence over local XML.
Restart PowerPoint after changing the file.
Use
CheckVersion=false when you want to suppress update checks entirely. Use updateStrategy=2 when you still want Grunt to detect updates and notify the user, but not install automatically.How to tell which mode a device uses
Check the install location:C:\Users\<username>\AppData\Local\Programs\Grunt\usually means a per-user install with auto-updates on by default.C:\Program Files\Gruntusually means a per-machine install with auto-updates off and IT controlling updates.
Recommended policy
- Define your approved release channel and rollout window.
- Validate new versions on a pilot group.
- Roll out broadly after pilot sign-off.
- Keep users on a consistent version where possible.
Manual update workflow
For controlled environments:- Download the approved MSI from app.grunt.pro/download.
- Distribute it through your software deployment tooling or approved manual process.
- If Grunt is installed under
Program Files, run the update with admin rights.
Release channels
Users can choose a release channel only when your organization allows user-managed channel selection. In that mode, Grunt shows these options:- Stable for broadly tested releases
- Early for earlier access to newer changes
Rollback policy
Our preferred response to issues after an update is a quick hotfix rolling forward, not rolling back to a previous version. This protects compatibility with files and presentations users have already touched on the newer version.- Minor version updates: Rollback is possible.
- Major version updates: Staying on the Stable channel and waiting for a hotfix is preferable to rolling back.
User communication
When major changes are released:- Notify users before rollout
- Provide quick guidance for visible UI changes
- Include escalation path for blocked updates