Where can I find an MSI installation of Dell Command instead of .exe?
How do I install Dell Command Update with the GUI via task sequence?
Command Update on Virtual Machine
How has Dell Command Update worked for you?
Videos
I cant seem to get the silent install to work using the .exe and I dont know why. Is there a .msi file out there for Dell Command? Where is it?
Anyone done this yet? I have it installing as an MSI but it does not install the GUI portion of the program, just the command line. That part has been working good. I'm trying this option:
msiexec /i "DellCommandUpdateApp4_3.msi" /qb /norestart
But I think the switches are just for the actual install itself and not the final product correct? Is there a way to do this?
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?
I have been messing around with the new version of DCU on our TS and cannot seem to get it installed.
I created an application with the following install code:
Dell-Command-Update-Windows-Universal-Application_P4DJW_WIN64_5.5.0_A00.EXE /s
I am reading this new version of DCU now needs .NET 8.0.12 or higher Created .NET as a dependency
I have been using the below command to apply all of the Dell command updates during the TS:
cmd /c "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /applyUpdates -outputLog=c:\Admin\DellUpdatelogs\dcu.log
This similar setup was working with 5.4 for year or so now.
Any help is appreciated, thanks.