VirtualBox

Ignore:
Timestamp:
Mar 5, 2012 4:52:22 PM (13 years ago)
Author:
vboxsync
Message:

GA installer/win: fix a usage dialog issue being displayed on run

File:
1 edited

Legend:

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

    r39743 r40363  
    214214        }
    215215        else
     216        {
    216217            *pwsz = L'\0';
     218            pwszOrgCmdLine = NULL;
     219        }
    217220    }
    218221
     
    257260        ShExecInfo.lpVerb       = L"runas" ;
    258261        ShExecInfo.lpFile       = wszModule;
    259         ShExecInfo.lpParameters = pwszNewCmdLine;
     262        ShExecInfo.lpParameters = pwszOrgCmdLine; /* pass only args here!!! */
    260263        ShExecInfo.lpDirectory  = wszCurDir;
    261264        ShExecInfo.nShow        = SW_NORMAL;
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