Index: cvsflt_release.inf =================================================================== RCS file: /scotty/cvsflt/cvsflt_release.inf,v retrieving revision 1.3 diff -c -r1.3 cvsflt_release.inf *** cvsflt_release.inf 13 Sep 2012 11:49:22 -0000 1.3 --- cvsflt_release.inf 14 Sep 2012 01:54:37 -0000 *************** *** 67,75 **** --- 67,79 ---- [CvsFlt.AddRegistry] HKLM,%CvsFltRegistry%,%CvsFltDebugFlags%,0x00010001 ,0 + HKLM,%CvsFltEventReg%,%CvsFltEventMsgFile%,0x00020000,"%%SystemRoot%%\System32\cvsflt.sys" + HKLM,%CvsFltEventReg%,%CvsFltEventTypes%,0x00010001,7 [CvsFlt.DelRegistry] HKLM,%CvsFltRegistry%,%CvsFltDebugFlags% + HKLM,%CvsFltEventReg%,%CvsFltEventMsgFile% + HKLM,%CvsFltEventReg%,%CvsFltEventTypes% ; ; Copy Files *************** *** 95,99 **** --- 99,106 ---- CvsFltServiceName = "CvsFlt" CvsFltRegistry = "system\currentcontrolset\services\CvsFlt" CvsFltDebugFlags = "DebugFlags" + CvsFltEventReg = "system\currentcontrolset\services\EventLog\System\CvsFlt" + CvsFltEventMsgFile = "EventMessageFile" + CvsFltEventTypes = "TypesSupported" Disk1 = "CvsFlt Source Media" Index: cvsflt/makefile.mak =================================================================== RCS file: /scotty/cvsflt/cvsflt/makefile.mak,v retrieving revision 1.1 diff -c -r1.1 makefile.mak *** cvsflt/makefile.mak 12 Sep 2012 12:53:50 -0000 1.1 --- cvsflt/makefile.mak 14 Sep 2012 00:55:00 -0000 *************** *** 8,41 **** # MAKEFLAGS=/NOLOGO $(MAKEFLAGS) ! all: clean cvsflt ! clean: ! -@rd /s /q objfre_wxp_x86_vh 2> nul ! -@rd /s /q objfre_wnet_x86_vh 2> nul -@rd /s /q objfre_wnet_AMD64_vh 2> nul -@rd /s /q objfre_wnet_AMD64_vh 2> nul ! -@del /q ..\i386\*.* ..\amd64\*.* 2> nul !Ifndef EXPIRY_MAX ! cvsflt: @< nul -@rd /s /q objfre_wnet_AMD64_vh 2> nul ! -@del /q ..\amd64\*.* 2> nul ! ! clean32: ! -@rd /s /q objfre_wxp_x86_vh 2> nul ! -@rd /s /q objfre_wnet_x86_vh 2> nul ! -@del /q ..\i386\*.* 2> nul !Ifndef EXPIRY_MAX ! cvsflt64 cvsflt32: @<