;;; ;;; tmxpflt ;;; ;;; ;;; Copyright (c) 2006, TrendMicro 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 = 07/18/2008,8.900.1001.0 CatalogFile = TMFilter.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. [Manufacturer] %trend%=Trend, NTamd64, NTia64 [Trend] [Trend.NTamd64] [Trend.NTia64] [DestinationDirs] DefaultDestDir = 12 tmxpflt.DriverFiles = 12 ;%windir%\system32\drivers [SourceDisksNames] 1 = %Disk1% [SourceDisksFiles] tmxpflt.sys = 1 ;; ;; Default install sections ;; [DefaultInstall] OptionDesc = %tmxpfltServiceDesc% CopyFiles = tmxpflt.DriverFiles [DefaultInstall.Services] AddService = %tmxpfltServiceName%,,tmxpflt.Service AddReg = tmxpflt.AddRegistry ;; ;; Default uninstall sections ;; [DefaultUninstall] DelFiles = tmxpflt.DriverFiles DelReg = tmxpflt.DelRegistry [DefaultUninstall.Services] DelService = tmxpflt,0x204 ; Flags note to stop service first ; ; Services Section ; [tmxpflt.Service] DisplayName = %tmxpfltServiceName% Description = %tmxpfltServiceDesc% ServiceBinary = %12%\tmxpflt.sys ;%windir%\system32\drivers\tmxpflt.sys ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 2 ;SERVICE_AUTOMATICALLY_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL Dependencies = vsapint, tmpreflt LoadOrderGroup = "FSFilter Anti-Virus" AddReg = tmxpflt.AddRegistry ; ; Registry Modifications ; [tmxpflt.AddRegistry] HKLM,%tmxpfltRegistry%\Parameters,%tmxpfltDebugFlags%,0x00010001 ,0 [tmxpflt.DelRegistry] HKLM,%tmxpfltRegistry%\Parameters,%tmxpfltDebugFlags% ; ; Copy Files ; [tmxpflt.DriverFiles] tmxpflt.sys ;; ;; String Section ;; [Strings] trend = "TrendMicro Inc." tmxpfltServiceDesc = "Trend Functionality Driver" tmxpfltServiceName = "tmxpflt" tmxpfltRegistry = "system\currentcontrolset\services\tmxpflt" tmxpfltDebugFlags = "DebugLogFlags" Disk1 = "Trend Kernel Driver Source Media"