VirtualBox

Changeset 106487 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Oct 18, 2024 6:53:10 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165319
Message:

Additions/VBoxGuest.inf: Try fixing installation errors. bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.inf

    r106321 r106487  
    6161
    6262[VBoxGuest@DOT-NT-ARCH@]
    63 %VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe
     63%VBoxGuest_DeviceDesc%=VBoxGuest,PCI\VEN_80ee&DEV_cafe
     64CopyFiles = VBoxGuest_CopyFiles
     65CopyFiles = VBoxTray_CopyFiles ; Separate CopyFiles directive to make InfVerif.exe happy. Bug?
     66AddReg = VBoxTray_Registry
    6467
    65 [VBoxGuest_Install]
    66 CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles
    67 AddReg = VBoxTray_AddReg
     68[VBoxGuest@[email protected]]
     69AddService = VBoxGuest, 0x00000002, VBoxGuest_AddService
     70DelService = VBoxTray, 0x00000004
    6871
    6972[VBoxGuest_CopyFiles]
     
    7376VBoxTray.exe,,,0x4000           ; COPYFLG_IN_USE_TRY_RENAME
    7477VBoxControl.exe,,,0x4000        ; COPYFLG_IN_USE_TRY_RENAME
    75 
    76 [VBoxGuest_Install.Services]
    77 AddService = VBoxGuest, 0x00000002, VBoxGuest_AddService
    78 DelService = VBoxTray, 0x00000004
    7978
    8079[VBoxGuest_AddService]
     
    8685ServiceBinary  = %12%\VBoxGuest.sys
    8786
    88 [VBoxTray_AddReg]
     87[DefaultUninstall@[email protected]]
     88DelService = VBoxGuest,0x00000200
     89DelReg     = VBoxTray_Registry
     90LegacyUninstall=1
     91
     92[VBoxTray_Registry]
    8993HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00020000, %%SystemRoot%%\system32\VBoxTray.exe
    9094
     
    9498[Strings]
    9599ORACLE = "Oracle Corporation"
    96 VBoxGuest.DeviceDesc = "VirtualBox Guest Device"
     100VBoxGuest_DeviceDesc = "VirtualBox Guest Device"
    97101VBoxGuest_SvcDesc = "VirtualBox Guest Driver"
    98102VBoxTray_SvcDesc = "VirtualBox Guest Tray"
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