/build/static/layout/Breadcrumb_cap_w.png

TrendMicro OfficeScan Client

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 19.4k  |  Created: 11/29/2009

Average Rating: 0
OfficeScan Client has 9 inventory records, 3 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)
3
Note

If you already have the MSI proceed to step 4.

 

  1. Remote into the trend server
  2. Navigate to C:\Program Files (x86)\Trend Micro\OfficeScan\PCCSRV\Admin\Utility\ClientPackager and run ClnPack.exe
  3. In the Client Packager, set the package type to MSI, make sure the scan method is set to Conventional, and choose the ellipses next to “Output file” choose a name and save location. Then click Create at the bottom.
  4. Move the created MSI to the machine you’ll create the package on.
  5. Create Install.bat with the code listed in Scripts.
  6. Compile the MSI and install.bat into a zip file and upload into KACE
    1. Installation Command is set to Configure Manually and set to look at Install.bat
    2. Don't prepend msiexec.exe
    3. Delete Downloaded Files

The install time for this was 2 minutes, tested and deployed on Win 7 Pro (32/64) and Win XP (32/64). This installed version 10.6.1062. A restart may be required, but does not force the user, instead just gives them reminders.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Script

Create an install.bat to be used in the package with the MSI.

 

 

if exist "C:\Program Files\Trend Micro\OfficeScan Client\PccNTMon.exe" goto END
if exist "C:\Program Files(x86)\Trend Micro\OfficeScan Client\PccNTMon.exe" goto END

msiexec /i "TrendMicroOfficescan.msi" MSIFASTINSTALL=1 /qn /norestart RUNATONCE="yes"

:END

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Script
#POWERSHELL
To Uninstall Trend Micro Officescan Semi Silently on 64bit devices:

Retrieve the Following values from \\YOURSERVER\ofcscan\Autopcc.cfg\AUTOPCC.INI
SilentUninstall= "-123"
NoPassword= "-123456"

Then replace the associated entries with the values you retrieved:

#Trend Uninstall
If (Test-Path "C:\Program Files (x86)\Trend Micro\OfficeScan Client\ntrmv.exe")
{
Write-Host Uninstalling Trend Micro Office Scan... This will take time...
Start-Process -FilePath "C:\Program Files (x86)\Trend Micro\OfficeScan Client\ntrmv.exe" -Args 'NOPASSWORD', 'SILENTUNINSTALL', '-s' -Wait -WindowStyle Hidden -ErrorAction SilentlyContinue
Do
{
Write-Host Looping script until uninstall is complete...
Start-Sleep 15
}
until (-not (Test-Path "C:\Program Files (x86)\Trend Micro\OfficeScan Client\ntrmv.exe"))
Remove-Item "C:\Program Files (x86)\Trend Micro\OfficeScan Client\*" -Force -Recurse -ErrorAction SilentlyContinue
}
The script must loop because the initial uninstall command passes the process to the msi and the script will continue executing.
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
1
Note

Another way:

1. On the OfficeScan-Server, you connect via UNC to  \\"OFFICESCAN-HOST"\ofcscan\Admin\Utility\ClientPackager    and run ClnPack.exe

2. Change Packet Type to MSI

3. At the bottom select the following Source file \\"OFFICESCAN-HOST"\ofcscan\ofcscan.ini

4. Select Output File into any path you want and click on "create" at the bottom to start the process to create a MSI-package of your TrendMicro installation.

5. Upload the MSI to KACE and select Installation command as standard. Add the parameters /i for verifying installation, /quiet for silent install and /norestart to force the client not to restart.

 

 

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (9)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

OfficeScan Client

Version

10.0.1895

Uninstall String

msiexec /x {ECEA7878-2100-4525-915D-B09174E36971}

Questions & Answers (3)

Questions & Answers related to TrendMicro OfficeScan Client

0
ANSWERS
2
ANSWERED

Blogs (0)

Blog posts related to TrendMicro OfficeScan Client

Reviews (0)

Reviews related to TrendMicro OfficeScan Client

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ