RC4 Installer hangs when TVServer is already running (1 Viewer)

tom78

Portal Pro
August 10, 2007
149
5
Home Country
Germany Germany
Hello.

i installed RC4 while RC3 and latest SVN was installed and TV-Server was running.
MP Deinstall was successful, but when deinstalling TVServer, a .NET error message appeared with the detailed text below. (.NET 3.5 SP1 installed)
then i started TVServer-Config to stop the service manually and tried again -> the same error message.
then i deinstalled TVServer manually and tried again and now installation worked correctly.

Error Message:
(sorry, but system language is german so the error message is also in german)

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.IO.IOException: Die Datei C:\DOKUME~1\Thomas\LOKALE~1\Temp\uninstall-tve3.exe ist bereits vorhanden.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
bei MediaPortal.DeployTool.Utils.UninstallNSIS(String RegistryFullPathName)
bei MediaPortal.DeployTool.InstallationChecks.TvServerChecker.UnInstall()
bei MediaPortal.DeployTool.Sections.InstallDlg.PerformPackageAction(IInstallationPackage package, ListViewItem item)
bei MediaPortal.DeployTool.Sections.InstallDlg.GetNextDialog()
bei MediaPortal.DeployTool.DeployTool.nextButton_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
MediaPortal.DeployTool
Assembly-Version: 0.9.1.31467.
Win32-Version: 0.9.1.0.
CodeBase: file:///H:/HTPC/HTPC%20Installation/07%20MediaPortal/MediaPortal%20RC4%20entpackt/MediaPortal.DeployTool.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
MediaPortal.DeployTool.resources
Assembly-Version: 0.9.1.31467.
Win32-Version: 0.9.1.0.
CodeBase: file:///H:/HTPC/HTPC%20Installation/07%20MediaPortal/MediaPortal%20RC4%20entpackt/de-DE/MediaPortal.DeployTool.resources.DLL.
----------------------------------------
Interop.NetFwTypeLib
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///H:/HTPC/HTPC%20Installation/07%20MediaPortal/MediaPortal%20RC4%20entpackt/Interop.NetFwTypeLib.DLL.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.42 (RTM.050727-4200).
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.
 

tom78

Portal Pro
August 10, 2007
149
5
Home Country
Germany Germany
Well, ...
Yesterday i installed MP 1.0 over RC4 and SVN and i got the same error message. ...
 

flokel

Portal Developer
  • Premium Supporter
  • October 11, 2005
    1,601
    168
    Unterfranken
    Home Country
    Germany Germany
    Strange :confused:

    Type %temp% in the windows explorer's adress bar,
    delete all folders/files and restart the setup.
     

    tom78

    Portal Pro
    August 10, 2007
    149
    5
    Home Country
    Germany Germany
    Hello Flokel,

    Installation was no problem because i know where my TEMP-Dir is and i deleted the TeamMediaportal-Dir manually,
    but i thought this bug is solved with MP1.0
    Isn't it possible to delete the Team-Mediaportal-Dir automatically when starting the deploy-tool?

    Well, what i should say is, that i install MP on a System without Internet-connection, so i have a DIR with the MP installer extracted. ...
     

    Users who are viewing this thread

    Top Bottom