Changeset 36755 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 20, 2011 2:38:32 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r36741 r36755 256 256 } 257 257 258 args.push_back(Bstr(VBOXSERVICE_TOOL_CAT).raw()); /* The actual (internal) tool to use (as argv[0]). */259 258 args.push_back(Bstr(szOutput).raw()); /* We want to write a file ... */ 260 259 } … … 569 568 com::SafeArray<IN_BSTR> env; 570 569 571 args.push_back(Bstr(VBOXSERVICE_TOOL_CAT).raw()); /* The actual (internal) tool to use (as argv[0]). */572 570 args.push_back(Bstr("--output").raw()); /* We want to write a file ... */ 573 571 args.push_back(Bstr(strInstallerPath.c_str()).raw()); /* ... with this path. */ … … 2405 2403 * Prepare tool command line. 2406 2404 */ 2407 args.push_back(Bstr(VBOXSERVICE_TOOL_MKDIR).raw()); /* The actual (internal) tool to use (as argv[0]). */2408 2405 if (aFlags & CreateDirectoryFlag_Parents) 2409 2406 args.push_back(Bstr("--parents").raw()); /* We also want to create the parent directories. */
Note:
See TracChangeset
for help on using the changeset viewer.