VirtualBox

Changeset 59328 in vbox


Ignore:
Timestamp:
Jan 13, 2016 9:23:42 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104998
Message:

Installer/win/VirtualBox_TypeLib.xsl: Set the MajorVersion and MinorVersion attributes of the Typelib element to the values in VirtualBox.xidl instead of 1 and 0 (latter should be 3). Seems these are actually ignored when Advertised=yes or something, so no harm done it seems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VirtualBox_TypeLib.xsl

    r56299 r59328  
    6363      <xsl:attribute name="Id"><xsl:value-of select="@uuid"/></xsl:attribute>
    6464      <xsl:attribute name="Advertise">yes</xsl:attribute>
    65       <xsl:attribute name="MajorVersion">1</xsl:attribute>
    66       <xsl:attribute name="MinorVersion">0</xsl:attribute>
     65      <xsl:attribute name="MajorVersion"><xsl:value-of select="substring(@version,1,1)"/></xsl:attribute>
     66      <xsl:attribute name="MinorVersion"><xsl:value-of select="substring(@version,3)"/></xsl:attribute>
    6767      <xsl:attribute name="Language">0</xsl:attribute>
    6868      <xsl:attribute name="Description"><xsl:value-of select="@desc"/></xsl:attribute>
     69      <xsl:attribute name="HelpDirectory"><xsl:text>INSTALLDIR</xsl:text></xsl:attribute>
    6970      <AppId>
    7071        <xsl:attribute name="Id"><xsl:value-of select="@appUuid"/></xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette