Version Element (File)
Published: December 17, 2010
Updated: October 9, 2012
Applies To: Windows Home Server 2011, Windows Server 2012 Essentials, Windows Small Business Server 2011 Essentials, Windows Storage Server 2008 R2 Essentials
Specifies the version of the Windows Installer package.
<xs:element name="Version" type="VersionType" minOccurs="1" /> <xs:simpleType name="VersionType"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9\.]*"/> </xs:restriction> </xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
|
Specifies the information about the Windows Installer package (.msi file). |
See Also