WindowsInfo
MBAE deprecation warning
Important
Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.
The WindowsInfo element is the parent element of the WindowsInfo XML schema.
Usage
<WindowsInfo>
child elements
</WindowsInfo>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10. |
|
This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10. |
|
This value should be set to false because it does not apply to service metadata packages in Windows 8, Windows 8.1, and Windows 10. |
Parent elements
There are no parent elements.
XSD
<xs:element name="WindowsInfo" type="tns:WindowsInfoType" />
<xs:complexType name="WindowsInfoType">
<xs:sequence>
<xs:element name="ShowDeviceInDisconnectedState" type="xs:boolean" default="false" />
<xs:element name="LaunchDeviceStageOnDeviceConnect" type="xs:boolean" default="false" minOccurs="0" />
<xs:element name="LaunchDeviceStageFromExplorer" type="xs:boolean" default="false" minOccurs="0" />
<xs:element ref="v2:LaunchApplicationOnDeviceConnect" minOccurs="0" />
<xs:element ref="v2:WindowsHardwareLogoCertified" minOccurs="0" />
</xs:sequence>
</xs:complexType>
Remarks
The WindowsInfo element is required.