|
|
|
@ -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"
|
|
|
|
|