X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=591cc1da9ab7a6e609a08c67002aa212fefa454e;hb=32fe963d1e884cbe0016ca880212111a1ba94e42;hp=8fb714333b346ef35a46f9540973a503f5344b04;hpb=09054f708d81b6b51b54b47d31bf84fac8d14487;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index 8fb7143..591cc1d 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -16,7 +16,7 @@ InstallDirRegKey HKCU "Software\libCEC" "" RequestExecutionLevel admin Var StartMenuFolder -!define MUI_FINISHPAGE_LINK "Please visit http://www.pulse-eight.com/ for more information." +!define MUI_FINISHPAGE_LINK "Visit http://www.pulse-eight.com/ for more information." !define MUI_FINISHPAGE_LINK_LOCATION "http://www.pulse-eight.com/" !define MUI_ABORTWARNING @@ -52,7 +52,7 @@ Section "libCEC" SecLibCEC File "..\COPYING" File "..\libcec.dll" File "..\libcec.lib" - File "..\libcec.pdb" + File "Release\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"