VirtualBox

Changeset 43032 in vbox


Ignore:
Timestamp:
Aug 28, 2012 12:07:32 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80366
Message:

VBoxDrvInst: Omit DRIVER_PACKAGE_SILENT flag to work around the CERT_E_WRONG_USAGE error when doing automated Windows Guest Additions updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp

    r42154 r43032  
    236236
    237237            if (fSilent)
    238             {
    239238                _tprintf(_T("Installation is silent ...\n"));
    240                 dwFlags |= DRIVER_PACKAGE_SILENT;
     239                /*
     240                 * Don't add DRIVER_PACKAGE_SILENT to dwFlags here, otherwise
     241                 * installation will fail because we (still) don't have WHQL certified
     242                 * drivers. See CERT_E_WRONG_USAGE on MSDN for more information.
     243                 */
    241244            }
    242245
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette