|
|
|
@ -43,27 +43,26 @@ Section "Files" SecInstall
|
|
|
|
|
SectionIn RO
|
|
|
|
|
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\apps\mosquitto_ctrl\Release\mosquitto_ctrl.exe"
|
|
|
|
|
File "..\build64\apps\mosquitto_passwd\Release\mosquitto_passwd.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 "..\build64\plugins\dynamic-security\Release\mosquitto_dynamic_security.dll"
|
|
|
|
|
File "..\aclfile.example"
|
|
|
|
|
File "..\ChangeLog.txt"
|
|
|
|
|
File "..\mosquitto.conf"
|
|
|
|
|
File "..\pwfile.example"
|
|
|
|
|
File "..\README.md"
|
|
|
|
|
File "..\README-windows.txt"
|
|
|
|
|
File "..\README-letsencrypt.txt"
|
|
|
|
|
File "..\README-letsencrypt.md"
|
|
|
|
|
;File "C:\pthreads\Pre-built.2\dll\x64\pthreadVC2.dll"
|
|
|
|
|
File "C:\OpenSSL-Win64\bin\libssl-1_1-x64.dll"
|
|
|
|
|
File "C:\OpenSSL-Win64\bin\libcrypto-1_1-x64.dll"
|
|
|
|
|
File "..\edl-v10"
|
|
|
|
|
File "..\epl-v10"
|
|
|
|
|
File "..\epl-v20"
|
|
|
|
|
|
|
|
|
|
SetOutPath "$INSTDIR\devel"
|
|
|
|
|
File "..\build64\lib\Release\mosquitto.lib"
|
|
|
|
@ -109,13 +108,12 @@ Section "Uninstall"
|
|
|
|
|
Delete "$INSTDIR\pwfile.example"
|
|
|
|
|
Delete "$INSTDIR\README.txt"
|
|
|
|
|
Delete "$INSTDIR\README-windows.txt"
|
|
|
|
|
Delete "$INSTDIR\README-letsencrypt.txt"
|
|
|
|
|
Delete "$INSTDIR\README-letsencrypt.md"
|
|
|
|
|
;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"
|
|
|
|
|
Delete "$INSTDIR\epl-v10"
|
|
|
|
|
Delete "$INSTDIR\epl-v20"
|
|
|
|
|
|
|
|
|
|
Delete "$INSTDIR\devel\mosquitto.h"
|
|
|
|
|
Delete "$INSTDIR\devel\mosquitto.lib"
|
|
|
|
|