Click to return to the Content     
OS Element     PROCESSOR Element     Open Software Description...    
Web Workshop  |  Content & Component Delivery

OSVERSION Element


Specifies the version of the operating system the software supports.

Syntax

<OSVERSION
    VALUE="a,b,c,d"
/>

Attributes

VALUE
Required. String value representing the major, minor, custom, and build version numbers of the operating system supported by the software.

Element Information

Number of occurrences Any number (per parent element)
Parent elements OS
Child elements None
File formats supported CDF, OSD
Requires closing tag No

Remarks

This element assumes that the software can run on all versions of the operating system greater than or equal to the one specified.

Example

This example specifies the oldest version of the operating system supported.

<OS VALUE="WinNT">
    <OSVERSION="4,0,0,0"/>
</OS>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.