Update - 7-Zip - 16.0.0.0 - Windows
Log In or Register to download the BES file, and more.

1 Votes

Description

This fixlet is for Update - 7-Zip - 16.0.0.0 - Windows 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

ID20627
TitleUpdate - 7-Zip - 16.0.0.0 - Windows
SourceC3 Patch
Source ID!FixletID!
Source SeverityUnspecified
Source Release Date1/1/2016 12:00:00 AM
CVENamesUnspecified
Added by on 5/13/2016 6:05:38 AM
Last Modified by on 7/13/2016 7:32:29 PM
Counters 4870 Views / 83 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 (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 > 1107003 * 2) and (exists regapp ("7zFM.exe") whose (version of it < "16.0.0.0" as version))

Actions

Action 1 (default)

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

prefetch 1113B886AB112DB70ED23399A47420573EB825A5 sha1:1113B886AB112DB70ED23399A47420573EB825A5 size:1107003 http://www.7-zip.org/a/7z1600.exe sha256:E7BF99071EC843474147BF9AAC263141D83973FF766C8ABBD82E931A04C586DA

parameter "baseFolder" = "__Download/"

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

"7-Zip.exe" /S >> "{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!
BrianCanFixIT -
FYI I created a similar fixlets that remove old installations and gives you the option of using the MSI or EXE installer here, also 64 and 32 bit options: https://bigfix.me/fixlet/details/20667 https://bigfix.me/fixlet/details/20668