Skip to content

Commit

Permalink
[WIN32] fixed: older versions of libcdio dll were not uninstalled.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoe committed Jul 15, 2012
1 parent 46ec1b4 commit 19c45f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/XBMC for Windows.nsi
Expand Up @@ -269,7 +269,7 @@ Section "Uninstall"
Delete "$INSTDIR\xbmc.log"
Delete "$INSTDIR\xbmc.old.log"
Delete "$INSTDIR\python26.dll"
Delete "$INSTDIR\libcdio-13.dll"
Delete "$INSTDIR\libcdio-*.dll"
Delete "$INSTDIR\libiconv-2.dll"
RMDir /r "$INSTDIR\language"
RMDir /r "$INSTDIR\media"
Expand Down

0 comments on commit 19c45f3

Please sign in to comment.