Difference between revisions of "Create an unattended Installation CD"

From ReactOS Wiki
Jump to: navigation, search
m (update gecko stub version)
Line 6: Line 6:
 
# Start ReactOS Build Environment
 
# Start ReactOS Build Environment
 
# on the prompt navigate into a folder that you want to hold the ReactOS source files e.g: C:\react
 
# on the prompt navigate into a folder that you want to hold the ReactOS source files e.g: C:\react
# type <tt>ssvn create</tt> this will check out the source code via SVN into your local build folder
+
# Get a [[Building ReactOS#Getting a Working Copy|working copy]] of the ReactOS source code
 
# 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: want gecko? place the setup here <tt>modules/optional/wine_gecko-2.40-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
 
# optional: want gecko? place the setup here <tt>modules/optional/wine_gecko-2.40-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

Revision as of 15:37, 26 June 2018

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. Get a working copy of the ReactOS source code
  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.40-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