Update - HipChat - 4.0.1633 - Windows
| 0 Votes |
Description
Property Details
| 20304 | |
| Update - HipChat - 4.0.1633 - Windows | |
| C3 Patch | |
| !FixletID! | |
| Unspecified | |
| 1/1/2016 12:00:00 AM | |
| Unspecified | |
| strawgate on 4/27/2016 8:23:33 PM | |
| strawgate on 7/13/2016 7:40:23 PM | |
| 1939 Views / 66 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 1 fixlet | * Results in a true/false |
(windows of operating system) and (version of operating system >= "6.0") and (if exists property "in proxy agent context" then ( not in proxy agent context ) else true) and (free space of drive of client > 49245672 * 2) and exists (key of keys "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" of ( x32 registry; (if exists x64 registry then x64 registry else nothing) )) whose (value "DisplayName" of it as string is "HipChat" and value "Publisher" of it as string is "Atlassian Inc" and value "DisplayVersion" of it as string as version < "4.0.1633" as version)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
//Comment
prefetch C57E7785A30F5C098CDA7115BA2A2E248E81BC79 sha1:C57E7785A30F5C098CDA7115BA2A2E248E81BC79 size:49245672 https://hipchat-ops.s3.amazonaws.com/hipchat4/windows/HipChat_4.0.1633.exe sha256:CF512FABD12A0557FC09E1C4E6237B6531219512C5C7BEE965B93DA5E0C6F5DB
parameter "baseFolder" = "__Download/"
delete "{parameter "baseFolder"}HipChat-Install.exe"
move "__Download/C57E7785A30F5C098CDA7115BA2A2E248E81BC79" "{parameter "baseFolder"}HipChat-Install.exe"
parameter "logFolder" = "{parent folder of client folder of current site | data folder of client}/__Global/PGWLogs"
folder create "{parameter "logFolder"}"
parameter "logFile" = "PGW.log"
delete __createfile
delete run.bat
createfile until _end_
@ECHO OFF
cd "{parameter "baseFolder"}"
mkdir "{parameter "logFolder"}"
echo %DATE:~10,4%_%DATE:~4,2%_%DATE:~7,2% %time% - Action ID: {id of active action as string | "Debugger" as string} - HipChat >> "{parameter "logFolder"}/{parameter "logFile"}"
"HipChat-Install.exe" /VERYSILENT >> "{parameter "logFolder"}/{parameter "logFile"}" 2>&1
echo Return code: %errorlevel% >> "{parameter "logFolder"}/{parameter "logFile"}"
echo. >> "{parameter "logFolder"}/{parameter "logFile"}"
_end_
move __createfile run.bat
override wait
hidden=true
completion=job
wait run.bat
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

