added xmldocs to the installer
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 28 Sep 2012 12:12:12 +0000 (14:12 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Fri, 28 Sep 2012 12:12:12 +0000 (14:12 +0200)
project/libCEC.nsi

index f4b2cfb275b454827debaefddd01917d3d7aca4a..2292fb3e5e9310b169a2c93281c9da1d373d5c24 100644 (file)
@@ -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}