From: Lars Op den Kamp Date: Fri, 28 Sep 2012 12:12:12 +0000 (+0200) Subject: added xmldocs to the installer X-Git-Tag: upstream/2.2.0~1^2~17^2~2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=8fe82f390afac65c873349e561087b5752e44ce1 added xmldocs to the installer --- 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}