Install Trend Micro Security for Mac (OfficeScan Edition) Agent using mpkg - Mac OS X
Log In or Register to download the BES file, and more.

0 Votes

Description

This sample Fixlet installs Trend Micro Security for Mac (OfficeScan Edition) with the tmsminstall.mpkg.zip file .

For the action to complete successfully, you must do the following steps before deploying this Fixlet:

1. Get the tmsminstall.mpkg.zip file from Trend Micro Security for Mac agent installation package, which is located at \TMSM_HTML\ActiveUpdate\ClientInstall\. For more information about the agent installation package , see the Trend Micro Security for Mac Administrator's Guide (OfficeScan Edition).

2. Use the Fixlet Debugger tool to calculate the sha1, size, and sha256 values of the agent installer and take note of the values. For example, use the following relevance to query the required values: Q: (sha1 of it, size of it, sha256 of it) of file "C:\Users\ADMIN\Downloads\tmsminstall.mpkg.zip"

Note: To use the Fixlet Debugger tool, run the FixletDebugger.exe file, which is located in Program Files > BigFix Enterprise > BES Console > QnA. For more information about the Fixlet Debugger, see Using the Fixlet Debugger tool.

3. Update the Fixlet action to use the queried values of the sha1, size, and sha256 properties.

4. Rename the agent installer with the sha1 checksum. For example, if the sha1 checksum is d900d36ef19adcc4bbda222ae5baef0d48d3597f , rename the "tmsminstall.mpkg.zip" file to "d900d36ef19adcc4bbda222ae5baef0d48d3597f".

5. Place the renamed agent installer in the BigFix Server download cacher folder. For more information about manually caching file downloads on the BES Server, see this technote.


Property Details

ID23051
StatusBeta - Preliminary testing ready for more
TitleInstall Trend Micro Security for Mac (OfficeScan Edition) Agent using mpkg - Mac OS X
CategoryInstall
SourceTrend Micro
Source Release Date11/8/2016 12:00:00 AM
Keywords Trend Micro Security for Mac, OfficeScan, tmsminstall.mpkg
Added by on 12/18/2016 6:29:22 PM
Last Modified by on 12/18/2016 6:29:22 PM
Counters 5357 Views / 4 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 3 fixlets   * Results in a true/false
Show indented relevance
(name of operating system = "Mac OS X") AND (if system version >= "10.7" then version of client >= "8.2" else true) AND (architecture of operating system = "i386" OR architecture of operating system = "x86_64") AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true)
Used in 3 fixlets   * Results in a true/false
Show indented relevance
not exists folder "/Library/Application Support/TrendMicro/TmccMac/UIMgmt.app"
Used in 3 fixlets   * Results in a true/false
Show indented relevance
(system version >= "10.7" as version)

Actions

Action 1

Action Link Click here to execute this action.
Script Type BigFix Action Script
// download the agent installer zip file, manually cached to sha1 folder
prefetch tmsminstall.mpkg.zip sha1:d900d36ef19adcc4bbda222ae5baef0d48d3597f size:59422535 http://download.trendmicro.com/MANUAL_BES_CACHING_REQUIRED/tmsminstall.mpkg.zip sha256:b0b54bca011db7e3ed8bcf4d3215c53678d2c7e7681755e7ed184e9fb6d56b65

// move the zip file to a temp directory
move "{posix path of file "tmsminstall.mpkg.zip" of folder "__Download" of client folder of current site}" "/private/tmp/tmsminstall.mpkg.zip"

//unzip the tmsminstall.zip folder
wait ditto -xk /private/tmp/tmsminstall.mpkg.zip /private/tmp

// run the installer
wait installer -pkg "/private/tmp/tmsminstall.mpkg" -target /

// remove the installer zip file
wait /bin/sh -c "rm -r '/private/tmp/tmsminstall.mpkg.zip'"
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to review this task in the bigfix.me Content Database.
Script Type URL
https://bigfix.me/cdb/fixlet/22531
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
andym -
Modified the description only of fixlet updated by xianan https://bigfix.me/fixlet/details/22531