Users Guide

Table Of Contents
9–Windows Driver Software
Installing the Driver Software
Doc No. BC0054508-00 Rev. R
January 21, 2021 Page 93 Copyright © 2021 Marvell
setup /s /v/qn
To perform a silent reinstall of the same installer:
Issue the following command:
setup /s /v"/qn REINSTALL=ALL"
To perform a silent install by feature:
Use the ADDSOURCE to include any of the following features.
Issue the following command according to platform:
IA32 platforms:
setup /s /v"/qn ADDSOURCE=Driversi32,BACSi32,BASPi32,SNMPi32,CIMi32"
AMD/EM64T platforms:
setup /s /v"/qn ADDSOURCE=Driversa64,BACSa64,BASPa64,SNMPa64,CIMa64"
The following command-line statement installs only the Marvell drivers according
to platform:
IA32 platforms:
setup /s /v"/qn ADDSOURCE=Driversi32"
AMD64 platforms:
setup /s /v"/qn ADDSOURCE=Driversa64"
To perform a silent install from within a batch file:
To perform a silent install from within a batch file and to wait for the install to
complete before continuing with the next command line, issue the following
command:
start /wait setup /s /w /v/qn
The REINSTALL switch should only be used if the same installer is already
installed on the system. If upgrading an earlier version of the installer, use
setup /s /v/qn as listed in the preceding.
The Marvell device drivers are a required feature and are always installed,
even if you do not specify ADDSOURCE.