X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2FlibCEC.nsi;h=82a538c19958709409a677ec3dcf51aae0081123;hb=71b6af0a066d2297e9814a23a97d5cbc993c5760;hp=bff402d882ca277d9e7823309380c8135fc7f52e;hpb=24dd566c2a75900a5add19d9b5965ab04f7d6fd4;p=deb_libcec.git diff --git a/project/libCEC.nsi b/project/libCEC.nsi index bff402d..82a538c 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -59,6 +59,13 @@ Section "USB-CEC driver" SecDriver RMDir "$1" ${EndIf} + ; Delete libcec.dll and libcec.x64.dll from the system directory + ; Let a seperate installer do this, when we need it + Delete "$SYSDIR\libcec.dll" + ${If} ${RunningX64} + Delete "$SYSDIR\libcec.x64.dll" + ${EndIf} + ; Copy to the installation directory SetOutPath "$INSTDIR" File "..\AUTHORS" @@ -132,13 +139,6 @@ Section "libCEC" SecLibCec ; Copy the headers SetOutPath "$INSTDIR\include" File /r /x *.so "..\include\cec*.*" - - ; Copy libcec.dll and libcec.x64.dll to the system directory - SetOutPath "$SYSDIR" - File "..\build\libcec.dll" - ${If} ${RunningX64} - File /nonfatal "..\build\x64\libcec.x64.dll" - ${EndIf} SectionEnd Section "CEC debug client" SecCecClient @@ -212,6 +212,10 @@ Section "Uninstall" Delete "$INSTDIR\x64\*.lib" Delete "$INSTDIR\x64\*.exe" Delete "$INSTDIR\README" + Delete "$SYSDIR\libcec.dll" + ${If} ${RunningX64} + Delete "$SYSDIR\libcec.x64.dll" + ${EndIf} ; Uninstall the driver ReadRegStr $1 HKLM "Software\Pulse-Eight\USB-CEC Adapter driver" ""