Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6 System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 User : User ( 0) PHP Version : 7.4.6 Disable Function : NONE Directory : C:/Users/User/AppData/Local/Temp/HouseCall32/ |
;;; ;;; tmcomm ;;; ;;; ;;; Copyright (c) 2006, Trend Micro Inc. ;;; [Version] signature = "$Windows NT$" Class = "AntiVirus" ; This is determined by the work this filter driver does ClassGuid = {b1d1a169-c54f-4379-81db-bee7d88d7454} ; This value is determined by the Class Provider = %Trend% DriverVer=08/25/2020,6.70.0.1129 CatalogFile = tmcomm.cat ; A CatalogFile entry is required for a WHQL signature. ; The actual catalog file will be provided by WHQL. The ; catalog file for this sample is not provided for use. ; ---------------------------------------------------------------------- ; Models Section ; ---------------------------------------------------------------------- ;For Windows 2000, Windows XP, and Windows Vista [Trend] %tmcommServiceDesc% = DefaultInstall ;For Windows 7 and later [Trend.NTx86.6.1] %tmcommServiceDesc% = DriverInstall_Win7 [Trend Micro.NTx86.6.1] %tmcommServiceDesc% = DriverInstall_Win7 [Trend.NTamd64.6.1] %tmcommServiceDesc% = DriverInstall_Win7 [Trend Micro.NTamd64.6.1] %tmcommServiceDesc% = DriverInstall_Win7 ; ---------------------------------------------------------------------- ; Install section ; ---------------------------------------------------------------------- [DefaultInstall] OptionDesc = %tmcommServiceDesc% CopyFiles = tmcomm.DriverFiles [DefaultInstall.Services] AddService = %tmcommServiceName%,,tmcomm.Service [DriverInstall_Win7] OptionDesc = %tmcommServiceDesc% CopyFiles = tmcomm.DriverFiles [DriverInstall_Win7.Services] AddService = %tmcommServiceName%,,tmcomm.NT.6.1.Service [DriverInstall_Win8] OptionDesc = %tmcommServiceDesc% CopyFiles = tmcomm.DriverFiles [DriverInstall_Win8.Services] AddService = %tmcommServiceName%,,tmcomm.NT.6.1.Service ; ---------------------------------------------------------------------- ; Services Section ; ---------------------------------------------------------------------- [tmcomm.Service] DisplayName = %tmcommServiceName% Description = %tmcommServiceDesc% ServiceBinary = %12%\tmcomm.sys ;%windir%\system32\drivers\tmcomm.sys ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 1 ;SERVICE_SYSTEM_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL Dependencies = LoadOrderGroup = "Extended Base" ;AddReg = tmcomm.AddRegistry [tmcomm.NT.6.1.Service] DisplayName = %tmcommServiceName% Description = %tmcommServiceDesc% ServiceBinary = %12%\tmcomm.sys ;%windir%\system32\drivers\tmcomm.sys ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 0 ;SERVICE_BOOT_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL Dependencies = LoadOrderGroup = "Extended Base" ;AddReg = tmcomm.AddRegistry ; ---------------------------------------------------------------------- ; Uninstall section ; ---------------------------------------------------------------------- [DefaultUninstall] DelFiles = tmcomm.DelFiles ;DelReg = tmcomm.DelRegistry [DefaultUninstall.Services] DelService = tmcomm [StopServiceUninstall] DelFiles = tmcomm.DelFiles ;DelReg = tmcomm.DelRegistry [StopServiceUninstall.Services] DelService = tmcomm,0x200 ; Flags note to stop service first ; ---------------------------------------------------------------------- ; Disk/FIle Sections ; ---------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 tmcomm.DriverFiles = 12 ;%windir%\system32\drivers [SourceDisksNames] 1 = %Disk1% [SourceDisksFiles] tmcomm.sys = 1 [tmcomm.DriverFiles] tmcomm.sys [tmcomm.DelFiles] tmcomm.sys,,,0x00000001 ; ---------------------------------------------------------------------- ; Registry Section ; ---------------------------------------------------------------------- [tmcomm.AddRegistry] HKLM,%tmcommRegistry%\Parameters,%tmcommDebugFlags%,0x00010001 ,0 [tmcomm.DelRegistry] HKLM,%tmcommRegistry%\Parameters,%tmcommDebugFlags% ; ---------------------------------------------------------------------- ; Strings Section ; ---------------------------------------------------------------------- [Strings] Trend = "Trend Micro Inc." tmcommServiceDesc = "Trend Micro Common Engine Driver" tmcommServiceName = "tmcomm" tmcommRegistry = "system\currentcontrolset\services\tmcomm" tmcommDebugFlags = "DebugLogFlags" Disk1 = "Trend Micro Kernel Driver Source Media"