home *** CD-ROM | disk | FTP | other *** search
- [Version]
- signature = "$Windows NT$"
- Class = "ActivityMonitor" ;This is determined by the work this filter driver does
- ClassGuid = {b86dff51-a31e-4bac-b3cf-e8cfe75c9fc2} ;This value is determined by the Class
- Provider = %Tkr%
- DriverVer = 09/30/2003,1.0.0.0
- CatalogFile = TukarooNT.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.
-
- [DestinationDirs]
- DefaultDestDir = 12
- TukarooNT.DriverFiles = 12 ;%windir%\system32\drivers
-
- ;;
- ;; Default install sections
- ;;
-
- [DefaultInstall]
- OptionDesc = %TukarooNTServiceDesc%
- CopyFiles = TukarooNT.DriverFiles
-
- [SourceDisksNames]
- 1 = %Disk1%
-
- [SourceDisksFiles]
- TukarooNT.sys = 1
-
- [DefaultInstall.Services]
- AddService = %TukarooNTServiceName%,,TukarooNT.Service
-
- ;;
- ;; Default uninstall sections
- ;;
-
- [DefaultUninstall]
- DelFiles = TukarooNT.DriverFiles
- DelReg = TukarooNT.DelRegistry
-
- [DefaultUninstall.Services]
- DelService = TukarooNT,0x200 ; Flags note to stop service first
-
- ;
- ; Services Section
- ;
-
- [TukarooNT.Service]
- DisplayName = %TukarooNTServiceName%
- Description = %TukarooNTServiceDesc%
- ServiceBinary = %12%\TukarooNT.sys ;%windir%\system32\drivers\TukarooNT.sys
- ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
- StartType = 0 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- LoadOrderGroup = "filter"
- AddReg = TukarooNT.AddRegistry
-
- ;
- ; Registry Modifications
- ;
-
- [TukarooNT.AddRegistry]
- HKLM,%TukarooNTRegistry%,%TukarooNTMaxRecords%,0x00010001 ,10000
- HKLM,%TukarooNTRegistry%,%TukarooNTMaxNames%,0x00010001 ,10000
- HKLM,%TukarooNTRegistry%,%TukarooNTDebugFlags%,0x00010001 ,0
- HKLM,%TukarooNTRegistry%,%TukarooNTAttachMode%,0x00010001 ,2
-
- [TukarooNT.DelRegistry]
- HKLM,%TukarooNTRegistry%,%TukarooNTMaxRecords%
- HKLM,%TukarooNTRegistry%,%TukarooNTMaxNames%
- HKLM,%TukarooNTRegistry%,%TukarooNTDebugFlags%
- HKLM,%TukarooNTRegistry%,%TukarooNTAttachMode%
-
- ;
- ; Copy Files
- ;
-
- [TukarooNT.DriverFiles]
- TukarooNT.sys
-
- ;;
- ;; String Section
- ;;
-
- [Strings]
- Tkr = "Tukaroo, Inc."
- TukarooNTServiceDesc = "TukarooNT Filter Driver"
- TukarooNTServiceName = "TukarooNT"
- TukarooNTRegistry = "system\currentcontrolset\services\TukarooNT"
- TukarooNTMaxRecords = "MaxRecords"
- TukarooNTMaxNames = "MaxNames"
- TukarooNTDebugFlags = "DebugFlags"
- TukarooNTAttachMode = "AttachMode"
- Disk1 = "TukarooNT Source Media"
-
-