Difference between revisions of "Create an unattended Installation CD"

From ReactOS Wiki
Jump to: navigation, search
m
Line 10: Line 10:
 
4. Make bootcd <br/>
 
4. Make bootcd <br/>
 
5. enjoy :-)<br/>
 
5. enjoy :-)<br/>
 +
 +
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

Revision as of 13:05, 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