Update Windows installers for new files.

This commit is contained in:
Roger A. Light 2020-12-02 20:58:41 +00:00
parent 6904fac6a4
commit 163d6bf60f
2 changed files with 12 additions and 0 deletions

View File

@ -43,11 +43,14 @@ Section "Files" SecInstall
SetOutPath "$INSTDIR"
File "..\build\src\Release\mosquitto.exe"
File "..\build\src\Release\mosquitto_passwd.exe"
File "..\build\apps\mosquitto_ctrl\mosquitto_ctrl.exe"
File "..\build\client\Release\mosquitto_pub.exe"
File "..\build\client\Release\mosquitto_sub.exe"
File "..\build\client\Release\mosquitto_rr.exe"
File "..\build\lib\Release\mosquitto.dll"
File "..\build\lib\cpp\Release\mosquittopp.dll"
File "..\build\plugins\dynamic-security\mosquitto_dynamic_security.dll"
File "..\libcjson.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
@ -91,12 +94,14 @@ SectionEnd
Section "Uninstall"
ExecWait '"$INSTDIR\mosquitto.exe" uninstall'
Delete "$INSTDIR\mosquitto.exe"
Delete "$INSTDIR\mosquitto_ctrl.exe"
Delete "$INSTDIR\mosquitto_passwd.exe"
Delete "$INSTDIR\mosquitto_pub.exe"
Delete "$INSTDIR\mosquitto_sub.exe"
Delete "$INSTDIR\mosquitto_rr.exe"
Delete "$INSTDIR\mosquitto.dll"
Delete "$INSTDIR\mosquittopp.dll"
Delete "$INSTDIR\mosquitto_dynamic_security.dll"
Delete "$INSTDIR\aclfile.example"
Delete "$INSTDIR\ChangeLog.txt"
Delete "$INSTDIR\mosquitto.conf"
@ -105,6 +110,7 @@ Section "Uninstall"
Delete "$INSTDIR\README-windows.txt"
Delete "$INSTDIR\README-letsencrypt.txt"
;Delete "$INSTDIR\pthreadVC2.dll"
Delete "$INSTDIR\libcjson.dll"
Delete "$INSTDIR\libssl-1_1.dll"
Delete "$INSTDIR\libcrypto-1_1.dll"
Delete "$INSTDIR\edl-v10"

View File

@ -44,11 +44,14 @@ Section "Files" SecInstall
SetOutPath "$INSTDIR"
File "..\build64\src\Release\mosquitto.exe"
File "..\build64\src\Release\mosquitto_passwd.exe"
File "..\build64\apps\mosquitto_ctrl\mosquitto_ctrl.exe"
File "..\build64\client\Release\mosquitto_pub.exe"
File "..\build64\client\Release\mosquitto_sub.exe"
File "..\build64\client\Release\mosquitto_rr.exe"
File "..\build64\lib\Release\mosquitto.dll"
File "..\build64\lib\cpp\Release\mosquittopp.dll"
File "..\build64\plugins\dynamic-security\mosquitto_dynamic_security.dll"
File "..\libcjson.dll"
File "..\aclfile.example"
File "..\ChangeLog.txt"
File "..\mosquitto.conf"
@ -92,12 +95,14 @@ SectionEnd
Section "Uninstall"
ExecWait '"$INSTDIR\mosquitto.exe" uninstall'
Delete "$INSTDIR\mosquitto.exe"
Delete "$INSTDIR\mosquitto_ctrl.exe"
Delete "$INSTDIR\mosquitto_passwd.exe"
Delete "$INSTDIR\mosquitto_pub.exe"
Delete "$INSTDIR\mosquitto_sub.exe"
Delete "$INSTDIR\mosquitto_rr.exe"
Delete "$INSTDIR\mosquitto.dll"
Delete "$INSTDIR\mosquittopp.dll"
Delete "$INSTDIR\mosquitto_dynamic_security.dll"
Delete "$INSTDIR\aclfile.example"
Delete "$INSTDIR\ChangeLog.txt"
Delete "$INSTDIR\mosquitto.conf"
@ -106,6 +111,7 @@ Section "Uninstall"
Delete "$INSTDIR\README-windows.txt"
Delete "$INSTDIR\README-letsencrypt.txt"
;Delete "$INSTDIR\pthreadVC2.dll"
Delete "$INSTDIR\libcjson.dll"
Delete "$INSTDIR\libssl-1_1-x64.dll"
Delete "$INSTDIR\libcrypto-1_1-x64.dll"
Delete "$INSTDIR\edl-v10"