Changeset 43032 in vbox
- Timestamp:
- Aug 28, 2012 12:07:32 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r42154 r43032 236 236 237 237 if (fSilent) 238 {239 238 _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 */ 241 244 } 242 245
Note:
See TracChangeset
for help on using the changeset viewer.