Difference between revisions of "Create an unattended Installation CD"

From ReactOS Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
== Requirements ==
 
== Requirements ==
# ReactOS source code
 
# ReactOS build tools
 
  
 +
# ReactOS [[Subversion|source code]]
 +
# ReactOS [[Build Environment]]
  
 
== Steps ==
 
== Steps ==
 +
 
# Copy <tt>boot/bootdata/unattend.inf.sample</tt> to <tt>boot/bootdata/unattend.inf</tt>
 
# Copy <tt>boot/bootdata/unattend.inf.sample</tt> to <tt>boot/bootdata/unattend.inf</tt>
 
# Open <tt>boot/bootdata/bootdata.rbuild</tt>
 
# Open <tt>boot/bootdata/bootdata.rbuild</tt>
# Insert the following line (without quotes) "<tt><cdfile base="reactos">unattend.inf</cdfile></tt>"
+
# Insert the following line: <tt><cdfile base="reactos">unattend.inf</cdfile></tt>
 
# Make bootcd
 
# Make bootcd
# enjoy :-)
 
  
 
Find '''TimeZoneIndex''' here: http://msdn.microsoft.com/en-us/library/ms912053(WinEmbedded.10).aspx
 
Find '''TimeZoneIndex''' here: http://msdn.microsoft.com/en-us/library/ms912053(WinEmbedded.10).aspx

Revision as of 20:42, 11 February 2010

Requirements

  1. ReactOS source code
  2. ReactOS Build Environment

Steps

  1. Copy boot/bootdata/unattend.inf.sample to boot/bootdata/unattend.inf
  2. Open boot/bootdata/bootdata.rbuild
  3. Insert the following line: <cdfile base="reactos">unattend.inf</cdfile>
  4. Make bootcd

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