Install Trend Micro Security for Mac (OfficeScan Edition) Agent using mpkg - Mac OS X
| 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 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
| 23051 | |
| Beta - Preliminary testing ready for more | |
| Install Trend Micro Security for Mac (OfficeScan Edition) Agent using mpkg - Mac OS X | |
| Install | |
| Trend Micro | |
| 11/8/2016 12:00:00 AM | |
| Trend Micro Security for Mac, OfficeScan, tmsminstall.mpkg | |
| andym on 12/18/2016 6:29:22 PM | |
| andym on 12/18/2016 6:29:22 PM | |
| 5357 Views / 4 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 3 fixlets | * Results in a true/false |
| Used in 3 fixlets | * Results in a true/false |
Actions
Action 1
// 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'"
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
https://bigfix.me/cdb/fixlet/22531
Sharing
| Social Media: |
Comments
|
|
|
| Modified the description only of fixlet updated by xianan https://bigfix.me/fixlet/details/22531 | |

