mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
3b800165b0
Pressing Shift-F10 to open cmd.exe when the setup program runs from a different current directory than System32, now works correctly. Use the 2nd CreateProcessW() `lpCommandLine` parameter, instead of the 1st parameter `lpApplicationName`, so as to use default path search. The command-line buffer given to the 2nd-parameter can be temporarily modified by CreateProcessW(), thus use an on-stack buffer. https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw#parameters |
||
---|---|---|
.. | ||
lib | ||
reactos | ||
setup | ||
usetup | ||
welcome | ||
CMakeLists.txt |