Skip to content

Commit

Permalink
Windows installers no longer deal with python.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Feb 18, 2015
1 parent 200c316 commit d6a0fe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions installer/mosquitto-cygwin.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ Section "Files" SecInstall
File "..\build\lib\cpp\Release\mosquittopp.lib"
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"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "DisplayName" "Mosquitto MQTT broker"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
Expand Down Expand Up @@ -123,10 +118,6 @@ Section "Uninstall"
Delete "$INSTDIR\devel\mosquittopp.lib"
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"
RMDir "$INSTDIR"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto"
Expand Down
9 changes: 0 additions & 9 deletions installer/mosquitto.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ Section "Files" SecInstall
File "..\build\lib\cpp\Release\mosquittopp.lib"
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"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "DisplayName" "Mosquitto MQTT broker"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
Expand Down Expand Up @@ -113,10 +108,6 @@ Section "Uninstall"
Delete "$INSTDIR\devel\mosquittopp.lib"
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"
RMDir "$INSTDIR"
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto"
Expand Down

0 comments on commit d6a0fe9

Please sign in to comment.