X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=ee6df6e1561a47f71bae74834b6f8c6624d208c9;hb=61f3c2ad37b222442f9f9d81cd9f7694ec2089f5;hp=8fb714333b346ef35a46f9540973a503f5344b04;hpb=d9ba5beabe6933fe1c98590cc461bddf1f16c35c;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index 8fb7143..ee6df6e 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -52,7 +52,7 @@ Section "libCEC" SecLibCEC File "..\COPYING" File "..\libcec.dll" File "..\libcec.lib" - File "..\libcec.pdb" + File "..\LibCecSharp.dll" File "..\pthreadVC2.dll" File "..\README" @@ -61,7 +61,7 @@ Section "libCEC" SecLibCEC File "..\dpinst-x86.exe" File "..\OEM001.inf" SetOutPath "$INSTDIR\include" - File /r /x *.so "..\include\*.*" + File /r /x *.so "..\include\cec*.*" ;Store installation folder WriteRegStr HKCU "Software\libCEC" "" $INSTDIR @@ -131,6 +131,7 @@ Section "Uninstall" Delete "$INSTDIR\libcec.dll" Delete "$INSTDIR\libcec.lib" Delete "$INSTDIR\libcec.pdb" + Delete "$INSTDIR\LibCecSharp.dll" Delete "$INSTDIR\pthreadVC2.dll" Delete "$INSTDIR\README" Delete "$INSTDIR\driver\OEM001.inf"