From 8fe82f390afac65c873349e561087b5752e44ce1 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 28 Sep 2012 14:12:12 +0200 Subject: [PATCH] added xmldocs to the installer --- project/libCEC.nsi | 4 ++++ 1 file changed, 4 insertions(+) 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} -- 2.34.1