Action 2
Action Link Click
here to deploy the latest 7.2 BES Client Upgrade.
Script Type
BigFix Action Script
if {exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Brand" whose (exists value "value" whose (it as string = "Trend") of it) of registry}
prefetch BESClientUpgrade.exe sha1:83c1c45be6f7bc26628b665facec500e6b8e561b size:6075544 http://software.bigfix.com/download/bes/72/Trend-BESClientUpgrade-7.2.5.22.exe
elseif {exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Brand" whose (exists value "value" whose (it as string = "IBM") of it) of registry}
prefetch BESClientUpgrade.exe sha1:ba76f82d05290cbe2a9614cc45d5858f56815beb size:6115376 http://software.bigfix.com/download/bes/72/IBM-BESClientUpgrade-7.2.5.22.exe
else
prefetch BESClientUpgrade.exe sha1:50a64e7fe030208134c1fe869ac1f0eaa182c5fe size:6109760 http://software.bigfix.com/download/bes/72/BESClientUpgrade-7.2.5.22.exe
endif
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix]" "ScriptLoggingPath"="{escape of pathname of parent folder of regapp "besclient.exe"}"
delete __Local\Get\BESClientUpgrade.exe
move __download\BESClientUpgrade.exe __Local\Get\BESClientUpgrade.exe
wait "{pathname of client folder of site "BESSupport" & "\StopServiceThenRunProgram.exe"}" BESClient "__Local\Get\BESClientUpgrade.exe -s -a -f2\"{location of regapp "BESClient.exe"}\upgrade-7.2.5.22.log\""
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.