mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
c2d0d784c7
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
28 lines
577 B
Text
28 lines
577 B
Text
@echo off
|
|
ECHO
|
|
ECHO Installing Programms...
|
|
ECHO
|
|
|
|
REM ECHO
|
|
REM ECHO Installing Abiword
|
|
REM ECHO
|
|
REM START /WAIT abiword.exe
|
|
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
|
|
|
|
|
|
REM ECHO
|
|
REM ECHO Installing OpenOffice
|
|
REM ECHO
|
|
REM START /WAIT openoffice.msi /Q
|
|
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
|
|
|
|
ECHO
|
|
ECHO Informing Sysreg that we are done
|
|
ECHO
|
|
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
|
|
|
|
ECHO
|
|
ECHO Shutting down ReactOS
|
|
ECHO
|
|
START shutdown.exe shutdown
|
|
|