Install guide

Customisation Examples
Page 15 of 35
August 2011 
</Features>
File nnnnn.xml:
<APNs SwitchMarketSegment="true">
<APN Account="Unknown" Apn="" HomeOP="" Name="" Pass="" DNS="" DNS2="" I="0"
User="">
<AutoVPN>false</AutoVPN>
...
</APN>
</APNs>
How to disable the optimiser?
The optimiser, i.e. ByteMobile can be disabled using the following xml settings in the opco file.
<OptimisationClient Use="None">
<IP />
<Port>0</Port>
</OptimisationClient>
Using Locks
There are two things to do, first add or amend xml element <Locks> in template file
MobileBroadbandProfile.xml, and second set installer property LOCKINGCODE either via
command line or per Transform modifying the property table of the msi database.
Example: Three items should be locked: Usage, Updates, and ManageDevices
File: MobileBroadbandProfile.XML
<Locks>
<Locks>Usage Updates ManageDevices</Locks>
</Locks>
See below for a list of available locks.