From aad7372718166962be809de262d9e606dc23f01d Mon Sep 17 00:00:00 2001 From: Azzuro Date: Mon, 12 Jan 2015 19:35:28 +0100 Subject: [PATCH] MP1-4605 Add missing Dll for use MPEInstaller on Dedicated server setup. --- TvEngine3/TVLibrary/Setup/setup.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TvEngine3/TVLibrary/Setup/setup.nsi b/TvEngine3/TVLibrary/Setup/setup.nsi index f5787ab..43e83b2 100644 --- a/TvEngine3/TVLibrary/Setup/setup.nsi +++ b/TvEngine3/TVLibrary/Setup/setup.nsi @@ -290,6 +290,7 @@ ShowUninstDetails show ;File "${git_MP}\MPE\MpeMaker\bin\${BUILD_TYPE}\MpeMaker.exe" File "${git_MP}\Utils\bin\${BUILD_TYPE}\Utils.dll" File "${git_MP}\core\bin\${BUILD_TYPE}\Core.dll" + File "${git_MP}\MediaPortal.Base\CSScriptLibrary.dll" ; create startmenu shortcuts ${If} $noDesktopSC != 1 @@ -313,6 +314,7 @@ ShowUninstDetails show Delete "$INSTDIR\MpeMaker.exe" Delete "$INSTDIR\Utils.dll" Delete "$INSTDIR\Core.dll" + Delete "$INSTDIR\CSScriptLibrary.dll" ; remove startmenu shortcuts Delete "$DESKTOP\MediaPortal Extension Manager.lnk" -- 1.9.4.msysgit.2