| | #1 (permalink) |
| Portal Member | TV-Server Version: 1.0 RC2 MediaPortal Version: 1.0 RC2 MediaPortal Skin: BlueTwo-Wide Windows Version: Vista x64 CPU Type: Phenom 9750 HDD: Samsung 750 GB Memory: MDT 4 GB DDR2-800 Motherboard: Gigabyte GA-MA78GM-S2H Video Card: ATI Radeon 3200 (onboard) Video Card Driver: Catalyst 8.9 Sound Card: Realtek ALC 889A Sound Card AC3: Coaxial Out Sound Card Driver: 2.04 1. TV Card: FireDTV-S2 1. TV Card Type: DVB-S2 1. TV Card Driver: latest 2. TV Card: 2. TV Card Type: 2. TV Card Driver: 3. TV Card: 3. TV Card Type: 3. TV Card Driver: 4. TV Card: 4. TV Card Type: 4. TV Card Driver: MPEG2 Video Codec: Cyberlink PowerDVD 8 MPEG2 Audio Codec: Microsoft MPEG Audio Codec h.264 Video Codec: Cyberlink PowerDVD 8/CoreAVC Satelite/CableTV Provider: Astra 19.2E HTPC Case: Antec 430 V2 Cooling: Power Supply: Antec 430 W Remote: Microsoft MCE v6 TV: Philips 32 PW 9551 TV - HTPC Connection: HDMI I have followed all steps in the WIKI to compile Mediaportal myself. I installed Visual C# 2008 Express Edition and I download the SVN with ToirtoiseSVN. No problems with that. My problem is the NSIS installer script. I always get errors with the provided scripts. Here is the log for the Mediaportal and TV Server-script. Code: MakeNSIS v2.39 - Copyright 1995-2008 Contributors See the file COPYING for license details. Credits can be found in the Users Manual. Processing config: Processing plugin dlls: "C:\Program Files (x86)\NSIS\Plugins\*.dll" - AdvSplash::show - Banner::destroy - Banner::getWindow - Banner::show - BgImage::AddImage - BgImage::AddText - BgImage::Clear - BgImage::Destroy - BgImage::Redraw - BgImage::SetBg - BgImage::SetReturn - BgImage::Sound - Dialer::AttemptConnect - Dialer::AutodialHangup - Dialer::AutodialOnline - Dialer::AutodialUnattended - Dialer::GetConnectedState - InstallOptions::dialog - InstallOptions::initDialog - InstallOptions::show - LangDLL::LangDialog - Math::Script - NSISdl::download - NSISdl::download_quiet - Splash::show - StartMenu::Init - StartMenu::Select - StartMenu::Show - System::Alloc - System::Call - System::Copy - System::Free - System::Get - System::Int64Op - System::Store - TypeLib::GetLibVersion - TypeLib::Register - TypeLib::UnRegister - UserInfo::GetAccountType - UserInfo::GetName - UserInfo::GetOriginalAccountType - VPatch::GetFileCRC32 - VPatch::GetFileMD5 - VPatch::vpatchfile - XML::_CloneNode - XML::_Coordinate - XML::_CreateNode - XML::_CreateText - XML::_CurrentAttribute - XML::_DeclarationEncoding - XML::_DeclarationStandalone - XML::_DeclarationVersion - XML::_ElementPath - XML::_FindCloseElement - XML::_FindNextElement - XML::_FirstAttribute - XML::_FirstChild - XML::_FirstChildElement - XML::_FreeNode - XML::_GetAttribute - XML::_GetNodeValue - XML::_GetText - XML::_GotoHandle - XML::_GotoPath - XML::_InsertAfterNode - XML::_InsertBeforeNode - XML::_InsertEndChild - XML::_IsCDATA - XML::_LastAttribute - XML::_LastChild - XML::_LoadFile - XML::_NextAttribute - XML::_NextSibling - XML::_NextSiblingElement - XML::_NoChildren - XML::_NodeHandle - XML::_NodeType - XML::_Parent - XML::_PreviousAttribute - XML::_PreviousSibling - XML::_RemoveAllChild - XML::_RemoveAttribute - XML::_RemoveNode - XML::_ReplaceNode - XML::_RootElement - XML::_SaveFile - XML::_SetAttribute - XML::_SetAttributeName - XML::_SetAttributeValue - XML::_SetCDATA - XML::_SetCondenseWhiteSpace - XML::_SetEncoding - XML::_SetNodeValue - XML::_SetText - XML::_Unload - XML::_XPathAttribute - XML::_XPathNode - XML::_XPathString - nsDialogs::Create - nsDialogs::CreateControl - nsDialogs::CreateItem - nsDialogs::GetUserData - nsDialogs::OnBack - nsDialogs::OnChange - nsDialogs::OnClick - nsDialogs::OnNotify - nsDialogs::SelectFileDialog - nsDialogs::SelectFolderDialog - nsDialogs::SetRTL - nsDialogs::SetUserData - nsDialogs::Show - nsExec::Exec - nsExec::ExecToLog - nsExec::ExecToStack !define: "MUI_INSERT_NSISCONF"="" Changing directory to: "C:\temp\Source\Mediaportal\Setup" Processing script file: "C:\temp\Source\Mediaportal\Setup\setup.nsi" !define: "svn_ROOT"="..\.." !define: "svn_MP"="..\..\mediaportal" !define: "svn_TVServer"="..\..\TvEngine3\TVLibrary" !define: "svn_DeployTool"="..\..\Tools\MediaPortal.DeployTool" !define: "svn_InstallScripts"="..\..\Tools\InstallationScripts" Name: "MediaPortal" SetCompressor: /SOLID lzma !define: "MEDIAPORTAL.BASE"="..\MediaPortal.Base" !define: "MEDIAPORTAL.FILTERBIN"="..\..\DirectShowFilters\bin\Release" !define: "MEDIAPORTAL.XBMCBIN"="..\xbmc\bin\Release" !define: "BUILD_TYPE"="Release" Var: "StartMenuGroup" Var: "noGabest" Var: "noDesktopSC" Var: "noStartMenuSC" Var: "DeployMode" Var: "RemoveAll" !define: "COMPANY"="Team MediaPortal" !define: "URL"="www.team-mediaportal.com" !define: "WEB_REQUIREMENTS"="http://wiki.team-mediaportal.com/GeneralRequirements/OperatingSystems" !define: "REG_UNINSTALL"="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaPortal" !define: "MEMENTO_REGISTRY_ROOT"="HKLM" !define: "MEMENTO_REGISTRY_KEY"="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaPortal" !define: "COMMON_APPDATA"="$APPDATA\Team MediaPortal\MediaPortal" !define: "VER_MAJOR"="0" !define: "VER_MINOR"="9" !define: "VER_REVISION"="2" !define: "VER_BUILD"="0" !define: "VERSION"="1.0 RC3" BrandingText: "$(^Name) 1.0 RC3 by Team MediaPortal" !define: "INSTALL_LOG"="" !include: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh" !include: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh" NSIS Modern User Interface version 2.0 - © 2002-2008 Joost Verburg (C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh:8) !define: "MUI_INCLUDED"="" !define: "MUI_SYSVERSION"="2.0" !define: "MUI_VERBOSE"="3" !include: closed: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh" !include: "C:\Program Files (x86)\NSIS\Include\Sections.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Sections.nsh" !include: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh" !include: "C:\Program Files (x86)\NSIS\Include\Library.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Library.nsh" !include: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh" !define: "FILEFUNC_INCLUDED"="" !include: closed: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh" !define: "WinVer++"="" !include: "C:\Program Files (x86)\NSIS\Include\Memento.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Memento.nsh" !include: could not find: "..\..\Tools\InstallationScripts\include-AddRemovePage.nsh" Error in script "C:\temp\Source\Mediaportal\Setup\setup.nsi" on line 116 -- aborting creation process Code: MakeNSIS v2.39 - Copyright 1995-2008 Contributors See the file COPYING for license details. Credits can be found in the Users Manual. Processing config: Processing plugin dlls: "C:\Program Files (x86)\NSIS\Plugins\*.dll" - AdvSplash::show - Banner::destroy - Banner::getWindow - Banner::show - BgImage::AddImage - BgImage::AddText - BgImage::Clear - BgImage::Destroy - BgImage::Redraw - BgImage::SetBg - BgImage::SetReturn - BgImage::Sound - Dialer::AttemptConnect - Dialer::AutodialHangup - Dialer::AutodialOnline - Dialer::AutodialUnattended - Dialer::GetConnectedState - InstallOptions::dialog - InstallOptions::initDialog - InstallOptions::show - LangDLL::LangDialog - Math::Script - NSISdl::download - NSISdl::download_quiet - Splash::show - StartMenu::Init - StartMenu::Select - StartMenu::Show - System::Alloc - System::Call - System::Copy - System::Free - System::Get - System::Int64Op - System::Store - TypeLib::GetLibVersion - TypeLib::Register - TypeLib::UnRegister - UserInfo::GetAccountType - UserInfo::GetName - UserInfo::GetOriginalAccountType - VPatch::GetFileCRC32 - VPatch::GetFileMD5 - VPatch::vpatchfile - XML::_CloneNode - XML::_Coordinate - XML::_CreateNode - XML::_CreateText - XML::_CurrentAttribute - XML::_DeclarationEncoding - XML::_DeclarationStandalone - XML::_DeclarationVersion - XML::_ElementPath - XML::_FindCloseElement - XML::_FindNextElement - XML::_FirstAttribute - XML::_FirstChild - XML::_FirstChildElement - XML::_FreeNode - XML::_GetAttribute - XML::_GetNodeValue - XML::_GetText - XML::_GotoHandle - XML::_GotoPath - XML::_InsertAfterNode - XML::_InsertBeforeNode - XML::_InsertEndChild - XML::_IsCDATA - XML::_LastAttribute - XML::_LastChild - XML::_LoadFile - XML::_NextAttribute - XML::_NextSibling - XML::_NextSiblingElement - XML::_NoChildren - XML::_NodeHandle - XML::_NodeType - XML::_Parent - XML::_PreviousAttribute - XML::_PreviousSibling - XML::_RemoveAllChild - XML::_RemoveAttribute - XML::_RemoveNode - XML::_ReplaceNode - XML::_RootElement - XML::_SaveFile - XML::_SetAttribute - XML::_SetAttributeName - XML::_SetAttributeValue - XML::_SetCDATA - XML::_SetCondenseWhiteSpace - XML::_SetEncoding - XML::_SetNodeValue - XML::_SetText - XML::_Unload - XML::_XPathAttribute - XML::_XPathNode - XML::_XPathString - nsDialogs::Create - nsDialogs::CreateControl - nsDialogs::CreateItem - nsDialogs::GetUserData - nsDialogs::OnBack - nsDialogs::OnChange - nsDialogs::OnClick - nsDialogs::OnNotify - nsDialogs::SelectFileDialog - nsDialogs::SelectFolderDialog - nsDialogs::SetRTL - nsDialogs::SetUserData - nsDialogs::Show - nsExec::Exec - nsExec::ExecToLog - nsExec::ExecToStack !define: "MUI_INSERT_NSISCONF"="" Changing directory to: "C:\temp\Source\TV-Server\TVLibrary\Setup" Processing script file: "C:\temp\Source\TV-Server\TVLibrary\Setup\setup.nsi" !define: "svn_ROOT"="..\..\.." !define: "svn_MP"="..\..\..\mediaportal" !define: "svn_TVServer"="..\..\..\TvEngine3\TVLibrary" !define: "svn_DeployTool"="..\..\..\Tools\MediaPortal.DeployTool" !define: "svn_InstallScripts"="..\..\..\Tools\InstallationScripts" Name: "MediaPortal TV Server / Client" SetCompressor: /SOLID lzma !define: "TVSERVER.BASE"="..\TVServer.Base" !define: "MEDIAPORTAL.FILTERBIN"="..\..\..\DirectShowFilters\bin\Release" !define: "MEDIAPORTAL.BASE"="..\..\..\mediaportal\MediaPortal.Base" !define: "BUILD_TYPE"="Release" Var: "StartMenuGroup" Var: "InstallPath" Var: "noClient" Var: "noServer" Var: "noDesktopSC" Var: "noStartMenuSC" Var: "DeployMode" Var: "RemoveAll" !define: "COMPANY"="Team MediaPortal" !define: "URL"="www.team-mediaportal.com" !define: "WEB_REQUIREMENTS"="http://wiki.team-mediaportal.com/GeneralRequirements/OperatingSystems" !define: "REG_UNINSTALL"="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaPortal TV Server" !define: "MP_REG_UNINSTALL"="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaPortal" !define: "MEMENTO_REGISTRY_ROOT"="HKLM" !define: "MEMENTO_REGISTRY_KEY"="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MediaPortal TV Server" !define: "COMMON_APPDATA"="$APPDATA\Team MediaPortal\MediaPortal TV Server" !define: "VER_MAJOR"="0" !define: "VER_MINOR"="9" !define: "VER_REVISION"="2" !define: "VER_BUILD"="0" !define: "VERSION"="1.0 RC3" BrandingText: "$(^Name) 1.0 RC3 by Team MediaPortal" !define: "INSTALL_LOG"="" !include: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh" !include: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh" NSIS Modern User Interface version 2.0 - © 2002-2008 Joost Verburg (C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh:8) !define: "MUI_INCLUDED"="" !define: "MUI_SYSVERSION"="2.0" !define: "MUI_VERBOSE"="3" !include: closed: "C:\Program Files (x86)\NSIS\Contrib\Modern UI 2\MUI2.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\MUI2.nsh" !include: "C:\Program Files (x86)\NSIS\Include\Sections.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Sections.nsh" !include: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\LogicLib.nsh" !include: "C:\Program Files (x86)\NSIS\Include\Library.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Library.nsh" !include: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh" !define: "FILEFUNC_INCLUDED"="" !include: closed: "C:\Program Files (x86)\NSIS\Include\FileFunc.nsh" !define: "WinVer++"="" !include: "C:\Program Files (x86)\NSIS\Include\Memento.nsh" !include: closed: "C:\Program Files (x86)\NSIS\Include\Memento.nsh" !include: could not find: "..\..\..\Tools\InstallationScripts\include-AddRemovePage.nsh" Error in script "C:\temp\Source\TV-Server\TVLibrary\Setup\setup.nsi" on line 107 -- aborting creation process |
| | |
| | #2 (permalink) | |
| Webadmin | Quote:
__________________ SourceForge Community Choice Awards: :: Vote for MediaPortal as 'Best Multimedia Application'! :: | |
| | |
| | #4 (permalink) |
| Webadmin | looks like you havnt done a full checkout? besides /mediaportal and /TVEngine3 you also need /Tools
__________________ SourceForge Community Choice Awards: :: Vote for MediaPortal as 'Best Multimedia Application'! :: |
| | |
![]() |
| Bookmarks |
| Tags |
| errors, installer, nsis, script |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there a standalone version on MediaPortal (no installer) | PlayWithFire | MediaPortal 1 Talk | 2 | 2007-04-25 21:41 |
| Mediaportal Plugin Installer | TheVideoViking | MediaPortal Plugins | 15 | 2007-04-02 21:29 |