Updated enroll-hosts.md for MSI generation on macOS. (#16459)

Doc update for #15463
This commit is contained in:
Victor Lyuboslavsky 2024-02-01 15:23:36 -06:00 committed by GitHub
parent f49f37e755
commit 7da9019f4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -298,7 +298,7 @@ If the `logger_path` agent configuration is set to `filesystem`, fleetd will sen
`Applies only to Fleet Premium`
When creating a fleetd installer for Windows hosts (**.msi**) on a Windows machine, you can tell `fleetctl package` to
When creating a fleetd installer for Windows hosts (**.msi**) on a Windows or macOS machine, you can tell `fleetctl package` to
use local installations of the 3 WiX v3 binaries used by this command (`heat.exe`, `candle.exe`, and
`light.exe`) instead of those in a pre-configured container, which is the default behavior. To do
so:
@ -312,6 +312,8 @@ so:
```
If the provided path doesn't contain all 3 binaries, the command will fail.
>**Note:** Creating a fleetd agent for Windows (.msi) on macOS also requires Wine. To install Wine see the script [here](https://github.com/fleetdm/fleet/blob/fleet-v4.44.0/scripts/macos-install-wine.sh).
### Experimental features
> Any features listed here are not recommended for use in production environments