cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ericrsteele
Engaged Sweeper II
Does anyone have a silent installer for a Dell BIOS update? Or how can I setup BIOS update installer on Lansweeper?
3 REPLIES 3
User18954
Engaged Sweeper II
Just FYI, for 64bit BIOS updates, you need the Dell Flash Utility.

So I setup a CMD
\\nas\install\dell-bios\Flash64W.exe /b=\\nas\install\dell-bios\OptiPlex_3050_1.7.9.exe /f /s /p=Password /l=C:\dell-bios-update-1.7.9.txt

/b is the location of the flash file
/s is silent
/f is force restart
/l makes log file.

The Flash64W.exe is a Dell specific flash utility. Running this first with 64bit machines is required (as I found out the hard way of wasting bunch of time on this for nothing)

I read up more bout it here:
https://miketerrill.net/2017/01/31/first-look-dell-64-bit-flash-bios-utility/
Dell Flasher Utility is here:
http://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverid=v5pjd

Hope this helps others out.
ericrsteele
Engaged Sweeper II
Thank you.
TheITGuy
Engaged Sweeper III
silent install:

biosupdate.exe /s


but I like to run all driver updates from the dell command update, install is this:

msiexec.exe /i "{PackageShare}\Installers\dell\dellcommand\dcu_setup_2_3_1\DellCommandUpdate.msi" /norestart /qn


and then run the script to run all driver updates from it:

"C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe" /log C:\Dell\Temp\logs


run this command before the above script if you have bitlocker, suspends bitlocker and will allow for the bios to be updated for 1 reboot:

powershell.exe -executionpolicy bypass -command "Suspend-BitLocker -MountPoint C: -RebootCount 1"