[Approved] Small Setup Patch (1 Viewer)

Smeulf

Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Hi,

    Just moved shortcuts from "StartMenu\MediaPortal 2" to "StartMenu\Team MediaPortal\MediaPortal 2" folder.

    Patch attached.

    Cheers.
     

    Attachments

    • 0001-Moved-shortcuts-from-StartMenu-MediaPortal-2-to-Star.patch
      2.3 KB

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    I might be wrong, but I don't think the ICE 38 workaround is needed. We use code like in the patch below (untested) in MPExtended without triggering any ICE warnings. Clue is to don't have an Id attribute on the directory.

    Code:
    diff --git a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                           
    index 8e5711f..3bd8ec1 100644                                                                                                                                                      
    --- a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                                                                                 
    +++ b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs                                                                                                                                 
    @@ -105,7 +105,9 @@                                                                                                                                                                
           </Directory>                                                                                                                                                                
                                                                                                                                                                                       
           <Directory Id="ProgramMenuFolder">                                                                                                                                          
    -        <Directory Id="MP2StartMenu" Name="MediaPortal 2" />                                                                                                                      
    +        <Directory Name="Team MediaPortal">                                                                                                                                       
    +          <Directory Id="MP2StartMenu" Name="MediaPortal 2" />
    +        </Directory>
           </Directory>
     
           <Directory Id="DesktopFolder" />
     

    Smeulf

    Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Thanks Oxan for the input. I'll check this later, I moved to another issue ATM ;)

    Smeulf.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    AW: Small Setup Patch

    I've applied this path to the recent installer. Without adding a Component for the directory it did not work.
     

    Users who are viewing this thread

    Similar threads

    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that superficial knowledge of a subject can make people arrogant or foolish, suggesting one should either learn deeply or not at all. "Superficial", and "arrogant or foolish" would be me :eek: . However... I would...
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that...
    I have just discovered that I can no longer receive any of the independent radio channels broadcast on DVB-T in the UK. In...
    Replies
    12
    Views
    4K
    • Sticky
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not relevant to the plugin itself (test, some leftover unused parts etc).
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not...
    We have just released MediaPortal 1.38 - Tatiana & Leo x86 and x64 version. Highlights of this release Bugfixes: New...
    Replies
    37
    Views
    10K
    I used to use the grabber but a few years back it disappeared on FreeSat DVBS. That is when I changed to EPG Collector. The extra benefit is that it collects from the Sky platform so it will give EPG for all the FreeSat channels plus the unencrypted movie channels on the Sky platform. It also allows me to pick the channels dedicated...
    I used to use the grabber but a few years back it disappeared on FreeSat DVBS. That is when I changed to EPG Collector. The extra...
    Hi everyone, I hope you are all well My Mum's Mediaportal lost it's marbles thanks to Microsoft update, (even though I had update...
    Replies
    2
    Views
    2K
    FYI, you can also play with these settings: show TV Server Configuration shortcut => Right-click => Properties => Compatibility => Change High DPI settings That way you don't have to change the whole scaling of Windows just for this particular application
    FYI, you can also play with these settings: show TV Server Configuration shortcut => Right-click => Properties => Compatibility =>...
    Hi all Please see attached after new install just now. Win 11 - Also new build. TV 3.5 Any thoughts as to where how I fix this...
    Replies
    4
    Views
    1K
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    1K
    Top Bottom