VBoxMouse.inf revision 4feb1b0f630ba3fde8cca779b98c4b888aa7668a
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; INF file for installing the VBox Guest Mouse
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; (driver for Windows NT5+).
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; Copyright (C) 2011 Oracle Corporation
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; This file is part of VirtualBox Open Source Edition (OSE), as
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; available from http://www.virtualbox.org. This file is free software;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; you can redistribute it and/or modify it under the terms of the GNU
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; General Public License (GPL) as published by the Free Software
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; Foundation, in version 2 as it comes in the "COPYING" file of the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[Version]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncSignature="$Windows NT$"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncClass=Mouse
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncDriverPackageType=ClassFilter
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;edit-DriverVer=08/26/2008,2.00.0000
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;cat CatalogFile=VBoxMouse.cat
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[SourceDisksNames]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync1 = %VBoxMouse.MediaDesc%
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[SourceDisksFiles]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncVBoxMouse.sys = 1
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[DestinationDirs]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncDefaultDestDir = 12 ; DIRID_DRIVERS
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[Manufacturer]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;x86 %ORACLE%=VBoxMouse
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;amd64 %ORACLE%=VBoxMouse, NTamd64
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[DefaultInstall]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync; DefaultInstall section is used to install the class filter driver.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync;
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncCopyFiles = @VBoxMouse.sys
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncAddReg = VBoxMouse_AddReg
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync[VBoxMouse_AddReg]
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsyncHKLM, System\CurrentControlSet\Control\Class\{4D36E96F-E325-11CE-BFC1-08002BE10318}, UpperFilters, 0x00010000, "VBoxMouse", "mouclass"
[DefaultInstall.Services]
AddService = VBoxMouse, , VBoxMouse_Service_Inst
[VBoxMouse_Service_Inst]
DisplayName = %VBoxMouse.SvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\VBoxMouse.sys
[Strings]
VBoxMouse.SvcDesc = "VirtualBox Guest Mouse Service"
VBoxMouse.MediaDesc = "VirtualBox Guest Mouse Driver Installation Media"
ORACLE = "Oracle Corporation"
; Useful constants
SERVICE_KERNEL_DRIVER = 1
SERVICE_DEMAND_START = 3
SERVICE_ERROR_IGNORE = 0