eclipse-mosquitto / mosquitto

Eclipse Mosquitto - An open source MQTT broker
https://mosquitto.org
Other
9.1k stars 2.4k forks source link

Setup Issues with mosquitto 1.6.2 #1443

Open nufff opened 5 years ago

nufff commented 5 years ago

I recognized several minor issues when using the mosquitto installer (windows 10)

1) There is no command line parameter to actually start the mosquitto service after the setup -> you need to do that manually 2) The uninstall tool does not clean up entirely as the started service is not shut down before uninstall 3) A new version cannot be installed while the service is running - you need to manually shut it down beforehand

pklapperich commented 3 years ago

FWIW Fixing #2 will automatically fix #3. When installing a different version, the uninstaller for the currently installed version is used.