VirtualBox

Changeset 71989 in vbox for trunk


Ignore:
Timestamp:
Apr 23, 2018 8:49:38 PM (7 years ago)
Author:
vboxsync
Message:

VBoxDrv.inf: Must use DefaultInstall rule rather than Manufacturer, or the installer fails (Could not get services associated with driver package). bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf

    r71986 r71989  
    3737DefaultDestDir = 12
    3838
    39 ;[DefaultInstall@DOT-NT-ARCH@]
    40 ;CopyFiles=VBoxDrv_CopyFiles
    41 ;
    42 ;[DefaultInstall@[email protected]]
    43 ;AddService=VBoxDrv,0x00000002,VBoxDrv_Service
    44 
    45 [Manufacturer]
    46 %ORACLE%=Oracle@COMMA-NT-ARCH@
    47 
    48 ; Models section (referenced by [Manufacturer]).
    49 [Oracle@DOT-NT-ARCH@]
    50 %VBoxDrv.DRVDESC%=VBoxDrvInstall,root\VBoxDrv
    51 
    52 [VBoxDrvInstall@DOT-NT-ARCH@]
     39[DefaultInstall@DOT-NT-ARCH@]
    5340CopyFiles=VBoxDrv_CopyFiles
    5441
    55 [VBoxDrvInstall@[email protected]]
     42[DefaultInstall@[email protected]]
    5643AddService=VBoxDrv,0x00000002,VBoxDrv_Service
     44
     45;; This doesn't actually work either (see VBoxUSBMon), though it triggers in the
     46;; installer rather at manual installation on my test system (could be polluted & confused).
     47;; [Manufacturer]
     48;; %ORACLE%=Oracle@COMMA-NT-ARCH@
     49;;
     50;; ; Models section (referenced by [Manufacturer]).
     51;; [Oracle@DOT-NT-ARCH@]
     52;; %VBoxDrv.DRVDESC%=VBoxDrvInstall,root\VBoxDrv
     53;;
     54;; [VBoxDrvInstall@DOT-NT-ARCH@]
     55;; CopyFiles=VBoxDrv_CopyFiles
     56;;
     57;; [VBoxDrvInstall@[email protected]]
     58;; AddService=VBoxDrv,0x00000002,VBoxDrv_Service
    5759
    5860[SourceDisksFiles]
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