????

Your IP : 18.216.196.208


Current Path : C:/Windows/INF/
Upload File :
Current File : C:/Windows/INF/wvmic_guestinterface.inf

��;/*++

;

; Copyright (c) Microsoft Corporation.  All rights reserved.

;

; Module Name:

;

;    wvmic_guestinterface.inf

;

; Abstract:

;

;    INF file for installing the "guest interface" integration component.

;

;--*/



[Version]

Signature="$WINDOWS NT$"

Class=System

ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}

Provider=%MSFT%

DriverVer = 06/21/2006,10.0.20348.1



[DestinationDirs]

DefaultDestDir = 11



[SourceDisksNames]

1 = %DiskId1%



[SourceDisksFiles]



;*****************************************

; Models Sections

;*****************************************



[Manufacturer]

%StdMfg%=Standard,NTamd64



[Standard.NTamd64]

%GuestInterface.DeviceDesc% = VmIcGuestInterface, vmbus\{EB765408-105F-49b6-B4AA-C123B64D17D4}



;*****************************************

; Install Sections

;*****************************************



[VmIcGuestInterface.NT]



;*****************************************

; HW Sections

;*****************************************



[VmIcGuestInterface.NT.HW]

AddReg=VmIcGuestInterface.HW.AddReg



;*****************************************

; Services Sections

;*****************************************



[VmIcGuestInterface.NT.Services]

AddService = ,%SPSVCINST_ASSOCSERVICE%  ; null service install



;*****************************************

; VMBUS channel security settings

; Generic-all access to Built-in Administrators, Local System and "NT SERVICE\<IC service name>"

;*****************************************



[VmIcGuestInterface.HW.AddReg]

HKR,,DeviceCharacteristics,%REG_DWORD%,0x0100 ;FILE_DEVICE_SECURE_OPEN

HKR,,Security,,"D:P(A;;GA;;;BA)(A;;GA;;;SY)(A;;GA;;;S-1-5-80-4220867460-2362308138-2008912298-2116833795-1725588811)"



[Strings]

;

; Non-Localizable

;

SPSVCINST_ASSOCSERVICE = 0x00000002

MSFT = "Microsoft"

StdMfg = "Microsoft"

DiskId1 = "Microsoft Hyper-V Integration Components"



;

; Registry types

;

REG_SZ        = 0x00000

REG_MULTI_SZ  = 0x10000

REG_DWORD     = 0x10001

REG_EXPAND_SZ = 0x20000



;

; Localizable

;

GuestInterface.DeviceDesc = "Microsoft Hyper-V Guest Service Interface"