MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » Archive » Archive » Bug Reports » 1.0 RC2 and SVN Builds



Reply
 
LinkBack Thread Tools Display Modes
Old 2008-10-06, 21:28   #1 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 260
Thanks: 4
Thanked 3 Times in 2 Posts

My System

Default NSIS errors with Mediaportal installer script

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
and

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
Can someone help?
mironicus is online now   Reply With Quote
Old 2008-10-06, 22:23   #2 (permalink)
Webadmin
 
high's Avatar
 
Join Date: Aug 2004
Location: NRW/Germany
Age: 32
Posts: 1,131
Thanks: 113
Thanked 154 Times in 74 Posts

Country:


Send a message via ICQ to high
Default

Quote:
!include: could not find: "..\..\..\Tools\InstallationScripts\include-AddRemovePage.nsh"
the file is obviously missing (or wrong path). Check where it is and if the path is correct.
__________________
SourceForge Community Choice Awards:
:: Vote for MediaPortal as 'Best Multimedia Application'! ::
high is offline   Reply With Quote
Old 2008-10-06, 23:06   #3 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 260
Thanks: 4
Thanked 3 Times in 2 Posts

My System

Default

"include-AddRemovePage.nsh" - I don't have this file. It is not in the Mediaportal-SVN directory, neither in the NSIS-directory. Its not included with NSIS 2.39. Can someone provide this file?
mironicus is online now   Reply With Quote
Old 2008-10-06, 23:09   #4 (permalink)
Webadmin
 
high's Avatar
 
Join Date: Aug 2004
Location: NRW/Germany
Age: 32
Posts: 1,131
Thanks: 113
Thanked 154 Times in 74 Posts

Country:


Send a message via ICQ to high
Default

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'! ::
high is offline   Reply With Quote
Old 2008-10-06, 23:19   #5 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 260
Thanks: 4
Thanked 3 Times in 2 Posts

My System

Default

Ahhh! Thank you!
mironicus is online now   Reply With Quote
Old 2008-10-07, 10:19   #6 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 260
Thanks: 4
Thanked 3 Times in 2 Posts

My System

Default

*deleted*

Last edited by mironicus; 2008-10-07 at 10:33..
mironicus is online now   Reply With Quote
Reply

Bookmarks

Tags
errors, installer, nsis, script

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT +1. The time now is 01:30.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden