Install guide

Customisation Examples
Page 10 of 35
August 2011 
Which File to modify?
If these changes should be applied for all OPCPs, then we must modify the template file
MobileBroadbandProfile.xml, otherwise we have to change the OPCO file for one or more OPCOs,
the OPCO file for Vodafone UK for instance is Opco-23415.xml.
What xml element to modify
The default xml elements in the file MobileBroadbandProfile.xml for the Start and Close options
are:
<Gui Start="InBackground" Exit="None">
...
</Gui>
The default xml elements for the Start and Close options in the OPCO file are:
<Misc Start="InBackground" Exit="None">
...
</Misc>
The start value InBackground means Start this application in the background because of user
logged on, whereas the exit value None means Close the window, but run this application as
normal.
Default settings:
Xml element/attribute Value Description
Gui/Start
Misc/Start
InBackground
Start this application in the
background
Gui/Exit
Misc/Exit
None
Close the window, but run this
application as normal
The start value DoNotStart means Do not start this application, whereas the exit value
DoNotStartNewInstance means Exit this application.
Required settings:
Xml element/attribute Value Description