Add Windows headless installer help.

pull/2355/head
Roger A. Light 4 years ago
parent 0ce167c472
commit 7234de7d86

@ -4,6 +4,24 @@ Mosquitto for Windows
Mosquitto for Windows comes in 64-bit and 32-bit flavours. All dependencies are
provided in the installer.
Installing
----------
Running the installer will present the normal type of graphical installer. If
you want to install without starting the graphical part of the installer, you
can do so by running it from a cmd prompt with the `/S` switch:
```
mosquitto-2.0.12-install-windows-x64.exe /S
```
You can override the installation directory with the `/D` switch:
```
mosquitto-2.0.12-install-windows-x64.exe /S /D=:\mosquitto
```
Capabilities
------------

Loading…
Cancel
Save