Trend Micro OfficeScan Client

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Trend Micro OfficeScan Server has a utility called AutoPcc that can be used to install OfficeScan Client on a local pc.

Autopcc.exe performs the following functions:

  • Determines the operating system of the client computer and installs the appropriate version of the OfficeScan client
  • Updates the program components and pattern files on the client

Packages

<?xml version="1.0" encoding="UTF-8"?>

<!-- 

Replace \\server01\ofscan with your officescan share path (part of officescan server)
NB: OfficeScan clients are uninstalled using the officescan console only although you may
find other methods if you google.
-->

<packages>

	<package id="trendmicroofficescanclient" 
	name="Trend Micro OfficeScan Client" 
	revision="2010071200" 
	reboot="false" 
	priority="1">
		<check type="file" condition="exists" path="%PROGRAMFILES%\Trend Micro\OfficeScan Client\NTRtScan.exe" />
		<install cmd='"\\server01\ofcscan\AutoPcc.exe"' />
		<upgrade cmd='"\\server01\ofcscan\AutoPcc.exe"' />
		
	</package>
	
</packages>

External Links