VirtualBox

Changeset 82326 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Dec 2, 2019 3:46:56 PM (5 years ago)
Author:
vboxsync
Message:

Config.kmk: use w.x.y.z version scheme for drivers (InfVerif insists...), with z=revsion % 50000
Additions: fixes for INF files, resolving InfVerif errors and minimizing warnings

Location:
trunk/src/VBox/Additions/WINNT
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.inf

    r81111 r82326  
    9494
    9595[VBoxVideo_EventLog_AddReg]
    96 HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxWddm.sys"
     96HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxWddm.sys"
    9797HKR,,TypesSupported,0x00010001,7
    9898
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxVideo.inf

    r76553 r82326  
    5656[vboxvideo_Service_Inst]
    5757ServiceType=1                   ; SERVICE_KERNEL_DRIVER
    58 StartType=1                     ; SERVICE_SYSTEM_START
     58StartType=3                     ; SERVICE_DEMAND_START
    5959ErrorControl=0                  ; SERVICE_ERROR_IGNORE
    6060LoadOrderGroup=Video
     
    6565
    6666[vboxvideo_EventLog_AddReg]
    67 HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\VBoxVideo.sys"
     67HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\VBoxVideo.sys"
    6868HKR,,TypesSupported,0x00010001,7
    6969
     
    8282;amd64 [SourceDisksNames.amd64]
    83831 = %VBoxVideo.Disk%,,,""
    84 2 = %VBoxVideo.Disk%,,,""
    8584
    8685[SourceDisksFiles]
    8786VBoxVideo.sys = 1
    88 VBoxDisp.dll = 2
     87VBoxDisp.dll = 1
    8988
    9089[Strings]
  • trunk/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf

    r76553 r82326  
    1818[Version]
    1919Signature="$Windows NT$"
     20Provider=%ORACLE%
    2021ClassGuid={4D36E96F-E325-11CE-BFC1-08002BE10318}
    2122Class=Mouse
     
    3738;amd64 %ORACLE%=VBoxMouse, NTamd64
    3839
     40;x86   [VBoxMouse]
     41;amd64 [VBoxMouse.NTamd64]
     42%ORACLE%=VBoxMouse_Install
     43
    3944[VBoxMouse_Install]
    4045CopyFiles = @VBoxMouse.sys
    4146
    4247[VBoxMouse_Install.Services]
    43 AddService = VBoxMouse,,VBoxMouse.Service
    44 
    45 [DefaultInstall]
    46 CopyFiles = @VBoxMouse.sys
    47 
    48 [DefaultInstall.Services]
    4948AddService = VBoxMouse,,VBoxMouse.Service
    5049
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette