Install guide

Installation and Customisation from Command Line
Page 23 of 36
August 2011 
setup_vmb.exe /s /L1032 /v"ADDLOCAL=ALL ADVERTISE=ByteMobile
USEDEFAULTLANGUAGE=false /l*v c:\vmblog.txt /qn /norestart"
B. Network operator (OpCo) known
1. In this example, the OpCo (OPCO_PROP=23415) and language (/L2057) are known at
installation time, the Vodafone Mobile Broadband application will not use the operating system
language (USEDEFAULTLANGUAGE=false), no SIM will be available for an embedded device, and
the installer logfiles will be saved to c:\vmblog.txt. The system will not be restarted automatically
after this silent installation.
setup_vmb.exe /s /L2057 /v"OPCO_PROP=23415 USEDEFAULTLANGUAGE=false /l*v
c:\vmblog.txt /qn /norestart"
2. The difference to the first example above is that ByteMobile will not be installed onto the
system. This is achieved by setting the REMOVE parameter in the command line, i.e.
REMOVE=ByteMobile.
setup_vmb.exe /s /L2057 /v"OPCO_PROP=23415 USEDEFAULTLANGUAGE=false
REMOVE=ByteMobile /l*v c:\vmblog.txt /qn /norestart"