Windows: Installer shouldn't overwrite existing mosquitto.conf

This commit is contained in:
Roger A. Light
2026-01-19 10:14:18 +00:00
parent a2ad289e33
commit 3466a290d0
3 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ Broker:
mosquitto 1.5 or earlier is loaded. Closes #3439.
- Limit auto_id_prefix to 50 characters. Closes #3440.
Windows:
- Installer will not overwrite an existing mosquitto.conf
2.0.22 - 2025-07-11
===================

View File

@@ -57,7 +57,6 @@ Section "Files" SecInstall
File "..\build\plugins\dynamic-security\Release\mosquitto_dynamic_security.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
File "..\NOTICE.md"
File "..\pwfile.example"
File "..\README.md"
@@ -67,6 +66,10 @@ Section "Files" SecInstall
File "..\edl-v10"
File "..\epl-v20"
SetOverwrite off
File "..\mosquitto.conf"
SetOverwrite on
File "..\build\vcpkg_installed\x86-windows\bin\cjson.dll"
File "..\build\vcpkg_installed\x86-windows\bin\libcrypto-3.dll"
File "..\build\vcpkg_installed\x86-windows\bin\libssl-3.dll"

View File

@@ -58,7 +58,6 @@ Section "Files" SecInstall
File "..\build64\plugins\dynamic-security\Release\mosquitto_dynamic_security.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
File "..\NOTICE.md"
File "..\pwfile.example"
File "..\README.md"
@@ -68,6 +67,10 @@ Section "Files" SecInstall
File "..\edl-v10"
File "..\epl-v20"
SetOverwrite off
File "..\mosquitto.conf"
SetOverwrite on
File "..\build64\vcpkg_installed\x64-windows-release\bin\cjson.dll"
File "..\build64\vcpkg_installed\x64-windows-release\bin\libcrypto-3-x64.dll"
File "..\build64\vcpkg_installed\x64-windows-release\bin\libssl-3-x64.dll"