From 7234de7d86d1022d5c2430679e70476967486b2f Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 5 Oct 2021 13:28:51 +0100 Subject: [PATCH] Add Windows headless installer help. --- README-windows.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README-windows.txt b/README-windows.txt index 1d06a8f8..4be197b4 100644 --- a/README-windows.txt +++ b/README-windows.txt @@ -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 ------------