From 8ce3ea704dee3b06358ba489efd07d31ed2c62f3 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 4 Sep 2007 14:47:47 +0000 Subject: [PATCH] changed path to dbgprint.exe svn path=/trunk/; revision=28848 --- reactos/dll/win32/syssetup/wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/syssetup/wizard.c b/reactos/dll/win32/syssetup/wizard.c index e9bbede38c7..c83f5031027 100644 --- a/reactos/dll/win32/syssetup/wizard.c +++ b/reactos/dll/win32/syssetup/wizard.c @@ -2197,7 +2197,7 @@ ProcessUnattendInf(HINF hUnattendedInf) szPath[length] = '\\'; length++; } - strcpy(&szPath[length], "bin\\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n"); + strcpy(&szPath[length], "system32\\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n"); fwrite(szPath, 1, strlen(szPath) + 1, file); strcpy(&szPath[length], "system32\\shutdown.exe -s"); fwrite(szPath, 1, strlen(szPath) + 1, file);