|
哈哈,转换的结果竟然错误
; Converted by Reg2PEInf 1.00 (Windows Registry to PE-Builder Inf Converter)
; http://vb.nl.eu.org/homepage/reg2peinf.aspx
;;;
;;; Windows Image File Filter Driver
;;;
;;; Copyright (c) 2004, Microsoft Corporation
;;; Author: Bangalore Guruprakash (brGuru)
;;;
; Error: Hive not supported by PE Builder - 0x0, "Version"
; Error: Hive not supported by PE Builder - 0x1, "Version", Signature , "$Windows NT$"
; Error: Hive not supported by PE Builder - 0x1, "Version", Class , "ActivityMonitor" ;Determined by the work this filter driver does
; Error: Hive not supported by PE Builder - 0x1, "Version", Provider , %MSFT%
; Error: Hive not supported by PE Builder - 0x1, "Version", DriverVer, 06/21/2006,6.0.6001.18000
; Error: Hive not supported by PE Builder - 0x0, "DestinationDirs"
; Error: Hive not supported by PE Builder - 0x1, "DestinationDirs", DefaultDestDir , 12 ;%windir%system32drivers
; Error: Hive not supported by PE Builder - 0x1, "DestinationDirs", WimFltr.DriverFiles , 12 ;%windir%system32drivers
;;
;; Default install sections
;;
; Error: Hive not supported by PE Builder - 0x0, "DefaultInstall"
; Error: Hive not supported by PE Builder - 0x1, "DefaultInstall", OptionDesc , %WimFltrServiceDescription%
; Error: Hive not supported by PE Builder - 0x1, "DefaultInstall", CopyFiles , WimFltr.DriverFiles
; Error: Hive not supported by PE Builder - 0x0, "DefaultInstall.Services"
; Error: Hive not supported by PE Builder - 0x1, "DefaultInstall.Services", AddService , %WimFltrServiceName%,,WimFltr.Service
;;
;; Default uninstall sections
;;
; Error: Hive not supported by PE Builder - 0x0, "DefaultUninstall"
; Error: Hive not supported by PE Builder - 0x1, "DefaultUninstall", DelFiles , WimFltr.DriverFiles
; Error: Hive not supported by PE Builder - 0x1, "DefaultUninstall", DelReg , WimFltr.DelRegistry
; Error: Hive not supported by PE Builder - 0x0, "DefaultUninstall.Services"
; Error: Hive not supported by PE Builder - 0x1, "DefaultUninstall.Services", DelService , WimFltr,0x200 ;Flags not to stop service first
;;
;; Services Section
;;
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.Service"
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", DisplayName , %WimFltrServiceName%
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", Description , %WimFltrServiceDescription%
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", ServiceBinary , %12%wimfltr.sys ;%windir%system32driverswimfltr.sys
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", Dependencies , %WimFltrFilterManagerName% ;FltMgr
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", ServiceType , 2 ;SERVICE_FILE_SYSTEM_DRIVER
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", StartType , 3 ;SERVICE_DEMAND_START
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", ErrorControl , 1 ;SERVICE_ERROR_NORMAL
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", LoadOrderGroup , "FSFilter Compression"
; Error: Hive not supported by PE Builder - 0x1, "WimFltr.Service", AddReg , WimFltr.AddRegistry
;;
;; Registry Modifications
;;
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.AddRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.AddRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.AddRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.AddRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.AddRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.DelRegistry"
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.DelRegistry"
;;
;; Copy Files
;;
; Error: Hive not supported by PE Builder - 0x0, "WimFltr.DriverFiles"
;;WimFltr.sys
;;
;; Strings section
;;
; Error: Hive not supported by PE Builder - 0x0, "Strings"
;
; Localizable strings
;
; Error: Hive not supported by PE Builder - 0x1, "Strings", MSFT , "Microsoft Corporation"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrServiceDescription , "Windows Image Mini-Filter Driver"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrServiceName , "WimFltr"
;
; Non-Localizable strings
;
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrRegKey , "systemcurrentcontrolsetservicesWimFltr"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrRegAltitudeValueName , "Altitude"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrRegDefaultInstanceValueName , "DefaultInstance"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrRegInstancesSubkeyName , "Instances"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrRegFlagsValueName , "Flags"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrDebugFlags , "DebugFlags"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrFilterManagerName , "FltMgr"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrDefaultInstance , "WimFltr Instance"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrInstance1.Name , "WimFltr Instance"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrInstance1.Altitude , "170500"
; Error: Hive not supported by PE Builder - 0x1, "Strings", WimFltrInstance1.Flags , 0x0 ; Allow all attachments |
|