Help - Search - Members - Calendar
Full Version: Trend Micro PC-cillin Internet Security 14
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Gaop
Actually this program is easy to get to install silently.

Just extract the .exe with winrar or similiar program.

There you find a setup.ini which you need to put 3 lines in for making the install silent.

CODE
[Product]
Version=14

[SETUP]
Lang=en
RollbackInfoURL=http://www.trendmicro-consumer.com/
Toolbar=0
Silent=qn     <-----ADD THIS LINE TO MAKE IT INSTALL SILENTLY-----

[CustomerInformation]     <-----ADD THIS LINE IF IT DOESN'T EXIST ALREADY-----
Serial=xxx-xxxx-xxxx-xxxx-xxxx     <-----ADD YOUR REGISTRATION INFORMATION HERE-----

[NetworkType]
Skip=1
ONLINE=1


Now you can run the setup.exe (the one you extracted from the downloaded .exe) without any switches.

Now I only need some regtweaks or something else to have it configured the way I want, will be back if I find a solution for that.
Stacey Melissa
There are two reg tweak files I apply right after the silent install. The first is the actual tweaks of mine, which make the program perform less stupidly, IMHO. The bulk of the tweak file is for turning on the IE toolbar. The second reg file is the registration, although registration is still not totally automatic.

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}]
@="Trend Micro Antifraud Toolbar"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\InprocServer32]
@="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\ProgID]
@="PccIeBar.PccBHO.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\Programmable]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\TypeLib]
@="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{06647158-359E-4D10-A8DE-E6145DA90BE9}\VersionIndependentProgID]
@="PccIeBar.PccBHO"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}]
@="Trend Micro Antifraud Toolbar"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\InprocServer32]
@="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\ProgID]
@="PccIeBar.AntiPhishBar.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\Programmable]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\TypeLib]
@="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{871F91FD-3A92-4988-A842-16AB2CFF5AF1}\VersionIndependentProgID]
@="PccIeBar.AntiPhishBar"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}]
@="IAntiPhishBar"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\ProxyStubClsid]
@="{00020424-0000-0000-C000-000000000046}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\ProxyStubClsid32]
@="{00020424-0000-0000-C000-000000000046}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{1E127596-E506-4291-A841-CFA6F8CAB84C}\TypeLib]
@="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}"
"Version"="1.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}]
@="IPccBHO"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\ProxyStubClsid]
@="{00020424-0000-0000-C000-000000000046}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\ProxyStubClsid32]
@="{00020424-0000-0000-C000-000000000046}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{FE577612-322D-4504-8E24-13BBBF532F72}\TypeLib]
@="{CCDF1ACA-BC98-4747-9308-98C20A6E8633}"
"Version"="1.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar]
@="AntiPhishBar Class"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar\CLSID]
@="{871F91FD-3A92-4988-A842-16AB2CFF5AF1}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar\CurVer]
@="PccIeBar.AntiPhishBar.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar.1]
@="TrendMicro AntiPhishBar"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.AntiPhishBar.1\CLSID]
@="{871F91FD-3A92-4988-A842-16AB2CFF5AF1}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO]
@="PccBHO Class"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO\CLSID]
@="{06647158-359E-4D10-A8DE-E6145DA90BE9}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO\CurVer]
@="PccIeBar.PccBHO.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO.1]
@="PccBHO Class"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PccIeBar.PccBHO.1\CLSID]
@="{06647158-359E-4D10-A8DE-E6145DA90BE9}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0]
@="PccIeBar 1.0 Type Library (Pc-Cillin)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\0\win32]
@="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\PccIeBar.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\FLAGS]
@="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\TypeLib\{CCDF1ACA-BC98-4747-9308-98C20A6E8633}\1.0\HELPDIR]
@="C:\\PROGRA~1\\TRENDM~1\\INTERN~1\\"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar]
"{871F91FD-3A92-4988-A842-16AB2CFF5AF1}"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{06647158-359E-4D10-A8DE-E6145DA90BE9}]

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\CFW]
"GssEnable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\aim]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\http]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\icq]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\ProtocolHandler\msn]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Common\AntiSpam\config]
"ScanType"=dword:00000003

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Common\PrivacyProtection\config]
"PrivacyData01"=hex(03):af,3b,be,b2,df,5f,46,c7,f4,1c,b1,c4,a1,62,31,d4,97,\
  7b,eb,a6,0c,fc,63,0b,8c,30,66,05,6f,af,01,8d,5d,cd,30,99,6f,f3,9d,07,f7,b9,87,\
  24,10,54,09,c7

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\HostFilter]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\PrivacyProtection]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\URLFilter]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\http\Virus]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\im\PrivacyProtection]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\Pop3\AntiSpam]
"enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\Scan\smtp\PrivacyProtection]
"Enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\AntiPhish]
"Initialize"=dword:00000001
"show"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\CentralControlComponent\Profile]
"CurrentProfile"=hex(03):ca,b5,7b,57,95,49,9c,44,94,08,53,11,23,e9,86,49
"DontAskAgain"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Config]
"POP3Splash"=dword:00000000
"SmtpSplash"=dword:00000000
"WebMailSplash"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Intelligent]
"HideProgress"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\MainUI]
"RunInstruction"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\ManualScan]
"FastScan"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\OBAlert]
"CACHE"=dword:00000000
"ViewAlert"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Proxy]
"PX2JZ"=hex(03):8a,b9,f6,ab,fd,3d,7a,55,d6,d0,f8,c2,dc,b9,74,97,00,2e,fb,4c,\
  70,07,91,4d,89,7c,bc,75,e1,6a,ad,84,9a,56,12,76,c9,27,51,96,7f,3a,49,f1,93,\
  4a,b8,9f,78,2e,98,63,1e,8d,38,1f,05,c0,f6,b9,cd,ae,9e,3b,b7,99,71,80,44,cc,c8,\
  13,82,3a,2b,65,4a,47,4a,bc,97,1c,37,e2,7e,fd,f7,4f,17,5c,38,05,c6,c5,f0,3f,\
  7f,7d,55,2e,01,8e,1c,ea,22,c0,1b,5a,8a,6a,af,83,7b,a3,a1,16,0d,dc,36,a3,21,82,\
  36,6c,14,66,63,b9,9e,02,0d,c4,00,ec,25,de,20,87,51,f5,f6,a8,fc,53,38,fc,e3,\
  a6,69,85,a7,13,fe,09,8e,48,8a,9d,29,a1,89,3c,9a,e5,8e,18,ee,ce,95,73,46,0b,95,\
  fd,18,36,63,1a,3d,9b,d7,41,58,eb,5a,fd,1e,94,6b,80,44,f5,90,5f,f1,45,d3,f7,\
  5b,2f,a6,99,e3,a7,c2,fc,4d,c8,0d,d8,d8,fa,ca,73,24,36,7b,1f,69,6d,02,aa,32,f2,\
  df,8d,a8,49,f5,29,dd,f4,f4,56,70,f3,c4,c5,db,28,8f,af,59,8c,24,cb,a6,6d,88,\
  46,a4,93,e5,d5,cf,a3
"Socks"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\RealTimeScan]
"IOScanE"=hex(03):02,2b,65,dd,67,85,0f,9c,dc,c9,49,9f,32,59,cc,c1
"ZipScanOnOff"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\Spyware]
"EnableScheduled"=dword:00000000
"TargetDayOfWeek"=dword:00000000
"TargetTime"=dword:0000B1BC
"TargetType"=dword:00000002

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin\14\VA]
"TargetDayOfWeek"=dword:00000000
"TargetTime"=dword:0000AFC8


and

CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillin]
"register no."="XXXX-XXXX-XXXX-XXXX-XXXX"


Then I disable the Windows Firewall that comes with XP SP2 with a .vbs script file:

CODE
Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
objPolicy.FirewallEnabled = FALSE


I have yet to find a way to configure firewall rules automatically. I found the firewall profile files where the settings are stored, but messing with them at all kills the firewall. This is quite unfortunate, since the default firewall rules suck major arse. They block outbound TCP port 80, for crying out loud!

I had better luck, though, with automatically configuring the scheduled virus scans. All you have to do for those is just configure/disable scheduled scans as desired, then copy the schedule profile files in C:\Program Files\Trend Micro\Internet Security 2006\TASK over the default files that the setup file contains. Make sure not to delete any default profiles, or else the setup will generate file not found errors.

Oh, and I add these lines to my setup.ini file, which should make it install a bit faster:

CODE
[InstallType]
Prescan=0
Gaop
So, you to have problems setting the firewall the way you want sad.gif

Think you can remove the second tweak you are adding and applying these lines as mention before in setup.ini

CODE
[CustomerInformation]
Serial=xxx-xxxx-xxxx-xxxx-xxxx


And the final tweak could be the one that disable the "searching for trojan before install to make sure it installs on a fresh HD" or something like that ..... will test it.

Btw, do you add all the toolsbars .... never tried any of them just thought they would fill up space in IE ?

EDIT: Yep, the Prescan can disable scanning during install and:

CODE
Prescan=0     -Disable scanning
Prescan=1     Scan system files only
Prescan=2     Default, scans whole system
Stacey Melissa
QUOTE (Gaop @ Dec 12 2005, 10:34 AM) *
Think you can remove the second tweak you are adding and applying these lines as mention before in setup.ini

CODE
[CustomerInformation]
Serial=xxx-xxxx-xxxx-xxxx-xxxx

The entry in setup.ini allows the program to install. My reg tweak registers the serial. Sort of. I still get a popup saying that the serial has been registered before, and I have to enter my email address again to get it to fully go through. Maybe there's a way to add the email address to a reg tweak also.

QUOTE
And the final tweak could be the one that disable the "searching for trojan before install to make sure it installs on a fresh HD" or something like that ..... will test it.
Correct.

QUOTE
Btw, do you add all the toolsbars .... never tried any of them just thought they would fill up space in IE ?

There's just one toolbar. I wouldn't use it myself. I don't even use IE. But it could be useful for other people. Yes, it does take up a bit of space.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.