Your IP : 192.168.165.1


Current Path : C:/Program Files/Common Files/VMware/Drivers/vmci/device/Win8/
Upload File :
Current File : C:/Program Files/Common Files/VMware/Drivers/vmci/device/Win8/vmci.inf

;-------------------------------------------------------------------------
; vmci.inf
;
; Copyright (c) 1993-1999, Microsoft Corporation
; Copyright (c) 1999-2016 VMware, Inc.  All rights reserved.
;-------------------------------------------------------------------------
[version]
Signature   = "$Windows NT$"
Class       = System
ClassGUID   = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider    = %VMwareProvider%
DriverVer   = 05/25/2016, 9.8.6.0
CatalogFile = vmci.cat

[ControlFlags]
; Exclude all devices from Select Device list
ExcludeFromSelect = *














;;
;; Plug-n-Play ID metadata
;; =======================
[Manufacturer]







%loc.VMwareManufacturer%=VMware,NTamd64.6.2


; Other architectures are unsupported, as are older versions of Windows on all platforms.
[VMware]























[VMware.NTamd64.6.2]
%loc.VMwareBusDeviceDesc%  = vmci.install.x64, PCI\VEN_15AD&DEV_0740&SUBSYS_074015AD, PCI\VEN_15AD&DEV_0740
%loc.VMwareHostDeviceDesc% = vmci.install.x64, ROOT\VMWVMCIHOSTDEV



;;
;; Install Directives Section
;; ==========================
[vmci.install.x64.NT]
AddReg          = vmci.reg
CopyFiles       = vmci.DriverFiles.x64

[vmci.install.x64.NT.Services]
AddService = vmci, 2, vmci.Service.x64, common.EventLog  ; SPSVCINST_ASSOCSERVICE

[vmci.install.x64.NT.HW]
AddReg = enableMSI.reg

;;
;; Services Section
;; ================
[vmci.Service.x64]
DisplayName     = %loc.vmciServiceDisplayName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 0 ;%SERVICE_BOOT_START%
ErrorControl    = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary   = %12%\vmci.sys
LoadOrderGroup  = System Bus Extender

;;
;; Sources
;; =======
[SourceDisksNames]
1 = %loc.Disk1%,"",,

[SourceDisksFiles]
vmci.sys=1

;;
;; Destinations
;; ============
[DestinationDirs]
vmci.DriverFiles.x64    = 12	; %%SystemRoot%%\System32\drivers

;;
;; CopyFiles directives
;; ====================
[vmci.DriverFiles.x64]
vmci.sys,,,2	; COPYFLG_NOSKIP

;;
;; Registry Modifications
;; ======================
[vmci.reg]

[enableMSI.reg]
HKR, "Interrupt Management", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 2

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\drivers\vmci.sys"
HKR, , TypesSupported,   0x00010001, 7

;;
;; Let installers find the original INF path if needed
;; ===================================================
[VMwarePathInfo]
OriginalInfSourcePath = %1%

;;
;; Strings (localizable and not localizable)
;; =========================================
[Strings]
loc.Disk1                   = "VMware VMCI Device Disk"
loc.vmciServiceDisplayName  = "VMware VMCI Bus Driver"
loc.VMwareHostDeviceDesc    = "VMware VMCI Host Device"
loc.VMwareBusDeviceDesc     = "VMware VMCI Bus Device"
loc.VMwareManufacturer      = "VMware, Inc."
VMwareProvider              = "VMware, Inc."