Hi, there. What is best practice for generating th...
# fleet
j
Hi, there. What is best practice for generating the Windows MSI for enrolling hosts? Does it have some sort of Docker requirement even from Windows terminal with Fleetctl installed?
k
Hi @JJ! Building an MSI can be done on Mac or Windows and does require WiX, which is run in a Docker container. There are some challenges with building on Apple Silicon that we're getting resolved, so just be aware that it may take more than one attempt to get it built on a Mac. For Fleet Premium users, there is the option to build it using a local WiX v3 install to bypass Docker.
j
Ah, great. This makes sense in the context of the error I got. Do you have any documentation for running the
fleetctl
command alongside this container?
Nevermind, got it working! Thank you, Kathy