From a084e1143283b1e29f7c92f04d497e06287f7027 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 4 Sep 2008 09:11:24 +0000 Subject: [PATCH] sysreg test commit svn path=/trunk/; revision=35925 --- reactos/dll/win32/syssetup/wizard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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");