Mobile Component - Post-XML text
The Mobile Component - Post-XML text dialog box is one of the pages that appears when you click Advanced... on the Mobile Component attributes pane. It allows you to specify additional instructions for inclusion into the _setup.xml WAP provisioning document that is generated as part of the Windows Mobile installation cabinet for the Mobile Component.
Note: WAP provisioning documents are only used by Windows Mobile 5.0 or later devices. Earlier versions of Windows Mobile use a binary installation script and will ignore anything that you put in the pre- or post-xml pages.
The XML text that you specify must conform to the usual XML syntax rules, but should not include the top-level <wap-provisioningdoc> tag, because it will be inserted into an existing XML document. Here is an example of how the pre-XML text should look:
<characteristic type="PreStuff">
<characteristic type="163.187.51.4" mwid="1">
<parm name="DOMAIN" value="www.adatum.com"/>
</characteristic>
</characteristic>
For more information about the pre-xml text, consult the Microsoft Windows Mobile SDK documentation. The InstallMate post-xml text option is equivalent to the Microsoft Cab Wizard /postxml command line option (although InstallMate does not use Cab Wizard).
Dialog fields and options
The dialog page contains the following fields.
| Attribute | Description |
|---|---|
| (main text field) | Enter the XML instructions for the WAP provisioning document. The text will be inserted at the very end of the _setup.xml document, just before the closing </wap-provisioningdoc> tag . You can use the normal copy and paste commands to transfer text into and out from this text field. |