Silent Dtm

download Silent Dtm

If you can't read please download the document

description

tewst

Transcript of Silent Dtm

========================== Silent Install Readme Note ==========================This text file shows "Manageable Update Package" command line arguments supported by "brcmsetup.exe".NOTES:======- All commands are case sensitive - User must "Run as Administrator" for Windows Vista when using "msiexec" for "silent" install/uninstall(s).help:cmd: brcmsetup /?output : shows help parametersGUI Install:cmd : brcmsetup.exeInstall driver only:cmd: brcmsetup /s /v"DRIVERONLY=true"Install driver and applications:cmd: brcmsetup /s /v"FRESHINSTALL=true"Application only:cmd:brcmsetup /s /v"/qn NO_DRIVER=Y FRESHINSTALL=true"Extract Drivers for PNP installcmd: brcmsetup /s /v"EXTRACTDRIVERS=c:\dell\drivers\network"cmd: brcmsetup /s /v"EXTRACTDRIVERS=\"c:\dell files\drivers\network\""Generating Log Files:LOGFILE with destination directory parameter can be appended to above commands to generate log file. For example:cmd: brcmsetup /s /v"FRESHINSTALL=true LOGFILE=c:\dell\updatepackage\BrcmNet.log"cmd: brcmsetup /s /v"FRESHINSTALL=true LOGFILE=\"c:\dell\update package\BrcmNet.log\""cmd: brcmsetup /s /v"EXTRACTDRIVERS=\"c:\dell files\drivers\network\" LOGFILE=\"c:\dell\update package\BrcmNet.log\""Log file format: ============== Update Package Started ============== Date/Time Executed: Thu Jul 01 13:15:47 2010 Command Parameters: BrcmSetup.exe /s /v"FRESHINSTALL=true LOGFILE=c:\dell\updatepackage\log\brcmNet.log" ==================================================== Inventory version prior to update: N/A Update version: 14.0.3.2 ============== Update Result ============== Date/Time Completed: Thu Jul 01 13:16:58 2010 Exit code = 3010 (Reboot Required) ====================================================================================================================================================This note shows the different line commands to run unattended "silent" install/Uninstall(s) for the Broadcom NetXtreme Drivers and Management Applications installer.NOTES: ======- All commands are case sensitive - User must "Run as Administrator" for Windows Vista when using "msiexec" for "silent" install/uninstall(s).Silent Install from within the installer source folder:setup /s /v/qnSilent Upgrade from within the installer source folder:setup /s /v/qnSilent Uninstall:msiexec /x "{7AA348CE-190E-416B-839E-68E33CFEB580}" /qnNote: After silently uninstalling it is necessary to reboot the system before reinstalling this installer. If a reboot is not performed, BASP will not install correctly.Silent Reinstall of the same installer:setup /s /v"/qn REINSTALL=ALL"Note: 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, please use "setup /s /v/qn" as listed above.Silent Install by Feature on IA32 Platforms: Use ADDSOURCE to include any of the features listed below. setup /s /v"/qn ADDSOURCE=Driversi32,BACSi32,BASPi32,SNMPi32,CIMi32"Silent Install by Feature on AMD64/EM64T Platforms: Use ADDSOURCE to include any of the features listed below. setup /s /v"/qn ADDSOURCE=Driversa64,BACSa64,BASPa64,SNMPa64,CIMa64"The following line command will install the Broadcom drivers only on IA32 Platforms...setup /s /v"/qn ADDSOURCE=Driversi32"The following line command will install the Broadcom drivers only on AMD64 Platforms...setup /s /v"/qn ADDSOURCE=Driversa64"Note: The Broadcom device drivers are a required feature and will always be installed, even if not specifying with ADDSOURCE.Silent Install from within a batch file and "wait" for the install to complete before continuing with the next commandline:start /wait setup /s /w /v/qn