You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.4 KiB
96 lines
2.4 KiB
;
|
|
; SLIP.INF -- This file contains installation information for
|
|
; the SLIP VBI codec
|
|
;
|
|
;*** Created 09/24/97 (Creation Date)
|
|
;
|
|
|
|
[Version]
|
|
signature="$CHICAGO$"
|
|
LayoutFile=Layout.inf
|
|
Class=Media
|
|
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
|
|
Provider=%Msft%
|
|
|
|
[ControlFlags]
|
|
ExcludeFromSelect=*
|
|
|
|
[Manufacturer]
|
|
%MsftMfg%=Microsoft
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir=12
|
|
|
|
;---------------------------------------------------------------
|
|
; M I C R O S O F T
|
|
;
|
|
; C O D E C
|
|
;---------------------------------------------------------------
|
|
|
|
[DefaultInstall]
|
|
AddReg=SLIP.Install
|
|
|
|
[SLIP.Install]
|
|
HKLM,%RunOnce%,"SLIP0",,"rundll32.exe streamci,StreamingDeviceSetup %SLIP.DeviceId%,GLOBAL,%GUID.BdaComponent%,%17%\SLIP.inf,VBIcodec"
|
|
|
|
[Microsoft]
|
|
%SLIP.DeviceDesc%=SLIP,SW\{03884CB6-E89A-4deb-B69E-8DC621686E6A}
|
|
|
|
[SLIP]
|
|
Include= bda.inf
|
|
Needs= BDA.Registration
|
|
AddReg= SLIP.AddReg
|
|
;Include the following line for post dx8 builds
|
|
CopyFiles= SLIP.CopyDrivers
|
|
|
|
[SLIP.NT]
|
|
Include= bda.inf
|
|
Needs= BDA.Registration
|
|
AddReg= SLIP.AddReg.NT
|
|
;Include the following line for post dx8 builds
|
|
CopyFiles= SLIP.CopyDrivers
|
|
|
|
[SLIP.AddReg]
|
|
HKR,,DevLoader,,*NTKERN
|
|
HKR,,NTMPDriver,,SLIP.sys
|
|
HKR,,DriverUsesSWEnumToLoad,3,01
|
|
HKR,,OkToHibernate,3,01
|
|
HKR,,DontSuspendIfStreamsAreRunning,3,01
|
|
|
|
[SLIP.AddReg.NT]
|
|
HKR,,DriverUsesSWEnumToLoad,3,01
|
|
HKR,,OkToHibernate,3,01
|
|
HKR,,DontSuspendIfStreamsAreRunning,3,01
|
|
|
|
[SLIP.CopyDrivers]
|
|
SLIP.sys,,,COPYFLG_NO_VERSION_DIALOG
|
|
|
|
[VBIcodec]
|
|
AddReg=VBIcodec.AddReg, BDA.CategoryRegistration
|
|
|
|
[VBIcodec.AddReg]
|
|
HKR,,CLSID,,%Proxy.CLSID%
|
|
HKR,,FriendlyName,,%SLIP.FriendlyName%
|
|
HKR,,Merit,1,00,00,60,00
|
|
|
|
|
|
[BDA.CategoryRegistration]
|
|
|
|
; BDA Receiver Components
|
|
;
|
|
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%
|
|
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,,,%Category_BdaComponent%
|
|
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,FriendlyName,,%Category_BdaComponent%
|
|
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,CLSID,,%GUID.BdaComponent%
|
|
HKCR,%ActiveMovieCategories%\%GUID.BdaComponent%,Merit,1,00,00,60,00
|
|
|
|
[SLIP.NT.Services]
|
|
AddService = SLIP,0x00000002,SLIP.ServiceInstall
|
|
|
|
[SLIP.ServiceInstall]
|
|
DisplayName = %SLIP.DeviceDesc%
|
|
ServiceType = %SERVICE_KERNEL_DRIVER%
|
|
StartType = %SERVICE_DEMAND_START%
|
|
ErrorControl = %SERVICE_ERROR_NORMAL%
|
|
ServiceBinary = %12%\SLIP.sys
|
|
LoadOrderGroup= Extended Base
|