SupportedOSVersion Complex Type
Specifies the minimum operating system version on which the troubleshooting pack can run.
<xs:complexType name="SupportedOSVersion">
<xs:simpleContent>
<xs:extension
base="Version"
>
<xs:attribute name="clientSupported"
type="xs:boolean"
use="required"
/>
<xs:attribute name="serverSupported"
type="xs:boolean"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
Name | Type | Description |
---|---|---|
clientSupported | xs:boolean | Specify true if the pack can run on the client; otherwise, false. |
serverSupported | xs:boolean | Specify true if the pack can run on the server; otherwise, false. |
Remarks
For a list of supported operating system version numbers, see the Remarks section of the OSVERSIONINFO structure.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |