Difference between revisions of "Create an unattended Installation CD"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 5: Line 5:
  
 
Steps:<br/>
 
Steps:<br/>
1. Copy boot/bootdata/unattend.inf.sample to boot/bootdata/unattend.inf<br/>
+
1. Copy '''boot/bootdata/unattend.inf.sample''' to '''boot/bootdata/unattend.inf'''<br/>
2. Open boot/bootdata/bootdata.rbuild<br/>
+
2. Open '''boot/bootdata/bootdata.rbuild'''<br/>
3. Insert the following line (without quotes) "<cdfile base="reactos">unattend.inf</cdfile>"<br/>
+
3. Insert the following line (without quotes) "'''<cdfile base="reactos">unattend.inf</cdfile>'''"<br/>
 
4. Make bootcd <br/>
 
4. Make bootcd <br/>
 
5. enjoy :-)<br/>
 
5. enjoy :-)<br/>

Revision as of 13:07, 4 May 2009

Requirements:
1. ReactOS source code
2. ReactOS build tools


Steps:
1. Copy boot/bootdata/unattend.inf.sample to boot/bootdata/unattend.inf
2. Open boot/bootdata/bootdata.rbuild
3. Insert the following line (without quotes) "<cdfile base="reactos">unattend.inf</cdfile>"
4. Make bootcd
5. enjoy :-)

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