mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
- Add a "regtest.cmd" for running other commands (here "ipconfig") before starting rosautotest and call "start rosautotest" to run it asynchronously and let Explorer load completely
- Set svn:eol-style for "unattend.inf" to CRLF, this file is a target one, which should also use target line-endings - Fix typo in syssetup debug print svn path=/trunk/; revision=40740
This commit is contained in:
parent
80711416ac
commit
b9fcc14363
4 changed files with 61 additions and 56 deletions
3
reactos/boot/bootdata/bootcdregtest/regtest.cmd
Normal file
3
reactos/boot/bootdata/bootcdregtest/regtest.cmd
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
dbgprint --process "ipconfig"
|
||||
start rosautotest /r /s
|
|
@ -51,4 +51,4 @@ LocaleID = 409
|
|||
; after 3rd boot
|
||||
;
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\rosautotest.exe /r /s
|
||||
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
|
||||
|
|
|
@ -631,12 +631,14 @@ media\inf\xboxdisp.inf 6
|
|||
; Ini Files
|
||||
boot\bootdata\system.ini 4
|
||||
|
||||
; Regression Testing
|
||||
boot\bootdata\bootcdregtest\regtest.cmd 7 optional
|
||||
|
||||
; Subsystems
|
||||
subsystems\win32\csrss\csrss.exe 1
|
||||
subsystems\win32\csrss\win32csr\win32csr.dll 1
|
||||
subsystems\ntvdm\ntvdm.exe 1
|
||||
subsystems\win32\win32k\win32k.sys 1
|
||||
boot\bootdata\bootcdregtest\testboot.bat 7 optional
|
||||
|
||||
; Modules
|
||||
modules\rosapps\applications\screensavers\cylfrac\cylfrac.scr 1 optional
|
||||
|
|
|
@ -2133,7 +2133,7 @@ ProcessUnattendInf(HINF hUnattendedInf)
|
|||
KEY_SET_VALUE,
|
||||
&hKey) != ERROR_SUCCESS)
|
||||
{
|
||||
DPRINT1("Error: failed to open HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\n");
|
||||
DPRINT1("Error: failed to open HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce\n");
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue