VirtualBox

Changeset 64312 in vbox for trunk/src


Ignore:
Timestamp:
Oct 18, 2016 12:56:46 PM (8 years ago)
Author:
vboxsync
Message:

Installer/VBoxDrvInst.cpp: Partly reverted r111233 (Windows Additions installer: SCM path fixes. Untested). Also untested.

File:
1 edited

Legend:

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

    r64306 r64312  
    12161216                && argc >= 8)
    12171217            {
    1218                 /* Make sure that the image path is in quotes. */
    1219                 _TCHAR szImagePath[_MAX_PATH];
    1220                 _sntprintf(szImagePath, sizeof(szImagePath) / sizeof(TCHAR), _T("\"%ws\""), argv[7]);
    1221 
    12221218                rc = CreateService(argv[3],
    12231219                                   argv[4],
    12241220                                   _ttoi(argv[5]),
    12251221                                   _ttoi(argv[6]),
    1226                                    szImagePath,
     1222                                   argv[7],
    12271223                                   (argc > 8) ? argv[8] : NULL,
    12281224                                   (argc > 9) ? argv[9] : NULL,
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