mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Updated enroll-hosts.md for MSI generation on macOS. (#16459)
Doc update for #15463
This commit is contained in:
parent
f49f37e755
commit
7da9019f4d
1 changed files with 3 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ If the `logger_path` agent configuration is set to `filesystem`, fleetd will sen
|
||||||
|
|
||||||
`Applies only to Fleet Premium`
|
`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
|
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
|
`light.exe`) instead of those in a pre-configured container, which is the default behavior. To do
|
||||||
so:
|
so:
|
||||||
|
|
@ -312,6 +312,8 @@ so:
|
||||||
```
|
```
|
||||||
If the provided path doesn't contain all 3 binaries, the command will fail.
|
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
|
### Experimental features
|
||||||
|
|
||||||
> Any features listed here are not recommended for use in production environments
|
> Any features listed here are not recommended for use in production environments
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue