[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

    Lead Dev MP2
  • Team MediaPortal
  • March 24, 2007
    12,071
    7,453
    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

    Bravo @Pablik (y) It now works perfectly! To copy the new MPx86proxy to C:\Program Files\Team MediaPortal you are asked to promt the popup that you need admin rights to copy the file there. So far so good. Don't know why, but on the first try / copy there were adminrights set for MPx86proxy.exe. As soon as the tick for admin rights...
    Bravo @Pablik (y) It now works perfectly! To copy the new MPx86proxy to C:\Program Files\Team MediaPortal you are asked to promt...
    [MP1-5154] Mediaportal x64 version with SharpDX - MediaPortal Jira GitHub - MediaPortal/MediaPortal-1 at...
    Replies
    767
    Views
    37K
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work. Spotify desktop app installed on same computer as you are going to use with MediaPortal Getting ready Create an app at spotify, use this link: Dashboard | Spotify for Developers, you have to login. Click...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Prerequisites A Spotify account (free or premium) I've not tested with a free account, but according to spotify it should work...
    Replies
    0
    Views
    355
    MP1 MP2 MP2 - V2.4.1 Resume playback from DE
    Ok, thanks for the User Management tip - I now get what I would expect. Now all I have to do is to figure out how to make Auto Login do what it says on the tin. The only way to make it work is to manually log in each time. Any hints as to what I'm missing with the login system?
    Ok, thanks for the User Management tip - I now get what I would expect. Now all I have to do is to figure out how to make Auto...
    So "Resume playback from" only works when MediaPortal 2 has NOT been turned off, meaning if I shut MediaPortal 2 down, restart it...
    Replies
    10
    Views
    874
    • Sticky
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in driving the development of an advanced HTPC software? Would you like new features get implemented faster? Well, then join us! What we offer: Almost unlimited creative leeway The possibility to closely...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Replies
    0
    Views
    5K
    MP1 MP2 MP2 - V2.5 Trailer plugin DE
    Maybe the wording “plugin” is misleading, because almost every feature in MP2 is basically a plugin. This allows to even exchange core elements easily. Short: Of course it can be also a feature as part of the installer, means integrated for the user.
    Maybe the wording “plugin” is misleading, because almost every feature in MP2 is basically a plugin. This allows to even exchange...
    The question, if MP2 can support trailers came up several times (e.g. here) and was so far always neglected mainly because of the...
    Replies
    14
    Views
    1K
    Top Bottom