Changeset 71986 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 23, 2018 3:47:24 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf
r71890 r71986 28 28 Signature="$Windows NT$" 29 29 Class=System 30 ; ClassGuid={ce4a90b5-1d8c-435d-b349-232ce55cb17f} - not okay with system according to InfVerify31 30 ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} 32 31 Provider=%ORACLE% … … 38 37 DefaultDestDir = 12 39 38 40 [DefaultInstall]41 CopyFiles=VBoxDrv.CopyFiles42 43 [DefaultInstall.Services]44 AddService=VBoxDrv,0x00000002,VBoxDrv_Service39 ;[DefaultInstall@DOT-NT-ARCH@] 40 ;CopyFiles=VBoxDrv_CopyFiles 41 ; 42 ;[DefaultInstall@DOT-NT-ARCH@.Services] 43 ;AddService=VBoxDrv,0x00000002,VBoxDrv_Service 45 44 46 45 [Manufacturer] 47 ;x86 %ORACLE%=ORACLE 48 ;amd64 %ORACLE%=ORACLE, NTamd64 46 %ORACLE%=Oracle@COMMA-NT-ARCH@ 49 47 50 48 ; Models section (referenced by [Manufacturer]). 51 ;x86 [Oracle] 52 ;amd64 [Oracle.ntamd64] 53 %VBoxDrv.DRVDESC%=DefaultInstall,root\VBoxDrv 49 [Oracle@DOT-NT-ARCH@] 50 %VBoxDrv.DRVDESC%=VBoxDrvInstall,root\VBoxDrv 51 52 [VBoxDrvInstall@DOT-NT-ARCH@] 53 CopyFiles=VBoxDrv_CopyFiles 54 55 [VBoxDrvInstall@[email protected]] 56 AddService=VBoxDrv,0x00000002,VBoxDrv_Service 54 57 55 58 [SourceDisksFiles] … … 57 60 58 61 [SourceDisksNames] 59 1=% DISK_NAME%,62 1=%VBoxDrv.DSKDESC%, 60 63 61 [VBoxDrv .CopyFiles]64 [VBoxDrv_CopyFiles] 62 65 VBoxDrv.sys 63 66 … … 74 77 VBoxDrv.SVCDESC = "VirtualBox Service" 75 78 VBoxDrv.DRVDESC = "VirtualBox Driver" 76 DISK_NAME= "VirtualBox Driver Installation Disk"79 VBoxDrv.DSKDESC = "VirtualBox Driver Installation Disk"
Note:
See TracChangeset
for help on using the changeset viewer.