VirtualBox

Changeset 36755 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 20, 2011 2:38:32 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71294
Message:

Main/VBoxService/GuestCtrl: More argv0 fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp

    r36741 r36755  
    256256                        }
    257257
    258                         args.push_back(Bstr(VBOXSERVICE_TOOL_CAT).raw()); /* The actual (internal) tool to use (as argv[0]). */
    259258                        args.push_back(Bstr(szOutput).raw());             /* We want to write a file ... */
    260259                    }
     
    569568                com::SafeArray<IN_BSTR> env;
    570569
    571                 args.push_back(Bstr(VBOXSERVICE_TOOL_CAT).raw());     /* The actual (internal) tool to use (as argv[0]). */
    572570                args.push_back(Bstr("--output").raw());               /* We want to write a file ... */
    573571                args.push_back(Bstr(strInstallerPath.c_str()).raw()); /* ... with this path. */
     
    24052403         * Prepare tool command line.
    24062404         */
    2407         args.push_back(Bstr(VBOXSERVICE_TOOL_MKDIR).raw()); /* The actual (internal) tool to use (as argv[0]). */
    24082405        if (aFlags & CreateDirectoryFlag_Parents)
    24092406            args.push_back(Bstr("--parents").raw());        /* We also want to create the parent directories. */
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