Difference between revisions of "Create an unattended Installation CD"

From ReactOS Wiki
Jump to: navigation, search
(update the description from rbuild into rosbe era)
(gecko simplification)
Line 8: Line 8:
 
# type <tt>ssvn create</tt> this will check out the source code via SVN into your local build folder
 
# type <tt>ssvn create</tt> this will check out the source code via SVN into your local build folder
 
# Edit <tt>boot/bootdata/bootcd/unattend.inf</tt> to suit your needs, make sure to set UnattendSetupEnabled = yes
 
# Edit <tt>boot/bootdata/bootcd/unattend.inf</tt> to suit your needs, make sure to set UnattendSetupEnabled = yes
# optional: maybe there is a more elegent way, but this is what I do to prevent the gecko installation and question in second stage: Copy an exe that does virtually nothing, e.g: <tt>C:\windows\system32\hostname.exe</tt> to react os source folder <tt>modules/optional/wine_gecko-2.34-x86.msi</tt> This way the setup will start it instead gecko.
+
# optional: want gecko? place the setup here <tt>modules/optional/wine_gecko-2.34-x86.msi</tt>, in case you don't want gecko place a file with 0kb with the same name to skip the question in second stage
 
# in RosBE type <tt>configure -DCMAKE_BUILD_TYPE=DEBUG -DNEW_STYLE_BUILD=1</tt>
 
# in RosBE type <tt>configure -DCMAKE_BUILD_TYPE=DEBUG -DNEW_STYLE_BUILD=1</tt>
 
# type <tt>cd output-MinGW-i386/reactos</tt>
 
# type <tt>cd output-MinGW-i386/reactos</tt>

Revision as of 14:22, 10 October 2015

Requirements

  1. ReactOS Build Environment

Steps

  1. Start ReactOS Build Environment
  2. on the prompt navigate into a folder that you want to hold the ReactOS source files e.g: C:\react
  3. type ssvn create this will check out the source code via SVN into your local build folder
  4. Edit boot/bootdata/bootcd/unattend.inf to suit your needs, make sure to set UnattendSetupEnabled = yes
  5. optional: want gecko? place the setup here modules/optional/wine_gecko-2.34-x86.msi, in case you don't want gecko place a file with 0kb with the same name to skip the question in second stage
  6. in RosBE type configure -DCMAKE_BUILD_TYPE=DEBUG -DNEW_STYLE_BUILD=1
  7. type cd output-MinGW-i386/reactos
  8. type ninja bootcd
  9. the resulting bootcd.iso can be mounted or burned to CD

Find TimeZoneIndex here: http://msdn.microsoft.com/en-us/library/ms912053(WinEmbedded.10).aspx

Find LocaleID here: http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx