sysreg test commit

svn path=/trunk/; revision=35925
This commit is contained in:
Christoph von Wittich 2008-09-04 09:11:24 +00:00
parent 24e14f2ba8
commit a084e11432

View file

@ -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");