mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers) - If someone wants to delete aicom-network-fixes, they are welcome to - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea svn path=/branches/aicom-network-branch/; revision=44353
29 lines
577 B
Plaintext
29 lines
577 B
Plaintext
@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
|
|
|