mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Windows: Installer shouldn't overwrite existing mosquitto.conf
This commit is contained in:
parent
61709ec58c
commit
fd9ba300ba
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue