Dell Command | Update 4.5 Silent Install (How-To Guide)

Dell Command Update is a stand-alone application for client systems, that provides updates for system software that is released by Dell. This application simplifies the BIOS, firmware, driver, and application update experience for Dell client hardware. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Dell Command Update from the command line using both the EXE & MSI installers.

How to Install Dell Command Update Silently

Dell Command | Update 4.5 Silent Install (EXE) – (Windows 7,8,8.1,10,11)

  1. Navigate to: https://www.dell.com/support/home/drivers/DriversDetails?driverId=W4HP2
  2. Download the Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the setup EXE
    • Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE /s /e=C:\Downloads\dcu_exe
  6. Press Enter
  7. Navigate to the “C:\Downloads\dcu_exe” folder
  8. Enter the following command: DCU_Setup_4_5_0.exe /S /v/qn
  9. Press Enter

After a few moments you will find Dell Command Update entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Dell Command | Update 4.5
Vendor:Dell Inc.
Version:4.5
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:DCU_Setup_4_5_0.exe /S /v/qn
Silent Uninstall Switch:DCU_Setup_4_5_0.exe /S /x /v/qn
Download Link:https://www.dell.com/support/kbdoc/en-us/000177325/dell-command-update
PowerShell Script:https://silentinstallhq.com/dell-command-update-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-dell-command-update-powershell/

Dell Command | Update 4.5 Silent Install (EXE) – (Windows 10 Build 14393 Redstone 1 or later)

  1. Navigate to: https://www.dell.com/support/home/drivers/DriversDetails?driverId=601KT
  2. Download the Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the setup EXE
    • Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE /s /e=C:\Downloads\dcu_exe
  6. Press Enter
  7. Navigate to the “C:\Downloads\dcu_exe” folder
  8. Enter the following command: DellCommandUpdateApp_Setup.exe /S /v/qn
  9. Press Enter

After a few moments you will find Dell Command Update entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Dell Command | Update 4.5
Vendor:Dell Inc.
Version:4.5
Architecture:x86_x64
Installer Type:EXE
Silent Install Switch:DellCommandUpdateApp_Setup.exe /S /v/qn
Silent Uninstall Switch:DellCommandUpdateApp_Setup.exe /S /x /v/qn
Download Link:https://www.dell.com/support/kbdoc/en-us/000177325/dell-command-update
PowerShell Script:https://silentinstallhq.com/dell-command-update-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-dell-command-update-powershell/

Dell Command | Update 4.5 Silent Install (MSI) – (Windows 7,8,8.1,10,11)

  1. Navigate to: https://www.dell.com/support/home/drivers/DriversDetails?driverId=W4HP2
  2. Download the Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the setup EXE
    • Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE /s /e=C:\Downloads\dcu_exe
  6. Press Enter
  7. Navigate to the “C:\Downloads\dcu_exe” folder
  8. Enter the following command to extract the MSI:
    • DCU_Setup_4_5_0.exe /S /x /b"C:\Downloads\dcu_msi" /v"/qn"
  9. Press Enter
  10. Navigate to the “C:\Downloads\dcu_msi” folder
  11. Enter the following command: MsiExec.exe /i DellCommandUpdate.msi /qn
  12. Press Enter

After a few moments you will find Dell Command Update entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Dell Command | Update 4.5
Vendor:Dell Inc.
Version:4.5
Architecture:x86_x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i DellCommandUpdate.msi /qn
Silent Uninstall Switch:MsiExec.exe /x DellCommandUpdate.msi /qn
Repair Command:MsiExec.exe /fa DellCommandUpdate.msi /qn
Download Link:https://www.dell.com/support/kbdoc/en-us/000177325/dell-command-update
PowerShell Script:https://silentinstallhq.com/dell-command-update-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-dell-command-update-powershell/

Dell Command | Update 4.5 Silent Install (MSI) – (Windows 10 Build 14393 Redstone 1 or later)

  1. Navigate to: https://www.dell.com/support/home/drivers/DriversDetails?driverId=601KT
  2. Download the Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the setup EXE
    • Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE /s /e=C:\Downloads\dcu_exe
  6. Press Enter
  7. Navigate to the “C:\Downloads\dcu_exe” folder
  8. Enter the following command to extract the MSI:
    • DellCommandUpdateApp_Setup.exe /S /x /b"C:\Downloads\dcu_msi" /v"/qn"
  9. Press Enter
  10. Navigate to the “C:\Downloads\dcu_msi” folder
  11. Enter the following command: MsiExec.exe /i DellCommandUpdateApp.msi /qn
  12. Press Enter

After a few moments you will find Dell Command Update entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Dell Command | Update 4.5
Vendor:Dell Inc.
Version:4.5
Architecture:x86_x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i DellCommandUpdateApp.msi /qn
Silent Uninstall Switch:MsiExec.exe /x DellCommandUpdateApp.msi /qn
Repair Command:MsiExec.exe /fa DellCommandUpdateApp.msi /qn
Download Link:https://www.dell.com/support/kbdoc/en-us/000177325/dell-command-update
PowerShell Script:https://silentinstallhq.com/dell-command-update-install-and-uninstall-powershell/
Detection Script:https://silentinstallhq.com/create-a-custom-detection-script-for-dell-command-update-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Alternative Silent Install Options

Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE /s
Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE /passthrough /S /v/qn
Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE /s
Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE /passthrough /S /v/qn

Create an Installation Log File

The Dell Command Update installers offer the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following command to create a verbose log file with details about the installation.

Dell Command | Update 4.5 Silent Install (EXE) with Logging

DCU_Setup_4_5_0.exe /S /v"/qn /L*v %WINDIR%\Temp\DellCommandUpdate-Install.log"
DellCommandUpdateApp_Setup.exe /S /v"/qn /L*v %WINDIR%\Temp\DellCommandUpdate-Install.log"

Dell Command | Update 4.5 Silent Install (MSI) with Logging

MsiExec.exe /i DellCommandUpdate.msi /qn /L*v "%WINDIR%\Temp\DellCommandUpdate-Install.log"
MsiExec.exe /i DellCommandUpdateApp.msi /qn /L*v "%WINDIR%\Temp\DellCommandUpdate-Install.log"

How to Uninstall Dell Command | Update 4.5 Silently

Check out the following posts for a scripted solution:

Dell Command Update Install and Uninstall (PowerShell)
Dell Command Update Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:

Dell Command | Update 4.5 Silent Uninstall (EXE)

DCU_Setup_4_5_0.exe /S /x /v/qn
DellCommandUpdateApp_Setup.exe /S /x /v/qn
Dell-Command-Update-Application_W4HP2_WIN_4.5.0_A00_02.EXE /passthrough /S /x /v/qn
Dell-Command-Update-Windows-Universal-Application_601KT_WIN_4.5.0_A00_01.EXE /passthrough /S /x /v/qn

Dell Command | Update 4.5 Silent Uninstall (MSI)

MsiExec.exe /x {FFD8CF3D-3063-4D97-B007-26258E71D02F} /qn
MsiExec.exe /x {BBE36CE6-96D6-47C7-9A56-51C20C087914} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts