🌐
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 - For usage instructions, Dell Technologies recommends getting the latest information from the most current User Guide located in the Product Support page. "Advanced Driver Restore for Windows Reinstallation" information is in the Features of Dell Command | Update section of the User Guide.
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
Dell Command Update 3.0 - install during OSD
I've tried the Dell recommended ... find the extracted .msi file and try that. In every case I can get the .exe or the .msi to install no problem via cmd line in a test machine that's already running. But when I take the same commands and sequence and put it into my OSD (through SCCM) it only ever does a half install as well. I can see the Dell Command | Update for Windows 10 in my Programs ... More on dell.com
🌐 dell.com
25
1
February 21, 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
🌐
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...
🌐
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.
🌐
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
🌐
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.
🌐
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
Find elsewhere
🌐
Dell
dell.com › home › support home › knowledge base article
How to Create a Dell Command Update MSI Installer Package | Dell Trinidad and Tobago
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 › 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.
🌐
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 ...
Top answer
1 of 15
3
I figured out the process to silently deploy version 3.0.1 with MDT and I'm posting it here in that it might help others out and maybe someone will have a solution for the one minor issue I have after it's installed. Step 1: Installed Command Update on a regular Dell PC and then looked at the installation log file at the end of the installation wizard.  In that log it should show the path to the MSI it extracted.  Mine was 'C:\WINDOWS\{D4373260-1185-49AC-993B-A31209FBD6CC}\DellCommandUpdateApp.msi' Step 2: Copied that MSI to my deployment server and added a new MDT application and used the following install command 'msiexec /i DellCommandUpdateApp.msi /passive /norestart' Step 3: Run a computer through the MDT process and check that Command Update did get installed (we are using Windows 10 1809).  Almost all of the time the program shortcut does not show up in the start menu, like a previous posted mentioned. Step 4: Go to the Windows 10 'Apps & Features' settings, scroll down to 'Dell Command | Update', click Advanced Options and then scroll down and click 'Reset'.  The Start Menu shortcut should be restored without requiring a reinstall. Now it would be great if I didn't have to do Step 4 so if anyone has any ideas how to clean it up through the MDT process it would be appreciated.
2 of 15
2
I'm having exactly the same issue...in the users guide, it refers to installing using DCU_Setup_3_0_0.exe /s /v'/qn' , however, this file doesn't exist.  Alternatively, I've tried to install using Dell-Command-Update_4374J_WIN_3.0.0_A00.exe /s in my package to deploy the software...it does install it (it's in Add/Remove programs), however there is no way to run it - no files show in the start menu.  I've had to uninstall and reinstall using this command manually, and then everything works...but that isn't going to fly for multiple PC SCCM deployments.    Have even tried to extract the DellCommandUpdateApp.msi file and create a package, but this doesn't work either.  Finally, I extracted the DellCommandUpdateApp_Setup.exe file, but no matter which switches I'm using, I can't get this to run from my Task Sequences. So I can't answer your enquiry, but I'm hoping Dell or another contributor might have some ideas how to fix this issue.
🌐
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 ...
🌐
Dell
dell.com › home › support home › product support › driver details
Dell Command | Update Windows Universal Application | Driver Details | Dell US
If you have Dell Command Update Classic, Dell Command Update version 4.7 UWP is installed. ... Note: Your system requires a restart after installing the application. The restart can be deferred but must be completed to ensure that the update is installed. Download: 1. Click Download File. 2. When the File Download window is displayed, click Save to save the file to your hard drive.
🌐
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?

🌐
SILENT INSTALL HQ
silentinstallhq.com › dell-command-update-4-5-silent-install-how-to-guide
Dell Command | Update 4.5 Silent Install (How-To Guide) - SILENT INSTALL HQ
October 12, 2025 - 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. Dell Command | Update 4.5 Silent Install (EXE) – (Windows 7,8,8.1,10,11)
🌐
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.