1.29.0 MediaPortal 1 - 1.28 "Summer Breeze" Released! (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,627
    10,557
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #11
    With 1.28.000.0 installation stops at the same point... any idea @ajs ?
    I see this error after .Net 4.5 I think we already tried this, but uninstall .net 4.5 if it's installed, reboot the computer, install this one http://go.microsoft.com/fwlink/?LinkId=225704 and after the reboot try again.
    MP check .Net 4.5 by:
    Code:
    ReadRegDWORD $dotNET45IsThere HKLM "SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" "Release"
    IntCmp $dotNET45IsThere 378389 is_equal is_less is_greater

    And when installation process ongoing:
    Code:
      ; check if reboot is required
      ${If} ${FileExists} "$MPdir.Base\rebootflag"
        MessageBox MB_OK|MB_ICONSTOP "$(TEXT_MSGBOX_ERROR_REBOOT_REQUIRED)"
        Abort
      ${EndIf}

    Ie in MP Base folder file with name = rebootflag present...
     

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,012
    589
    Home Country
    Austria Austria
    HOLY MOLY!!!!
    In my desperation I started to seach all of my Harddrives for any file like "rebootflag"
    I really don't know why I didn't do this before - I only did seach inside Mediaportal and Temp Folders.
    especially
    So I found a file "rebootflag" 0 Bytes, created 02/19/2021 in root directoty C:\ :eek::eek::eek:

    Deleted this file and --> Installations worked like a charm!!!!! (y):D:D:D(y)

    Thanks @ajs for your great help and especially for your patience ;):notworthy:(y)(y)(y):notworthy:
     

    Users who are viewing this thread

    Top Bottom