Problems with dependencies (1 Viewer)

hulkhaugen

Portal Pro
November 9, 2008
450
58
Arendal
Home Country
Norway Norway
I've made a logo pack --> MEDIAPORTAL - Norwegian TV and Radio logos
Someone in the forums have problems installing it, and getting the errormessage requires MediaPortal version 0.0.0.0 to 0.0.0.0. Dunno why he gets it, and that's not why i'm here. I just had a look into the update.xml, and i got courious about this part:
Code:
<DependencyItem>
  <Type>MediaPortal</Type>
  <Id/>
  <MinVersion>
    <Major>1</Major>
    <Minor>1</Minor>
    <Build>6</Build>
    <Revision>27644</Revision>
  </MinVersion>
  <MaxVersion>
    <Major>1</Major>
    <Minor>1</Minor>
    <Build>6</Build>
    <Revision>27644</Revision>
  </MaxVersion>
  <WarnOnly>false</WarnOnly>
  <Message>requires MediaPortal version 0.0.0.0 to 0.0.0.0.</Message>
  <Name>MediaPortal</Name>
</DependencyItem>

The WarnOnly-string, can i alternate it into true, and have the installer just give a warning instead of aborting? Or can i give the package some min/max version margins to make it more compatible and "futureproof"? After all, it's just a set of icons in png-fort...
 

Lbr_Lion

Extension Designer
July 19, 2008
243
372
Home Country
Netherlands Netherlands
I replaced the min and max version of my logopack by asterisks and it installs on all MediaPortal versions. (Did not change the 'Warnonly' value)
 

Attachments

  • Dependencies.png
    Dependencies.png
    109.9 KB

Users who are viewing this thread

Top Bottom