Changeset 8852 in vbox for trunk/src/VBox/Additions
- Timestamp:
- May 15, 2008 1:51:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf
r8413 r8852 29 29 1 = %VBoxGuest.MediaDesc% 30 30 2 = %VBoxControl.MediaDesc% 31 3 = %VBox Service.MediaDesc%31 3 = %VBoxTray.MediaDesc% 32 32 4 = %vbcoinst.MediaDesc% 33 33 … … 35 35 VBoxGuest.sys = 1 36 36 VBoxControl.exe = 2 37 VBox Service.exe = 337 VBoxTray.exe = 3 38 38 vbcoinst.dll = 4 39 39 … … 41 41 DefaultDestDir = 12 ; drivers 42 42 VBox_CoInstaller_CopyFiles = 11 ; system32 43 VBox Service_CopyFiles = 11 ; system3243 VBoxTray_CopyFiles = 11 ; system32 44 44 45 45 [Manufacturer] … … 50 50 51 51 [VBoxGuest_Install] 52 CopyFiles = VBoxGuest_CopyFiles, VBox Service_CopyFiles53 AddReg = VBox Service_Add_Reg52 CopyFiles = VBoxGuest_CopyFiles, VBoxTray_CopyFiles 53 AddReg = VBoxTray_Add_Reg 54 54 55 55 [VBoxGuest_CopyFiles] 56 56 VBoxGuest.sys 57 57 58 [VBox Service_CopyFiles]59 VBox Service.exe58 [VBoxTray_CopyFiles] 59 VBoxTray.exe 60 60 VBoxControl.exe 61 61 62 62 [VBoxGuest_Install.Services] 63 63 AddService = VBoxGuest, 0x00000002, VBoxGuest_ServiceInstallSection 64 DelService = VBox Service, 0x0000000464 DelService = VBoxTray, 0x00000004 65 65 66 66 [VBoxGuest_ServiceInstallSection] … … 71 71 ServiceBinary = %12%\VBoxGuest.sys 72 72 73 [VBox Service_Add_Reg]74 HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBox Service, 0x00000000, %11%\VBoxService.exe73 [VBoxTray_Add_Reg] 74 HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, VBoxTray, 0x00000000, %11%\VBoxTray.exe 75 75 76 76 [VBoxGuest_Install.CoInstallers] … … 89 89 VBoxGuest.DeviceDesc = "VirtualBox Device" 90 90 VBoxGuest_svcdesc = "VirtualBox Guest Driver" 91 VBox Service_svcdesc = "VirtualBox Guest Service"91 VBoxTray_svcdesc = "VirtualBox Guest Tray" 92 92
Note:
See TracChangeset
for help on using the changeset viewer.