- add a sample bootchecking script (running after 3rd boot)

- to enable 
1. copy testboot.bat.sample to testboot.bat
2. uncomment GuiRunOnce section in unattend.inf
3. add "cmd.exe /C %SystemRoot%\bin\testboot.bat"

svn path=/trunk/; revision=24714
This commit is contained in:
Johannes Anderwald 2006-11-10 13:03:30 +00:00
parent 065806e5f1
commit 59ec217f00
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
@echo off
ECHO
ECHO Launching Programms...
ECHO
REM START /WAIT abiword.exe
REM START /WAIT openoffice.msi /Q
ECHO
ECHO Shutting down ReactOS
ECHO
START shutdown.exe shutdown

View file

@ -430,6 +430,7 @@ regtests\winetests\shell32\shell32_winetest.exe 7
regtests\winetests\shlwapi\shlwapi_winetest.exe 7
regtests\winetests\user32\user32_winetest.exe 7
regtests\winetests\version\version_winetest.exe 7
boot\bootdata\bootcdregtest\testboot.bat 7 optional
; Modules
modules\os2\server\os2srv.dll 1 optional