🌐
Dell
dell.com › support › kbdoc › en-us › 000177292 › how-to-create-a-dell-command-update-msi-installer-package
How to Obtain the MSI Installer Package for Dell Command Update | Dell US
Dell-Command-Update-Applicatio... /X /B”C:\Dell\DCU_Extracted” · Click No if prompted to uninstall. In Windows Explorer, go to the [EXTRACTION PATH], and locate the MSI Installer Package....
🌐
Dell
dell.com › support › kbdoc › en-us › 000177325 › dell-command-update
Dell Command | Update | Dell US
May 27, 2026 - Download Dell Command Update and read release notes and specifications.
Discussions

Where can I find an MSI installation of Dell Command instead of .exe?
Search convert exe to msi for a free program to convert the exe. More on reddit.com
🌐 r/Dell
8
0
September 28, 2017
How do I install Dell Command Update with the GUI via task sequence?
I use the following command to pass the installation parameters through to the MSI, this also works in a task sequence too. DCU_Setup_4_3_0.exe /s /v" /qn" No need to extract the MSI. More on reddit.com
🌐 r/SCCM
18
8
August 18, 2021
I wanted MSI source file for dell command. Dell command 5.4
I wanted MSI source file for dell command. Dell command 5.4 version. No i have to deploy on a larger scale to my More on justanswer.com
🌐 justanswer.com
0
September 9, 2024
How has Dell Command Update worked for you?
DCU is one of the few pieces of Dell bloat that I configure on my images. We use Monitor to configure bios passwords and SupportAssist for Business PCs to monitor status in Dell Tech Direct. DCU has always been solid for me to use command prompt remotely in the backend to install firmware. More on reddit.com
🌐 r/sysadmin
67
70
November 26, 2025
🌐
Dell
dell.com › home › support home › knowledge base article
How to Create a Dell Command Update MSI Installer Package | Dell Tuvalu
June 27, 2025 - In the Command Prompt window, go to the location of the Dell Command | Update executable file. Type Dell-Command-Update_[VERSION] /PASSTHROUGH /X /B"[EXTRACTION PATH]" and then press the Enter key.
🌐
Dell
dell.com › support › manuals › en-us › command-configure-v4.1 › dcc_ig_4.1.0 › upgrading-dell-command-configure-on-systems-running-microsoft-windows-using-the-msi-file
Dell Command | Configure Version 4.1.0 Installation Guide | Dell US
For minor upgrades such as upgrading ... prompt, browse to the directory where you extracted the file, and then run the following command: msiexec.exe /i Command_Configure.msi REINSTALL=ALL REINSTALLMODE=VOMUS...
🌐
YouTube
youtube.com › watch
Extracting the MSI from the Dell Command Update 4.9 Installer - YouTube
Extracting the MSI from the Dell Command Update 4.9 Installer for packaging and deployments
Published   May 17, 2023
🌐
Dell
dell.com › support › manuals › en-us › command-configure › dcc_5.x_ig › upgrade-dell-command-configure-using-msi-file
Dell Command | Configure Version 5.x Installation Guide | Dell US
From the command prompt, browse to the directory where you extracted the file, and then run the following command: msiexec.exe /i Command_Configure.msi REINSTALL=ALL REINSTALLMODE=VOMUS
🌐
Dell
dell.com › support › manuals › en-us › command-configure › dellcommandconfigure_ig_4.8 › installing-dell-command-configure-using-the-msi-file
Dell Command | Configure Version 4.8 Installation Guide | Dell US
Double-click the downloaded Dell Update Package (DUP), and click Yes. Click EXTRACT. The Browse For Folder window is displayed. Specify a folder location on the system, or create a folder in which you want to extract the files, and then click OK. To view the extracted files, click View Folder.
Find elsewhere
🌐
SILENT INSTALL HQ
silentinstallhq.com › dell-command-update-4-2-1-silent-install-how-to-guide
Dell Command | Update 4.2.1 Silent Install (How-To Guide) - SILENT INSTALL HQ
October 12, 2025 - Download the Dell-Command-Update-Application-for-Windows-10_W1RMW_WIN_4.2.1_A00.EXE to a folder created at (C:\Downloads) Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator ...
🌐
Dell
dell.com › home › support home › knowledge base article
How to Create a Dell Command Update MSI Installer Package | Dell India
June 27, 2025 - In the Command Prompt window, go to the location of the Dell Command | Update executable file. Type Dell-Command-Update_[VERSION] /PASSTHROUGH /X /B"[EXTRACTION PATH]" and then press the Enter key.
🌐
Findbugzero
findbugzero.com › operational-defect-database › vendors › dell › defects › 177292
How to Create a Dell Command Update MSI Installer .. ...
In the elevated command prompt window, type [EXE-NAME] /PASSTHROUGH /X /B"[EXTRACTION PATH]" and press Enter . During this step, you may receive a warning that the application is to be uninstalled. You can press either Yes or No , it does not impact the extraction process.
🌐
JustAnswer
justanswer.com › software › q1833-wanted-msi-source-file-dell-command-dell-command-5-4.html
Q&A: Finding MSI Source File for Dell Command 5.4
September 9, 2024 - Extract the MSI File: If the download ... Prompt and run the following command to extract the MSI from the EXE: [path_to_exe] /extract [destination_folder] Using third-party tools: Utilize tools like 7-Zip or WinRAR to extract the ...
🌐
Reddit
reddit.com › r/sysadmin › how has dell command update worked for you?
r/sysadmin on Reddit: How has Dell Command Update worked for you?
November 26, 2025 -

We recently did a slow release by installing Dell Command Update in new images (so not directly from Intune) and configuring it to update itself via the Intune ADMX. So right now, only about 5% of devices have Dell Command Update. We have it configured to update once per month.

How has it worked for you? Do you have any horror stories? Do you have any config recommendations?

🌐
Evil365
evil365.com › dell › UpdateDriversBIOS-DellCommandUpdate
Update Dell devices with Dell Command Update using Intune - Welcome to the land of everything Microsoft Intune!
April 10, 2024 - Once the Dell template is available, import the Dell Command Update.ADMX and ADML file similarly. Once finished, you should see “Dell.ADMX” and “Dell Command Update.ADMX”: Let’s go and create a new configuration profile. Select “Windows 10 and later” -> Templates -> Imported administrative templates (preview).
Top answer
1 of 5
6

I run this as an application towards the end of the TS then reboot with MDT and run it again followed by another reboot before finishing up the whole TS.

@echo off
TITLE Running DELL Command Update...
REM Checks for updated DELL Drivers using DELL Command Update CLI

"C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /configure -silent -autoSuspendBitLocker=enable -userConsent=disable
"C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /scan -outputLog=C:\dell\logs\scan.log
"C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /applyUpdates -reboot=disable -outputLog=C:\dell\logs\applyUpdates.log

It's pretty self explanatory but it configures it first, does a scan, then applies the updates and disables reboot so that MDT can do it instead. I run this against DCU 4.1.

I don't recommend silencing the Apply Updates stage (it isn't in that script above) because sometimes it can take a little while and not being able to see what it's doing can be nerve racking.

2 of 5
3

Update: Not sure if this was recent but you must now remove the (x86) out of the Program Files path (maybe they made the app x64 now?)

Here's a script I made that works really well. Of course you can tailor it for a GPO but standalone, it works wonders.

The gist is.. it will check if Dell Command Update is installed and if it is, it will run it and install all available updates. If it's not installed, it will look for the Dell Command Update msi and silently install it and then run it silently. If it cannot find the msi automatically, it will prompt you with an explorer GUI to browse to the .msi and silently install/run it.

Esentially.. a single click to do all Dell updates. It's also turning off Dell automatic update (handy for enterprise/small business) but you can delete/comment that out. In order to get the .msi you can run the Dell Command Update tool and in the middle of it running, you can find it in the Windows temp directory and copy it out of their and put it on a network share or USB stick for mass deployment.

@echo off
cls

tasklist | find /i "DellCommandUpdate.exe" && echo Closing existing Dell Command Update && taskkill /im DellCommandUpdate.exe /F
SET file=S:\Downloads\DellCommandUpdate.msi
if exist "C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe" goto:runDellUpdater
if exist "%file%" goto:installDellUpdater

echo Please navigate to the DellCommandUpdate.msi file
set dialog="about:<input type=file id=FILE><script>FILE.click();new ActiveXObject
set dialog=%dialog%('Scripting.FileSystemObject').GetStandardStream(1).WriteLine(FILE.value);
set dialog=%dialog%close();resizeTo(0,0);</script>"
for /f "tokens=* delims=" %%p in ('mshta.exe %dialog%') do set "file=%%p"

:installDellUpdater
echo Installing Dell Command Update app
"%file%" /quiet

:runDellUpdater
echo Disabling Dell automatic updates
REG ADD "HKLM\SOFTWARE\Dell\UpdateService\Clients\CommandUpdate\Preferences\Settings\Schedule" /v "ScheduleMode" /t REG_SZ /d "ManualUpdates" /f
echo Running the Dell Command Update app
"C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe" /ApplyUpdates
pause
🌐
Reddit
reddit.com › r/sccm › dell command update 5.0
r/SCCM on Reddit: Dell Command Update 5.0
August 10, 2023 -

Is anyone having issue with DCUv5.0 Legacy in your Task Sequence?

I was able to install DCUv5.0 locally. Once we uninstalled DCUv5.0 to test using Software center, which we didn't get that fair yet.

We noticed when trying to install locally on the same machine.

Thank you for any guidance

[Thu Aug 10 14:04:09 2023] Update Package Execution Started

[Thu Aug 10 14:04:09 2023] Original command line: "C:\Users\Test\Downloads\Dell-Command-Update-Windows-Universal-Application_1WR6C_WIN_5.0.0_A00 (1.EXE")

[Thu Aug 10 14:04:09 2023] DUP Framework EXE Version: 4.9.7.21

[Thu Aug 10 14:04:09 2023] DUP Release: 1WR6CA00

[Thu Aug 10 14:04:09 2023] Initializing framework...

[Thu Aug 10 14:04:09 2023] Data in smbios table is (hexvalue = a , Chasis type (hex)value = a , System type is : Client)

[Thu Aug 10 14:04:10 2023] logo.png

[Thu Aug 10 14:04:11 2023] User Command: attended

[Thu Aug 10 14:04:11 2023] DUP Capabilities Value: 2097151 (0x1FFFFF)

[Thu Aug 10 14:04:11 2023] DUP Vendor Software Version: 5.0.0

[Thu Aug 10 14:04:11 2023] System ID: 0B06

[Thu Aug 10 14:04:11 2023] System model description: Latitude 5530

[Thu Aug 10 14:04:11 2023] Match found: Latitude 5530 (0B06)

[Thu Aug 10 14:04:11 2023] Local System/Model Compatible with this Package? Yes

[Thu Aug 10 14:04:11 2023] Local System OS Version: 10.0.0.0

[Thu Aug 10 14:04:11 2023] OS Compatible with this Package? Yes

[Thu Aug 10 14:04:11 2023] Local System OS Language: EN

[Thu Aug 10 14:04:11 2023] Language Compatible with this Package? Yes

[Thu Aug 10 14:04:11 2023] Identified Behavior : attended

[Thu Aug 10 14:04:11 2023] Error locating default extractpath

[Thu Aug 10 14:04:11 2023] logo.png

[Thu Aug 10 14:04:11 2023] Name of Exit Code: ERROR

[Thu Aug 10 14:04:11 2023] Exit Code set to: 1 (0x1)

[Thu Aug 10 14:04:11 2023] Result: FAILURE

[Thu Aug 10 14:04:12 2023] Open file: C:\ProgramData\Dell\UpdatePackage\Log\Dell-Command-Update-Windows-Universal-Application_1WR6C_WIN_5.0.0_A00 (1.txt)

🌐
Dell
dell.com › support › product-details › en-us › product › command-update › resources › articles
Support for Dell Command | Update | Articles | Dell US
Updated: May 10, 2026 ID: 000187573 · Learn more about retrieving the MSI installer package from the Dell Command | Update (DCU) executable. Updated: May 08, 2026 ID: 000177292 · This article explains how to initiate an Advanced Driver Restore in the Dell Command Update tool. Advanced Driver Restore provides a one-click installation of drivers. It allows all drivers to be installed following Reinstallation of Windows.
🌐
Prajwal Desai
prajwaldesai.com › home › sccm › how to deploy dell command update using sccm
How to Deploy Dell Command Update using SCCM » Prajwal Desai
June 9, 2018 - We will not use the executable file for deployment. Rather we will extract msi file out of that executable. First of all download the latest version of dell command update from here. Copy the setup file inside sources folder.