|
|
@ -69,11 +69,6 @@ Section "Files" SecInstall
|
|
|
|
File "..\build\lib\cpp\Release\mosquittopp.lib"
|
|
|
|
File "..\build\lib\cpp\Release\mosquittopp.lib"
|
|
|
|
File "..\src\mosquitto_plugin.h"
|
|
|
|
File "..\src\mosquitto_plugin.h"
|
|
|
|
|
|
|
|
|
|
|
|
SetOutPath "$INSTDIR\python"
|
|
|
|
|
|
|
|
File "..\lib\python\mosquitto.py"
|
|
|
|
|
|
|
|
File "..\lib\python\setup.py"
|
|
|
|
|
|
|
|
File "..\lib\python\sub.py"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
|
|
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
|
|
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "DisplayName" "Mosquitto MQTT broker"
|
|
|
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "DisplayName" "Mosquitto MQTT broker"
|
|
|
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
|
|
|
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
|
|
|
@ -123,10 +118,6 @@ Section "Uninstall"
|
|
|
|
Delete "$INSTDIR\devel\mosquittopp.lib"
|
|
|
|
Delete "$INSTDIR\devel\mosquittopp.lib"
|
|
|
|
Delete "$INSTDIR\devel\mosquitto_plugin.h"
|
|
|
|
Delete "$INSTDIR\devel\mosquitto_plugin.h"
|
|
|
|
|
|
|
|
|
|
|
|
Delete "$INSTDIR\python\mosquitto.py"
|
|
|
|
|
|
|
|
Delete "$INSTDIR\python\setup.py"
|
|
|
|
|
|
|
|
Delete "$INSTDIR\python\sub.py"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Delete "$INSTDIR\Uninstall.exe"
|
|
|
|
Delete "$INSTDIR\Uninstall.exe"
|
|
|
|
RMDir "$INSTDIR"
|
|
|
|
RMDir "$INSTDIR"
|
|
|
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto"
|
|
|
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto"
|
|
|
|