Update - Jaws - 17.0.1806.400 - Windows (x86)
Log In or Register to download the BES file, and more.

0 Votes

Description

This fixlet is for Update - Jaws - 17.0.1806.400 - Windows (x86) and was generated by William Easton as part of the C3 Patch offering. Access to this content is granted for free. If you make improvements to this fixlet please share them on BigFix.Me or on the orginal content on BigFix.Me. If you have paid for access to this content or if you have issues with this fixlet please contact Strawgate on forum.bigfix.com or comment on this piece of content on BigFix.Me.

Property Details

ID20298
TitleUpdate - Jaws - 17.0.1806.400 - Windows (x86)
SourceC3 Patch
Source ID!FixletID!
Source SeverityUnspecified
Source Release Date1/1/2016 12:00:00 AM
CVENamesUnspecified
Added by on 4/27/2016 8:10:26 PM
Last Modified by on 7/13/2016 7:40:32 PM
Counters 2239 Views / 65 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 1 fixlet   * Results in a true/false
Show indented relevance
(windows of operating system) and (not x64 of operating system) and (version of operating system >= "5.1") and (if exists property "in proxy agent context" then ( not in proxy agent context ) else true) and (free space of drive of client > 154002896 * 2) and ( exists regapps whose (name of it is "jfw.exe" and version of it < "17.0.1806.400" as version))

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
//Comment

prefetch F74B00E8AFC0C8E557DF5BFA2720C0D94E2BD151 sha1:F74B00E8AFC0C8E557DF5BFA2720C0D94E2BD151 size:154002896 http://files.freedomscientific.com/WebFiles/JAWS/17180468DA9E/J17.0.1806enu-x86.exe sha256:72011823E5B3D0D3F57E352C4D209CDC58A2558B0C5D3A5040A27FAC17852AEC

parameter "baseFolder" = "__Download/"

delete "{parameter "baseFolder"}Jaws.exe"
move "__Download/F74B00E8AFC0C8E557DF5BFA2720C0D94E2BD151" "{parameter "baseFolder"}Jaws.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} - Jaws >> "{parameter "logFolder"}/{parameter "logFile"}"

"Jaws.exe" /type Silent /Log >> "{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:
Share this page on Yammer

Comments

Log In or Register to leave comments!