mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Closes #31077. - Added logic to wait for the uninstall command to finish running before exiting the script. - Also added the `/norestart` flag so users who click uninstall in self-service aren't at risk of a sudden and unintentional reboot as the result of software uninstalling. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. --------- Co-authored-by: Ian Littman <iansltx@gmail.com>
1 line
127 B
Text
1 line
127 B
Text
* Revised MSI uninstall scripts to wait for an uninstall to complete before returning and avoid restarting after an uninstall.
|