home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Submit: Code Patches
Small Setup Patch
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Oxan" data-source="post: 826736" data-attributes="member: 97484"><p>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. </p><p></p><p>[code]diff --git a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs </p><p>index 8e5711f..3bd8ec1 100644 </p><p>--- a/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs </p><p>+++ b/MediaPortal/Setup/MP2-Setup/MediaPortal2.wxs </p><p>@@ -105,7 +105,9 @@ </p><p> </Directory> </p><p> </p><p> <Directory Id="ProgramMenuFolder"> </p><p>- <Directory Id="MP2StartMenu" Name="MediaPortal 2" /> </p><p>+ <Directory Name="Team MediaPortal"> </p><p>+ <Directory Id="MP2StartMenu" Name="MediaPortal 2" /></p><p>+ </Directory></p><p> </Directory></p><p> </p><p> <Directory Id="DesktopFolder" /></p><p>[/code]</p></blockquote><p></p>
[QUOTE="Oxan, post: 826736, member: 97484"] 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" /> [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Submit: Code Patches
Small Setup Patch
Contact us
RSS
Top
Bottom