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>