[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,073
    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

    I avoid touching that system as long as it runs. Now that 2.4.1 seems to run again, I probably wait for the next issue.
    I avoid touching that system as long as it runs. Now that 2.4.1 seems to run again, I probably wait for the next issue.
    Hi, I have just upgraded from MP 2.2.2 to MP 2.4.1, and now the client won't start. I see the splash screen, and then it just...
    Replies
    3
    Views
    903
    ??? :confused: Please, try with latest MP 1.33, not 1.30 and, all in debug logs to provide...
    ??? :confused: Please, try with latest MP 1.33, not 1.30 and, all in debug logs to provide...
    Hi Running MP1 - 1.39 for long while, no issues. 10th April [same time as 2024-KB5037036 Cumulative Update for .NET Framework...
    Replies
    4
    Views
    204
    Any other suggestions for this?
    Any other suggestions for this?
    I have Flirc and the Skip 1s remote sending volume +/- events. I prefer to rely on just the Windows volume control so in...
    Replies
    4
    Views
    510
    OK, I found a way to make it work. It seems like MP-TV-series Configuration (and Moving Pictures Configuration) starts as Administrator, and the Administrator do not have yet logged in on the UNC \\192.168.222.247\Public even if the normal user on the PC have done it. So to fix it on the Win 11 HTPC: Created a shortcut to...
    OK, I found a way to make it work. It seems like MP-TV-series Configuration (and Moving Pictures Configuration) starts as...
    Hi! I was running MP1.33 x64 and I was fine and happy since many years, then the hard drive on the HTPC died. But I was able to...
    Replies
    1
    Views
    199
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that apparent errors are not rare, but these are "errors" that do not affect the functioning of the product. (It is not desirable to have these errors in the log file, as it misleads users, testers, and...
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that...
    Hi, I am reinstalling MediaPortal 1.13 on a new W10 64Bit computer. In need to use this old version because of TVWishlist. So my...
    Replies
    10
    Views
    978
    Top Bottom