mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
sysreg test commit
svn path=/trunk/; revision=35925
This commit is contained in:
parent
24e14f2ba8
commit
a084e11432
1 changed files with 3 additions and 1 deletions
|
@ -2226,6 +2226,8 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
||||||
szPath[length] = '\\';
|
szPath[length] = '\\';
|
||||||
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");
|
strcpy(&szPath[length], "dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE\n");
|
||||||
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
fwrite(szPath, 1, strlen(szPath) + 1, file);
|
||||||
strcpy(&szPath[length], "shutdown.exe -s");
|
strcpy(&szPath[length], "shutdown.exe -s");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue