flcdrg / au-packages

David's Chocolatey Automatic Packages
MIT License
18 stars 52 forks source link

[DellCommandUpdate] 4.6 is the last version #138

Closed flcdrg closed 1 year ago

flcdrg commented 1 year ago

As per https://www.dell.com/support/kbdoc/en-au/000177325/dell-command-update

NOTE: Dell Command | Update Classic interface is not supported from version 4.7 onwards and the older Dell Command | Update Classic clients are upgraded to Dell Command | Update version 4.7 UWP

Probably need to mark this package as 'done' with a note for people to switch to https://community.chocolatey.org/packages/DellCommandUpdate-uwp if they're on Windows 10+

IMWS-User commented 1 year ago

I would like to remove the old dcu package with msiexec /x {GUID} before installing the new one. I tried without success to find the GUID of dcu 4.6 classic. Could anyone point out the GUID or how to find it in the Windows registry?

flcdrg commented 1 year ago

Did you try choco uninstall dellcommandupdate ?

IMWS-User commented 1 year ago

No, I’ll try.

Nevertheless: The dellcommandupdate-uwp package installs without GUI. I’ve tried with choco install and double-clicking in windows explorer. Is this missing GUI intended when installing the uwp-version?

Von: David Gardiner @.> Gesendet: Samstag, 19. November 2022 07:38 An: flcdrg/au-packages @.> Cc: Lohner, Martin @.>; Comment @.> Betreff: Re: [flcdrg/au-packages] [DellCommandUpdate] 4.6 is the last version (Issue #138)

Did you try choco uninstall dellcommandupdate ?

— Reply to this email directly, view it on GitHubhttps://github.com/flcdrg/au-packages/issues/138#issuecomment-1320817005, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3CXAOOPO53FBBQMH4PQJBTWJBYUHANCNFSM6AAAAAASD3XKEQ. You are receiving this because you commented.Message ID: @.**@.>>

flcdrg commented 1 year ago

I use dellcommandupdate-uwp myself. Definitely has a GUI (looks basically the same as the non-UWP one as far as I can tell) image

Don't think you can have both versions installed at the same time, so make sure any existing dellcommandupdate(s) are uninstalled first.

IMWS-User commented 1 year ago

Hi David,

on one WIN 11 computer I did „choco uninstall dellcommandupdate” and „choco uninstall dellcommandupdate-uwp” Both commands resulted in “packages not installed”

In “Settings -> installed apps” there was a “Dell Command | update “ shown as installed.

Only after deinstalling that app manually, I was able to install “choco install dellcommandupdate-uwp” successfully.

This time with GUI.

On another computer:

choco uninstall dellcommandupdate

choco install dellcommandupdate-uwp

Resulted in a working dcu-4.6-uwp.

Nevertheless, during installation a terminal popped up, asking for a “C” to continue. (See attachachment) After some time (appr. 15 second) the window closed without an entered “C”.

For unattended installation, the windows should not pop up.

Von: David Gardiner @.> Gesendet: Dienstag, 22. November 2022 00:13 An: flcdrg/au-packages @.> Cc: Lohner, Martin @.>; Comment @.> Betreff: Re: [flcdrg/au-packages] [DellCommandUpdate] 4.6 is the last version (Issue #138)

I use dellcommandupdate-uwp myself. Definitely has a GUI (looks basically the same as the non-UWP one as far as I can tell) [image]https://user-images.githubusercontent.com/384747/203176426-a17387e1-f12e-4c3c-8869-2ca339c4a8ed.png

Don't think you can have both versions installed at the same time, so make sure any existing dellcommandupdate(s) are uninstalled first.

— Reply to this email directly, view it on GitHubhttps://github.com/flcdrg/au-packages/issues/138#issuecomment-1322781055, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3CXAOIGFCFC2KFJL3LLWODWJP6XLANCNFSM6AAAAAASD3XKEQ. You are receiving this because you commented.Message ID: @.**@.>>

flcdrg commented 1 year ago

Having existing versions of dcu installed is not something the package can handle.

The attachment didn't come through. Can you post it via github.com rather than email - I'd be curious to see that.

IMWS-User commented 1 year ago

Here it is:

IMG_5215

flcdrg commented 1 year ago

My high school German is too rusty, but Google Translate saved the day!

That is a strange one. It's a CMD process (not PowerShell), so I'm pretty sure it isn't Chocolatey doing that. It might be something launched by the DCU installer itself, in which case it might be something to take up (or search for) with Dell.

IMWS-User commented 1 year ago

I have to apology for posting this error. It is not generated by chocolatey. It was a post-install script triggering dcu on command line. Sorry.

Von: David Gardiner @.> Gesendet: Mittwoch, 23. November 2022 02:56 An: flcdrg/au-packages @.> Cc: Lohner, Martin @.>; Comment @.> Betreff: Re: [flcdrg/au-packages] [DellCommandUpdate] 4.6 is the last version (Issue #138)

My high school German is too rusty, but Google Translate saved the day!

That is a strange one. It's a CMD process (not PowerShell), so I'm pretty sure it isn't Chocolatey doing that. It might be something launched by the DCU installer itself, in which case it might be something to take up (or search for) with Dell.

— Reply to this email directly, view it on GitHubhttps://github.com/flcdrg/au-packages/issues/138#issuecomment-1324451975, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3CXAOORDDMZ3DPJZGEZUODWJV2UVANCNFSM6AAAAAASD3XKEQ. You are receiving this because you commented.Message ID: @.**@.>>

flcdrg commented 1 year ago

ah.. good to know the cause.