home *** CD-ROM | disk | FTP | other *** search
INI File | 2005-06-24 | 2.6 KB | 105 lines |
- ; -- VWIFIP.INF --
- ;
- ; VWIFIP INF file
- ;
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetTrans
- ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
- Provider = %Msft%
- DriverVer = 07/25/2000,5.1.2253.1
-
- [Manufacturer]
- %Msft% = MSFT
-
- [MSFT]
- %VWIFIP_Desc% = VWIFIP.ndi, MS_VWIFIP
-
-
- ; Note:
- ; 1. The NCF_* flags are defined in netcfgx.h
- ; 2. NCF_HAS_UI (0x80) is required for custom property pages.
- ;
-
- [VWIFIP.ndi]
- AddReg = VWIFIP.ndi.AddReg
- Characteristics = 0x80 ; NCF_HAS_UI
- copyfiles = VWIFIP.CopyFiles.DLL, VWIFIP.CopyFiles.sys
- CopyInf = vwifi_mp.inf
-
- [SourceDisksNames]
- 1=%DiskDescription%,"",,
-
- [SourceDisksFiles]
- vwifi.sys = 1
- vwifi.dll = 1
-
-
- [DestinationDirs]
- DefaultDestDir = 12
- VWIFIP.CopyFiles.DLL = 11 ; %windir%\System32
- VWIFIP.CopyFiles.Sys = 12 ; %windir%\System32\drivers
-
- [VWIFIP.CopyFiles.Sys]
- vwifi.sys,,,2
-
- [VWIFIP.CopyFiles.DLL]
- vwifi.dll,,,2
-
-
- [InfSourcePathInfo]
- ; Used by the notify object on Win2k to figure out where the original media is
- ; located (so it can use SetupCopyOEMInf to install Net INF located
- ; there). This workaround is to avoid copyinf INF file directly
- ; by using CopyFiles directive becuase Win2K doesn't support CopyINF directive.
-
- OriginalInfSourcePath = %1%
-
- ;-----------------------------------------------------------------------
- ; Install parameters
- ;
-
- [VWIFIP.ndi.AddReg]
- HKR, Ndi, ClsID, 0, {ee6cd6fc-a32b-4a26-8a1c-dbc97988ad7a}
- HKR, Ndi, ComponentDll, , vwifi.dll
- HKR, Ndi, HelpText, 0, "%VWIFIP_HELP%"
- HKR, Ndi, Service, 0, "VWIFIP"
- HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
- HKR, Ndi\Interfaces, LowerRange, 0, "ndis5"
-
-
- [VWIFIP.ndi.Services]
- AddService = VWIFIP, , VWIFIP.AddService, VWIFIP.AddEventLog
-
- [VWIFIP.AddService]
- DisplayName = %VWIFIP_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\vwifi.sys
- LoadOrderGroup = PNP_TDI
- Description = %VWIFIP_Desc%
-
- [VWIFIP.AddEventLog]
- AddReg = VWIFIP.AddEventLog.AddReg
-
- [VWIFIP.AddEventLog.AddReg]
- HKR, , EventMessageFile, 0x20000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x10001, 7
-
- [VWIFIP.ndi.Remove.Services]
- DelService = VWIFIP
-
- [VWIFIP.ndi.Remove]
- DelFiles = VWIFIP.CopyFiles.DLL, VWIFIP.CopyFiles.sys
-
- [Strings]
- Msft = "Microsoft"
- VWIFIP_Desc = "VirtualWiFi Protocol Driver"
- VWIFIP_HELP = "VirtualWiFi Protocol"
- DiskDescription = "VirtualWiFi Protocol Driver Disk"
-
-
-
-