|
Posted by Jojo on October 18, 2006, 4:05 am
Please log in for more thread options
Hello
I am trying to create a cab file that will configure the web address
and the domain for windows mobile 5 devices. When I follow the step by
step by step MS gives:
http://www.microsoft.com/technet/itsolutions/mobile/deploy/msfp_8.mspx
All the settings I entry are in place but the Chose data box is empty.
I have no default options. Here is the text I am using. What am I doing
wrong? Any help would be great!
wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="AllowSSLOption" value="1" />
<parm name="Server" value="myserver"/>
<parm name="Domain" value="domain.com" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
|