mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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 |
||
---|---|---|
.. | ||
lang | ||
resources | ||
classinst.c | ||
CMakeLists.txt | ||
COPYING | ||
dllmain.c | ||
globals.h | ||
install.c | ||
logfile.c | ||
netinstall.c | ||
precomp.h | ||
proppage.c | ||
resource.h | ||
security.c | ||
syssetup.rc | ||
syssetup.spec | ||
wizard.c |