home *** CD-ROM | disk | FTP | other *** search
- ;/*++
- ;
- ;Copyright (c) Microsoft Corporation
- ;
- ;Module Name:
- ;
- ; VMBusVideo.inf
- ;
- ;Abstract:
- ;
- ; This file is the installation information file for the
- ; SynthVid driver pair.
- ;
- ;
- ;Environment:
- ;
- ; Driver installation
- ;
- ;--*/
-
- [Version]
- Signature="$Windows NT$"
- Class=Display
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Provider=%MSFT%
- DriverVer=06/21/2006,6.0.6001.18000
- ;CatalogFile=vmdrivers.cat
-
-
- [DestinationDirs]
- DefaultDestDir = 11
- SynthVid.Miniport = 12 ; drivers
- SynthVid.Display = 11 ; system32
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %StdMfg% = Standard,NTamd64
-
- [Standard]
- %SynthVid.DeviceDesc% = SynthVid, VMBUS\{C9A9B73F-F83D-4b62-A656-FA907223D437}
-
- [Standard.NTamd64]
- %SynthVid.DeviceDesc% = SynthVid, VMBUS\{C9A9B73F-F83D-4b62-A656-FA907223D437}
-
- ;
- ; General installation section
- ;
-
- [SynthVid]
- Include=msdv.inf
- FeatureScore=40
- CopyFiles=SynthVid.Miniport, SynthVid.Display
- AddReg = SynthVid_SoftwareDeviceSettings
- DelReg = SynthVid_RemoveDeviceSettings
-
- [SynthVid.GeneralConfigData]
- MaximumDeviceMemoryConfiguration=128
-
- [SynthVid.SoftwareSettings]
- AddReg = SynthVid_SoftwareDeviceSettings
- DelReg = SynthVid_RemoveDeviceSettings
-
- ;
- ; File sections
- ;
-
- [SourceDisksNames]
- 1 = %DiskId1%,,,""
-
- [SourceDisksFiles]
- VMBusVideoM.sys = 1,,
- VMBusVideoD.dll = 1,,
-
- [SynthVid.Miniport]
- VMBusVideoM.sys
-
- [SynthVid.Display]
- VMBusVideoD.dll
-
- ;
- ; Service Installation
- ;
-
-
- [SynthVid.Services]
- AddService = SynthVid, 0x00000002, SynthVid_Service_Inst
-
- ;
- ; Service Installation Section
- ;
-
- [SynthVid_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\VMBusVideoM.sys
-
-
- ;
- ; Registry Entries
- ;
-
-
- [SynthVid_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VMBusVideoD
- HKR,, VgaCompatible, %REG_DWORD%, 0
- HKR,, Acceleration.Level, %REG_DWORD%, 0
-
- [SynthVid_RemoveDeviceSettings]
- HKR,, VgaCompatible
- HKR,, InstalledDisplayDrivers
- HKR,, CapabilityOverride
- HKR,, Acceleration.Level
-
- ;
- ; Uninstallation sections
- ;
-
- [DefaultUninstall.Services]
- DelService = SynthVid,0x00000200
-
- [DefaultUninstall]
- DelFiles = SynthVid.Miniport
- DelFiles = SynthVid.Display
-
- ;
- ; String Section
- ;
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = "System\CurrentControlSet\Services"
-
- ;
- ; Localizable Strings
- ;
-
- DiskId1 = "Microsoft VMBus Video Device Installation Disk #1"
- MSFT = "Microsoft"
- StdMfg = "Microsoft"
- SynthVid.DeviceDesc = "Microsoft VMBus Video Device"
-
-