;;; ;;; File System Filter Manager ;;; ;;; ;;; Copyright (c) 2000, Microsoft Corporation ;;; [Version] Signature="$Windows NT$" SetupClass=BASE LayoutFile=layout.inf DriverVer=07/01/2001,5.1.2600.2180 [DefaultInstall] ;CpyFiles=FltMgr.DriverFiles,FltMgr.ProgramFiles AddReg=FltMgr_addreg [DefaultInstall.Services] AddService=%FltMgrServiceName%,,FltMgr.Service [DestinationDirs] FltMgr.DriverFiles=12 ;%windir%\system32\drivers FltMgr.ProgramFiles=11 ;%windir%\system32 ; ; Services Section ; [FltMgr.Service] DisplayName = %FltMgrServiceName% Description = %FltMgrServiceDesc% ServiceBinary = %12%\fltMgr.sys ;%windir%\system32\drivers\fltMgr.sys ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER StartType = 0 ;SERVICE_BOOT_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL LoadOrderGroup = "FSFilter Infrastructure" ; ; Copy Files ; [FltMgr.DriverFiles] fltMgr.sys [FltMgr.ProgramFiles] fltMc.exe fltlib.dll [FltMgr_addreg] HKLM,"SYSTEM\CurrentControlSet\Services\FltMgr\","AttachWhenLoaded",0x10001,0 [Strings] FltMgrServiceName = "FltMgr" FltMgrServiceDesc = "Драйвер диспетчера фильтров файловой системы"