Install/Update: Dell Command Update - Windows
| 1 Votes |
Description
This task will install Dell Command Update.
Steps to using Dell Command Update:
- Install/Update: Dell Command Update - Windows (Only once for each client)
- Run: Check for updates - Dell Command Update - Windows (Once every 60 days)
- Check Results in Analysis: Dell Command Update Audit - Windows
- Run: Install Updates - Dell Command Update - Windows (Only if updates are needed)
- Reboot Computer (Only if reboot is actually required)
- Run: Notify User to Reboot System with pending restart due to Dell Updates - Dell Command Update - Windows
- Run: Reboot System if no user is logged on with pending restart due to Dell Updates - Dell Command Update - Windows
References:
Property Details
| 3900 | |
| Beta - Preliminary testing ready for more | |
| Install/Update: Dell Command Update - Windows | |
| BESC | |
| Software Sharing | |
| 82657152 | |
| Internal | |
| jgstew | |
| 10/22/2014 12:00:00 AM | |
| jgstew on 10/29/2014 1:05:52 PM | |
| jgstew on 10/29/2014 1:05:52 PM | |
| 9666 Views / 63 Downloads | |
* Average over 1 rating.
** Log In or Register to add your rating.
|
Relevance
Windows Only (Relevance 2997197)
/* Windows Only */ windows of operating system
/* Windows Vista or Higher */ version of operating system >= "6.0"
/* DELL Only */ exists values "vendor" whose(it as string as uppercase contains "DELL") of structures "bios_information" of smbios
/* check for supported model: OptiPlex, Latitude, Precision, Venue Tablets, XPS */ exists ((value "product_name" of structures "system_information" of smbios) as string as uppercase) whose(it starts with "OPTIPLEX" OR it starts with "LATITUDE" OR it starts with "PRECISION" OR it starts with "XPS" OR it starts with "VENUE")
| Used in 1 fixlet | * Results in a true/false |
not exists keys whose(value "DisplayName" of it as string as trimmed string starts with "Dell Command | Update" AND value "DisplayVersion" of it as string as version >= "2.0.0") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry
Actions
Action 1 (default)
Action Link Click
here to install and delete the start menu folder.
Script Type
BigFix Action Script
// DOWNLOADSuccess Criteria
prefetch Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE sha1:2ee5b9330d1666c2c14a1e31d089c4e3bd7d8f8e size:82657152 http://downloads.dell.com/FOLDER02323487M/1/Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE
// http://support.bigfix.com/fixlet/documents/WinActions_20081110.pdf
action launch preference low-priority
// INSTALL
waithidden __Download\Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE /s
// DELETE: the Dell Command Update start menu folder
folder delete "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Dell\Command Update"
// DELETE: the Dell start menu folder if it is empty
if{ not exists descendants of folders "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Dell" }
folder delete "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Dell"
endif
// if run, check for updates and notify
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "automationmode"="ScanNotify"
// Only run if manually invoked
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "scheduledexecution"="Off"
// Don't show setup popup on first launch
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "showsetuppopup"="False"
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to install and keep the start menu folder.
Script Type
BigFix Action Script
// DOWNLOADSuccess Criteria
prefetch Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE sha1:2ee5b9330d1666c2c14a1e31d089c4e3bd7d8f8e size:82657152 http://downloads.dell.com/FOLDER02323487M/1/Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE
// http://support.bigfix.com/fixlet/documents/WinActions_20081110.pdf
action launch preference low-priority
// INSTALL
waithidden __Download\Systems-Management_Application_H2CN6_WN_2.0.0_A00.EXE /s
// if run, check for updates and notify
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "automationmode"="ScanNotify"
// Only run if manually invoked
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "scheduledexecution"="Off"
// Don't show setup popup on first launch
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Dell\CommandUpdate\Preferences]" "showsetuppopup"="False"
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

