;;; ;;; Copyright (c) Microsoft Corporation. All rights reserved ;;; ;;; Abstract: ;;; Traffic Inspect Callout sample driver install configuration. ;;; [Version] Signature = "$Windows NT$" Class = WFPCALLOUTS ClassGuid = {57465043-616C-6C6F-7574-5F636C617373} Provider = %ProviderString% CatalogFile = Inspect.cat DriverVer = 11/24/2014,14.24.55.836 PnpLockdown = 1 [SourceDisksNames] 1 = %InspectDisk%,,,"" [SourceDisksFiles] Inspect.sys = 1,, [DestinationDirs] Inspect.DriverFiles = 12 ; %WinDir%\System32\Drivers [DefaultInstall.NT$ARCH$] OptionDesc = %InspectServiceDesc% CopyFiles = Inspect.DriverFiles [DefaultInstall.NT$ARCH$.Services] AddService = %InspectServiceName%,,Inspect.Service [Inspect.DriverFiles] Inspect.sys,,,0x00000040 ; COPYFLG_OVERWRITE_OLDER_ONLY [Inspect.Service] DisplayName = %InspectServiceName% Description = %InspectServiceDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\Inspect.sys ; %WinDir%\System32\Drivers\Inspect.sys AddReg = Inspect.AddRegistry [Inspect.AddRegistry] HKR,"Parameters","BlockTraffic",0x00010001,"0" ; FLG_ADDREG_TYPE_DWORD HKR,"Parameters","RemoteAddressToInspect",0x00000000,"10.0.0.1" ; FLG_ADDREG_TYPE_SZ [Strings] ProviderString = "TODO-Set-Provider" InspectDisk = "Traffic Inspect Installation Disk" InspectServiceDesc = "Traffic Inspect Callout Driver" InspectServiceName = "Inspect"