X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=591cc1da9ab7a6e609a08c67002aa212fefa454e;hb=32fe963d1e884cbe0016ca880212111a1ba94e42;hp=eaf10932e36d54215ddbf196183116a5d6561b98;hpb=465ab2f15fbb14a26f0f7a3139e0fe981fabc8f0;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index eaf1093..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,6 +52,7 @@ Section "libCEC" SecLibCEC File "..\COPYING" File "..\libcec.dll" File "..\libcec.lib" + File "Release\LibCecSharp.dll" File "..\pthreadVC2.dll" File "..\README" @@ -130,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"