We are an IT-consulting firm operating with client workstations scattered across the state of Florida. All of the workstations came pre-installed with Dell SupportAssist. With the recent discovery of a vulnerability found in versions prior to 3.2.0.90, we are trying to get every client workstation on the latest, updated version.
We are trying to do this without intruding on the end-users' productivity during working hours. Is there a script we can run within command prompt to force Dell SupportAssist to silently update to 3.2.0.90 in the background? Our goal is to perform this update without the end-user being interrupted by prompts of any sort.
Thank you in advance to anyone who can provide assistance.
In addition to this request, will there be provided .msi files with the latest version? The latest .msi files I can find on the Dell site are version 2.0.0.220 which are vulnerable as well.
The install of the new version was simple -- just run with /S command line switch on the SupportAssistInstaller.exe.
My problem is that the new version didn't remove many of the old versions -- some as old as 1.x. Now I'm struggling with how to silently uninstall them...
On some of the newer versions, I was successful with this:
wmic product where "name like '%SupportAssist%' and not version like '%3.2.1.94%'" call uninstall
However, older versions not so much.
I pulled the UninstallString from the registry -- c:\Program Files\Dell\SupportAssist>uninstaller.exe /arp
However, that prompts the user. SO now... how do I make that silent? I've tried /s /q /silent /? --help nothing works.
Sorry to hijack your post but I am trying to silently get rid of support assist for all my workstations and I need assistance because we no longer want this software. Any assistance would be greatly appreciate it.
Waseeeem
1 Message
22692
0
Posted August 1st, 2019 20:00
To Uninstall it. This worked for me: