Changeset 106487 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 18, 2024 6:53:10 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/win/VBoxGuest.inf
r106321 r106487 61 61 62 62 [VBoxGuest@DOT-NT-ARCH@] 63 %VBoxGuest.DeviceDesc%=VBoxGuest_Install,PCI\VEN_80ee&DEV_cafe 63 %VBoxGuest_DeviceDesc%=VBoxGuest,PCI\VEN_80ee&DEV_cafe 64 CopyFiles = VBoxGuest_CopyFiles 65 CopyFiles = VBoxTray_CopyFiles ; Separate CopyFiles directive to make InfVerif.exe happy. Bug? 66 AddReg = VBoxTray_Registry 64 67 65 [VBoxGuest _Install]66 CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles 67 AddReg = VBoxTray_AddReg 68 [VBoxGuest@[email protected]] 69 AddService = VBoxGuest, 0x00000002, VBoxGuest_AddService 70 DelService = VBoxTray, 0x00000004 68 71 69 72 [VBoxGuest_CopyFiles] … … 73 76 VBoxTray.exe,,,0x4000 ; COPYFLG_IN_USE_TRY_RENAME 74 77 VBoxControl.exe,,,0x4000 ; COPYFLG_IN_USE_TRY_RENAME 75 76 [VBoxGuest_Install.Services]77 AddService = VBoxGuest, 0x00000002, VBoxGuest_AddService78 DelService = VBoxTray, 0x0000000479 78 80 79 [VBoxGuest_AddService] … … 86 85 ServiceBinary = %12%\VBoxGuest.sys 87 86 88 [VBoxTray_AddReg] 87 [DefaultUninstall@[email protected]] 88 DelService = VBoxGuest,0x00000200 89 DelReg = VBoxTray_Registry 90 LegacyUninstall=1 91 92 [VBoxTray_Registry] 89 93 HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00020000, %%SystemRoot%%\system32\VBoxTray.exe 90 94 … … 94 98 [Strings] 95 99 ORACLE = "Oracle Corporation" 96 VBoxGuest .DeviceDesc = "VirtualBox Guest Device"100 VBoxGuest_DeviceDesc = "VirtualBox Guest Device" 97 101 VBoxGuest_SvcDesc = "VirtualBox Guest Driver" 98 102 VBoxTray_SvcDesc = "VirtualBox Guest Tray"
Note:
See TracChangeset
for help on using the changeset viewer.