From 7da9019f4d06fe088fca8dab1bb39e30a42d04bb Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Thu, 1 Feb 2024 15:23:36 -0600 Subject: [PATCH] Updated enroll-hosts.md for MSI generation on macOS. (#16459) Doc update for #15463 --- docs/Using Fleet/enroll-hosts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Using Fleet/enroll-hosts.md b/docs/Using Fleet/enroll-hosts.md index 9478da27f9..0a8c0e3df7 100644 --- a/docs/Using Fleet/enroll-hosts.md +++ b/docs/Using Fleet/enroll-hosts.md @@ -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