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. Answer from Export_User on reddit.com
🌐
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....
Discussions

I wanted MSI source file for dell command. Dell command 5.4
To package Dell Command 5.4 for SCCM or Intune, extract the MSI from the EXE installer using command-line switches like /extract or /layout. Verify the MSI integrity before deployment. Use SCCM’s application model to create deployment packages, ensuring correct detection methods and user experience settings. For Intune, upload the MSI as a line-of-business app and configure installation commands properly. Regularly update ... More on justanswer.com
🌐 justanswer.com
0
September 9, 2024
Dell Command Update 3.0 - install during OSD
I've been having the same issue ... getting updates). I've tried the Dell recommended way using the .exe and the special switches, I even went as far as to 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 ... More on dell.com
🌐 dell.com
25
1
February 21, 2021
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 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 › 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. ... To access the Dell Command | Configure installation wizard, double-click Command_Configure.msi.
🌐
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
NOTE:For a silent upgrade, run the following command: msiexec /i Command_Configure.msi REINSTALL=ALL REINSTALLMODE=vmous REBOOT=REALLYSUPPRESS /qn
🌐
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 - 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. The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches.
🌐
Dell
dell.com › support › manuals › en-us › command-configure › dcc_ig_4.10.1 › installing-dell-command-configure-in-silent-mode-using-the-msi-file
Dell Command | Configure Version 4.10.1 Installation Guide | Dell US
Go to the folder where the Dell Command | Configure installer is extracted from the Dell Update Package (DUP). Run the following command: msiexec.exe /i Command_Configure.msi /qn
Find elsewhere
🌐
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 Run Box, type CMD and ... administration access, click Yes. Otherwise carry on to the next step. In the Command Prompt window, go to the location of the Dell Command | Update executable file....
🌐
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 - To package Dell Command 5.4 for SCCM or Intune, extract the MSI from the EXE installer using command-line switches like /extract or /layout. Verify the MSI integrity before deployment.
🌐
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 - The app installs unattended no issue as .exe with the /s switch, as well as if you extract the .msi (using a similar method to what you described here) on an existing/running system.
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.
🌐
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?

🌐
Spiceworks
community.spiceworks.com › hardware & infrastructure
Install Dell Command Configure CLI via a msi silent install - Hardware & Infrastructure - Spiceworks Community
November 20, 2019 - Is it possible to install Dell Command Configure with only CLI enabled and not the GUI portions of it when running the installer via the msi package in unattended mode? I see there are options available but no documentation on what additional options exist. I know this can be done via the GUI ...
🌐
Chocolatey
community.chocolatey.org › packages › DellCommandUpdate
Chocolatey Software | Dell Command | Update 5.7.0
You can use Dell Command | Update to update a Dell system with the latest drivers, BIOS, firmware, and Dell software applications.
🌐
Dell
dell.com › support › manuals › en-us › command-update-v3.0 › dcu_ug_win10_v3.0 › silent-install
Dell Command | Update for Windows 10 Version 3.0 User's Guide | Dell US
Execute the command— DCU_Setup_3_0_0.exe /s /v”/qn” using the Command Line Interface (CLI). Run the executable file— Sys-Man_Application_xxxxx_WN_y.y.y_A00.exe /s available in the Dell Update Packages (DUPs), where ‘x’ is the software build and ‘y’ is the version number.
🌐
Dell
dell.com › support › kbdoc › en-us › 000177325 › dell-command-update
Dell Command | Update | Dell US
May 27, 2026 - Dell Command | Update (DCU) is a standalone application for commercial client computers that provides updates for system software Dell releases. This application simplifies the BIOS, firmware, driver, and application update experience for Dell commercial client hardware.