diff --git a/reactos/dll/win32/syssetup/wizard.c b/reactos/dll/win32/syssetup/wizard.c index 8dada65e5f6..2ff148f04b8 100644 --- a/reactos/dll/win32/syssetup/wizard.c +++ b/reactos/dll/win32/syssetup/wizard.c @@ -2225,7 +2225,9 @@ ProcessUnattendInf(HINF hUnattendedInf) { szPath[length] = '\\'; length++; - } + } + strcpy(&szPath[length], "dbgprint.exe --winetest %windir%\bin\version_winetest.exe\n"); + fwrite(szPath, 1, strlen(szPath) + 1, file); strcpy(&szPath[length], "dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n"); fwrite(szPath, 1, strlen(szPath) + 1, file); strcpy(&szPath[length], "shutdown.exe -s");