X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=36cd65bb6a17eb21d4c6764280e372c38fbc9b21;hb=2ffc8cddcb866da58a4a45923823ad9fb1c296eb;hp=7477718824e1a610d7d20d706ea482046fac1b60;hpb=6d3bd1bafb3fdfa003219620c274447f006dff48;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index 7477718..36cd65b 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 @@ -56,6 +56,13 @@ Section "libCEC" SecLibCEC File "..\pthreadVC2.dll" File "..\README" + ; Copy to XBMC\system + ReadRegStr $1 HKCU "Software\XBMC" "" + ${If} $1 != "" + SetOutPath "$1\system" + File "..\libcec.dll" + ${EndIf} + SetOutPath "$INSTDIR\driver" File "..\dpinst-amd64.exe" File "..\dpinst-x86.exe"