Windows: Installer shouldn't overwrite existing mosquitto.conf

This commit is contained in:
Roger A. Light 2026-01-19 10:16:34 +00:00
parent 61709ec58c
commit fd9ba300ba
2 changed files with 8 additions and 2 deletions

View file

@ -66,7 +66,6 @@ Section "Files" SecInstall
File "..\build\plugins\sparkplug-aware\Release\mosquitto_sparkplug_aware.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
File "..\NOTICE.md"
File "..\pskfile.example"
File "..\pwfile.example"
@ -77,6 +76,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\libmicrohttpd-dll.dll"

View file

@ -67,7 +67,6 @@ Section "Files" SecInstall
File "..\build64\plugins\sparkplug-aware\Release\mosquitto_sparkplug_aware.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
File "..\NOTICE.md"
File "..\pskfile.example"
File "..\pwfile.example"
@ -78,6 +77,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\libmicrohttpd-dll.dll"