Changeset 40363 in vbox for trunk/src/VBox/Additions/WINNT/Installer/Loader
- Timestamp:
- Mar 5, 2012 4:52:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r39743 r40363 214 214 } 215 215 else 216 { 216 217 *pwsz = L'\0'; 218 pwszOrgCmdLine = NULL; 219 } 217 220 } 218 221 … … 257 260 ShExecInfo.lpVerb = L"runas" ; 258 261 ShExecInfo.lpFile = wszModule; 259 ShExecInfo.lpParameters = pwsz NewCmdLine;262 ShExecInfo.lpParameters = pwszOrgCmdLine; /* pass only args here!!! */ 260 263 ShExecInfo.lpDirectory = wszCurDir; 261 264 ShExecInfo.nShow = SW_NORMAL;
Note:
See TracChangeset
for help on using the changeset viewer.