Skip to content

Commit

Permalink
[WIN32] fixed: delete python26.dll on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Apr 8, 2011
1 parent ef0ee83 commit b446d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Win32BuildSetup/XBMC for Windows.nsi
Expand Up @@ -265,6 +265,7 @@ Section "Uninstall"
Delete "$INSTDIR\xbmc.old.log"
Delete "$INSTDIR\msvcp71.dll"
Delete "$INSTDIR\msvcr71.dll"
Delete "$INSTDIR\python26.dll"
RMDir /r "$INSTDIR\language"
RMDir /r "$INSTDIR\media"
RMDir /r "$INSTDIR\plugins"
Expand Down

0 comments on commit b446d3b

Please sign in to comment.