reactos/dll/win32/syssetup
Hermès Bélusca-Maïto 3b800165b0
[SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation.
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
2024-12-24 12:22:42 +01:00
..
lang [REACTOS] Fix Kamil Horníček's last name where possible 2024-07-29 17:58:02 +03:00
resources Revert "[SHELL32] Show Product version on About dialog bmp (#3621)" (#7327) 2024-09-08 14:55:47 +02:00
classinst.c
CMakeLists.txt
COPYING
dllmain.c
globals.h
install.c [SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation. 2024-12-24 12:22:42 +01:00
logfile.c
netinstall.c
precomp.h
proppage.c
resource.h [SYSSETUP] Improve the Process Page 2022-01-09 14:29:17 +01:00
security.c [REACTOS] Fix a number of MSVC warnings 2021-07-23 22:03:48 +02:00
syssetup.rc [SYSSETUP] syssetup.rc improve URLs (#5810) 2023-10-24 20:59:28 +00:00
syssetup.spec
wizard.c [SYSSETUP] fix theme switcher (#6930) 2024-05-24 16:14:32 -07:00