X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=2292fb3e5e9310b169a2c93281c9da1d373d5c24;hb=8fe82f390afac65c873349e561087b5752e44ce1;hp=f4b2cfb275b454827debaefddd01917d3d7aca4a;hpb=e3aabeacf9e2c2a7aab608ed173a7070af266e2b;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index f4b2cfb..2292fb3 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -128,8 +128,10 @@ Section "libCEC" SecLibCec File "..\ChangeLog" File "..\README" File "..\build\*.dll" + File "..\build\*.xml" SetOutPath "$INSTDIR\x64" File /nonfatal "..\build\x64\*.dll" + File /nonfatal "..\build\x64\*.xml" ; Copy to XBMC\system ReadRegStr $1 HKCU "Software\XBMC" "" @@ -279,9 +281,11 @@ Section "Uninstall" Delete "$INSTDIR\COPYING" Delete "$INSTDIR\*.dll" Delete "$INSTDIR\*.lib" + Delete "$INSTDIR\*.xml" Delete "$INSTDIR\x64\*.dll" Delete "$INSTDIR\x64\*.lib" Delete "$INSTDIR\x64\*.exe" + Delete "$INSTDIR\x64\*.xml" Delete "$INSTDIR\README" Delete "$SYSDIR\libcec.dll" ${If} ${RunningX64}