Building out a new image in Hyper-V. I typically install Command Update on the image, and have a first login script to run it. It would seem the latest version of DCU doesn't allow install on VM's citing it isn't a Dell machine. First time I've had the issue. Not necessarily looking for help, just flagging the problem.
I typically don't install DCU within the OS before imaging. I place the installation file in a hidden folder in the root of C drive, then when I'm capturing the image in Hyper-V with Image Assist, I configure DCU to be installed with an "Additional Synchronous Command" using the following line:
Can confirm this is an issue with the lastest version of DCU (v. 5.0.0.) I deploy DCU with SCCM - and always test my package - on a virtual machine in VMWare..
No longer possible as the latest version states "This installation can be installed only on a Dell System" I have tried various switches to suppress this "error" - yet to no avail. If anyone has a trick up their sleeve - I'm listening
Open Elevated cmd and navigate to the extracted folder
then use [EXE-NAME] /PASSTHROUGH /X /B"[EXTRACTION PATH]" to extract the msi to anywhere you want it. Don't worry about the uninstall prompt it doesn't do anything.
justinsamsel
2 Posts
0
0
Posted August 30th, 2023 21:07
I typically don't install DCU within the OS before imaging. I place the installation file in a hidden folder in the root of C drive, then when I'm capturing the image in Hyper-V with Image Assist, I configure DCU to be installed with an "Additional Synchronous Command" using the following line:
cmd /c "C:\DeploySetup\Dell-Command-Update.EXE" /s
You might try this alternative.