Changes

Jump to: navigation, search

TrendMicro OfficeScan

1,656 bytes added, 18:45, 28 February 2009
New page: Silent Installer for the [http://us.trendmicro.com/us/products/enterprise/officescan-client-server-edition/ TrendMicro OfficeScan Client], a Security Suite <source lang="xml"> <?xml versi...
Silent Installer for the [http://us.trendmicro.com/us/products/enterprise/officescan-client-server-edition/ TrendMicro OfficeScan Client], a Security Suite

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

<package id="officescan"
name="TrendMicro OfficeScan 8"
revision="8"
reboot="false"
priority="800">

<check type="uninstall" condition="exists" path="Trend Micro OfficeScan Client" />

<install cmd='\\OFFICESCANSERVERNAME\ofcscan\AutoPcc.exe' >

</package>

</packages>
</source>
Note: change the OFFICESCANSERVERNAME to match your Servername, where you installed the OfficeScan Server.


== alternative method ==
If you have to authenticate yourself with a different user on the OfficeScan Server, you can use the following batchfile
<source lang="dos">
@echo off
net use \\OFFICESCANSERVERNAME\ofcscan /user:DOMAIN\USER PASSWORD
start /wait \\OFFICESCANSERVERNAME\ofcscan\AutoPcc.exe
net use \\OFFICESCANSERVERNAME\ofcscan /delete
</source>
Don't forget to change the Servername, Domainname, User and Password.
Change the wpkg package to execute your batch:

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

<package id="officescan"
name="TrendMicro OfficeScan 8"
revision="8"
reboot="false"
priority="800">

<check type="uninstall" condition="exists" path="Trend Micro OfficeScan Client" />

<install cmd='cmd /c "%SOFTWARE%\trendmicro\install.cmd"' >
<exit code="-1" />
</install>

</package>

</packages>
</source>

[[category:Silent Installers]]
13
edits

Navigation menu