Index: cvsflt_release.inf =================================================================== RCS file: /scotty/cvsflt/cvsflt_release.inf,v retrieving revision 1.2 diff -c -r1.2 cvsflt_release.inf *** cvsflt_release.inf 10 Nov 2004 14:45:50 -0000 1.2 --- cvsflt_release.inf 13 Sep 2012 06:38:14 -0000 *************** *** 10,31 **** ;;;NW1 0AG, or by electronic mail at license@march-hare.com. [Version] ! signature = "$Windows NT$" ! Class = "FSFilterSystem" ;This is determined by the work this filter driver does ! ClassGuid = {5d1b9aaa-01e2-46af-849f-272b3f324c46} ;This value is determined by the Class ! Provider = %MarchHare% ! DriverVer = 10/23/2004,1.0.0.1 ! CatalogFile = [DestinationDirs] ! DefaultDestDir = 12 ! CvsFlt.DriverFiles = 12 ;%windir%\system32\drivers ! ! [SourceDisksNames] ! 1 = %Disk1% ! ! [SourceDisksFiles] ! cvsflt.sys = 1 ;; ;; Default install sections --- 10,26 ---- ;;;NW1 0AG, or by electronic mail at license@march-hare.com. [Version] ! Signature = "$Windows NT$" ! Class = "FSFilterSystem" ;This is determined by the work this filter driver does ! ClassGuid = {5d1b9aaa-01e2-46af-849f-272b3f324c46} ;This value is determined by the Class ! Provider = %MarchHare% ! DriverVer = 10/23/2004,1.0.0.1 ! ;; DriverPackageType= FileSystemFilter ! CatalogFile = cvsflt.cat [DestinationDirs] ! DefaultDestDir = 12 ! CvsFlt.DriverFiles = 12 ;%windir%\system32\drivers ;; ;; Default install sections *************** *** 44,51 **** ;; [DefaultUninstall] ! DelFiles = CvsFlt.DriverFiles ! DelReg = CvsFlt.DelRegistry [DefaultUninstall.Services] DelService = CvsFlt,0x200 ; Flags note to stop service first --- 39,47 ---- ;; [DefaultUninstall] ! DelFiles = CvsFlt.DriverFiles ! DelReg = CvsFlt.DelRegistry ! [DefaultUninstall.Services] DelService = CvsFlt,0x200 ; Flags note to stop service first *************** *** 58,68 **** DisplayName = %CvsFltServiceName% Description = %CvsFltServiceDesc% ServiceBinary = %12%\cvsflt.sys ;%windir%\system32\drivers\cvsflt.sys ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER StartType = 0 ;SERVICE_BOOT_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL LoadOrderGroup = "filter" ! AddReg = CvsFlt.AddRegistry ; ; Registry Modifications --- 54,65 ---- DisplayName = %CvsFltServiceName% Description = %CvsFltServiceDesc% ServiceBinary = %12%\cvsflt.sys ;%windir%\system32\drivers\cvsflt.sys + Dependencies = "FltMgr" ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER StartType = 0 ;SERVICE_BOOT_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL LoadOrderGroup = "filter" ! AddReg = CvsFlt.AddRegistry ; ; Registry Modifications *************** *** 80,85 **** --- 77,89 ---- [CvsFlt.DriverFiles] cvsflt.sys + + + [SourceDisksNames] + 1 = %Disk1% + + [SourceDisksFiles] + cvsflt.sys = 1 ;; ;; String Section Index: cvsflt/cvsflt_msg.h =================================================================== RCS file: /scotty/cvsflt/cvsflt/cvsflt_msg.h,v retrieving revision 1.1 diff -c -r1.1 cvsflt_msg.h *** cvsflt/cvsflt_msg.h 12 Sep 2012 12:53:50 -0000 1.1 --- cvsflt/cvsflt_msg.h 13 Sep 2012 05:10:17 -0000 *************** *** 1,4 **** ! // CVS_VERSION_ID("@(#)$Id$") /* --------------------------------------------------------------------------- Copyright (c) March Hare Software Limited, England. All rights reserved. --- 1,4 ---- ! // CVS_VERSION_ID("@(#)$Id: cvsflt_msg.mc,v 1.1 2012/09/12 12:53:50 abarrett Exp $") /* --------------------------------------------------------------------------- Copyright (c) March Hare Software Limited, England. All rights reserved. Index: cvsflttest/cvsflttest.vcproj =================================================================== RCS file: /scotty/cvsflt/cvsflttest/cvsflttest.vcproj,v retrieving revision 1.4 diff -c -r1.4 cvsflttest.vcproj *** cvsflttest/cvsflttest.vcproj 12 Sep 2012 01:39:06 -0000 1.4 --- cvsflttest/cvsflttest.vcproj 12 Sep 2012 12:47:59 -0000 *************** *** 42,48 ****