Unattended Installation of Windows Server 2008
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
Unattended installation as in previous versions of Windows Operating System and ofcourse on any other operating system is possible in Windows Server 2008.
To perform an unattended installation of Windows Server 2008,
1. Create a .xml file titled Unattend.xml by using a text editor like notepad or Windows System Image Manager. Click this link for a Sample Unattended.xml file
2. Copy the Unattend.xml file to a local drive or shared network drive.
3. Boot your computer to Windows Preinstallation Environment (Windows PE), Windows Server 2003, or Windows XP.
4. Insert the media disk with the Server Core installation of Windows Server 2008 into your disk drive. If the auto-run Setup window appears, click Cancel.
5. At a command prompt, change to the drive that contains the installation media. Say (C:\)
6. Type the following command
setup /unattend:<path>\unattend.xml
where path is the path to your Unattend.xml file.
7. Allow Setup to complete.
This should do!
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






Your link to the sample unattended file is broken. It looks like this:
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
——————————————————————————–
An invalid character was found in text content. Error processing resource ‘http://www.windowsreference.com/wp-content/uploa…
<!
the link to “Sample Unattended.xml file” above does not work
What exactly is “the media disk with the Server Core installation of Windows Server 2008″?
Is that the original MS Server 2008 DVD? If so, doesnt the install.wim file contain images of Standard, Enterprise and Datacenter, plus the Core versions of each.
How does the unattend.xml force Setup.exe to use the correct Core image?