changed path to dbgprint.exe

svn path=/trunk/; revision=28848
This commit is contained in:
Christoph von Wittich
2007-09-04 14:47:47 +00:00
parent 45cef14031
commit 8ce3ea704d
+1 -1
View File
@@ -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);