Install guide

Customisation Examples
Page 11 of 35
August 2011 
Gui/Start
Misc/Start
DoNotStart
Do not start this application
Gui/Exit
Misc/Exit
DoNotStartNewInstance
Exit this application
So, to change for instance the Start and Close options for Vodafone UK, please do the following:
1. Open file Opco-23415.xml and add or change the xml element Gui to
<Misc Start="DoNotStart" Exit="DoNotStartNewInstance">
...
</Misc>
2. Perform the steps described in chapter Using Transforms for Customisation of this document.
Turn off Updates
If it is required to hide and to disable the VMB-GUI controls for the Updates functionality in VMB’s
application menu Options, then please set the following two installer properties either via
command line or Transform modifying the property table of the msi database:
LOCKUPDATING=true
UPDATEINTERVAL=never
Note If you are using the corporate cabinet release, then Updates are already disabled and
hidden.
Command Line Example:
setup_vmb.exe /s /b"%LOCALAPPDATA%\Vodafone" /v"LOCKUPDATING=true
UPDATEINTERVAL=never /qb /norestart"
Or
msiexec.exe /I “Vodafone Mobile Broadband.msi” TRANSFORMS=2057.mst LOCKUPDATING=true
UPDATEINTERVAL=never /qb /norestart
Parameter Description
Vodafone Mobile Broadband.msi
Installer database file
Setup_vmb.exe
InstallShield’s setup launcher application
/s
Performs a silent mode of application setup_vmb.exe
/b
Cache installation locally on the target machine. To
specify where to cache the contents of a compressed