You can install the Security Agent on Mac endpoints that cannot access
the Worry-Free Services web console
by modifying and running the preferences file (
.plist
) on the
target endpoints.Procedure
- Download the Security Agent installer as described in Security Agent Installation — Install on This Endpoint.
- Create the deployment script (
Mac_deployment.sh
).- Create a new file using a text editing program.
- Copy and paste the following script.
#!/bin/bashIDENTIFIER="Your Identifier"PKG_PATH="Your path of WFBS-SVC_Agent_Installer.pkg"rm /var/tmp/TrendMicro/Identifier.plist > /dev/nullmkdir /var/tmp/TrendMicro > /dev/nullcat > /var/tmp/TrendMicro/Identifier.plist <<EOF<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict> <key>Identifier</key> <string>$IDENTIFIER</string> </dict></plist>EOFcp $PKG_PATH /var/tmp/TrendMicro/WFBS-SVC-Agent_Installer.pkgopen /var/tmp/TrendMicro/WFBS-SVC-Agent_Installer.pkg
- Replace the Identifier and pkg_path information.For more information on obtaining the Identifier, see How do I copy the Identifier information?.
- Save the shell script file as
Mac_deployment.sh
.
- Install the Security Agent on the Mac endpoint.For more information, see http://esupport.trendmicro.com/solution/en-US/1114085.aspx.