- Timestamp:
- Oct 18, 2016 12:56:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r64306 r64312 1216 1216 && argc >= 8) 1217 1217 { 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 1222 1218 rc = CreateService(argv[3], 1223 1219 argv[4], 1224 1220 _ttoi(argv[5]), 1225 1221 _ttoi(argv[6]), 1226 szImagePath,1222 argv[7], 1227 1223 (argc > 8) ? argv[8] : NULL, 1228 1224 (argc > 9) ? argv[9] : NULL,
Note:
See TracChangeset
for help on using the changeset viewer.