MSFN Forum: How to make Standalone DVD unattend installation for server 2008 - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to make Standalone DVD unattend installation for server 2008

#1 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 01 March 2012 - 09:48 PM

Hi There,

I have been able to make a full unattend.xml for Server 2008 R2 that is working as i need if i use it on a seprate UFD.

can anybody help me on how to add unattend.xml/autounattend.xml to DVD to make it standalone DVD unattended installation ???

Thanks In Advance.

This post has been edited by manishgambhir: 01 March 2012 - 10:05 PM



#2 User is offline   mandrake 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 02-March 12
  • OS:none specified
  • Country: Country Flag

Posted 02 March 2012 - 09:40 AM

Windows setup searches for the autounattend.xml on your DVD as well. So go ahead and create an ISO and burn a new Windows installation media with the answer file on the root.

Using WAIK you can create the iso with

oscdimg -n -m -b"iso\boot\etfsboot.com" iso\ myinstallation.iso


where .\iso\ contains all the files from the windows installation cd + answer file.

#3 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 02 March 2012 - 12:42 PM

Let me give it a shot, i was trying to add my xml files to wim files.

This post has been edited by manishgambhir: 05 March 2012 - 05:18 PM


#4 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 05 March 2012 - 05:19 PM

Thanks Mandrake, i was able to run the DVD unattended.


Is there any way to hide my unattend so the users dont play with it ?

#5 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,726
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 06 March 2012 - 08:30 AM

View Postmanishgambhir, on 05 March 2012 - 05:19 PM, said:

Is there any way to hide my unattend so the users dont play with it ?


Only by using a custom shell and playing some tricks, like having the file originally named something ambiguous in the sources folder, then copy it to the Ramdisk and rename it to unattend.xml... then call Setup.exe with the /unattend switch.

#6 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 08 March 2012 - 04:53 PM

View PostTripredacus, on 06 March 2012 - 08:30 AM, said:

View Postmanishgambhir, on 05 March 2012 - 05:19 PM, said:

Is there any way to hide my unattend so the users dont play with it ?


Only by using a custom shell and playing some tricks, like having the file originally named something ambiguous in the sources folder, then copy it to the Ramdisk and rename it to unattend.xml... then call Setup.exe with the /unattend switch.



Hi Tripredacus/All

before i could finalize my autounattend.xml i realized that i missed to ask server name and Ip from user. For which i'm using startnet.cmd. but looks like its not even reaching my startnet.cmd.

explaning the scenario here.
i have taken boot.wim from a winodws 2008 R2 Sp1 DVD. This boot.wim has two images in it.

Index 1. Microsoft Windows PE (x64) ->( mounted the image and saved file in x:\windows\system32)
Index 2. Microsoft windows Setup (x64)-> ( mounted the image and saved file in x:\windows\system32)

i have added startnet.cmd in both the wims but its still not reaching any of them.

when i run commad prompt during the install (by pressing shift + f10) and i browse to X:\Windows\system32, i see my startnet.cmd. but for some reason it is not being touched.

any idea ???

Thanks in advance.

This post has been edited by manishgambhir: 08 March 2012 - 04:59 PM


#7 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,726
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 09 March 2012 - 09:18 AM

View Postmanishgambhir, on 08 March 2012 - 04:53 PM, said:

before i could finalize my autounattend.xml i realized that i missed to ask server name and Ip from user. For which i'm using startnet.cmd. but looks like its not even reaching my startnet.cmd.

i have added startnet.cmd in both the wims but its still not reaching any of them.

any idea ???


Startnet.cmd is a failover in the search path of files that tell WinPE what to do when it boots. The first item it looks for is winpeshl.ini. If there is any data in that file, it won't bother looking for startnet.cmd.

#8 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 09 March 2012 - 09:53 AM

View PostTripredacus, on 09 March 2012 - 09:18 AM, said:

View Postmanishgambhir, on 08 March 2012 - 04:53 PM, said:

before i could finalize my autounattend.xml i realized that i missed to ask server name and Ip from user. For which i'm using startnet.cmd. but looks like its not even reaching my startnet.cmd.

i have added startnet.cmd in both the wims but its still not reaching any of them.

any idea ???


Startnet.cmd is a failover in the search path of files that tell WinPE what to do when it boots. The first item it looks for is winpeshl.ini. If there is any data in that file, it won't bother looking for startnet.cmd.



Let me give it a shot quickly and update you back here. as far as i remember, i didnt touch winpeshl.ini and technically it should come to startnet.cmd.

#9 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 09 March 2012 - 12:54 PM

View Postmanishgambhir, on 09 March 2012 - 09:53 AM, said:

View PostTripredacus, on 09 March 2012 - 09:18 AM, said:

View Postmanishgambhir, on 08 March 2012 - 04:53 PM, said:

before i could finalize my autounattend.xml i realized that i missed to ask server name and Ip from user. For which i'm using startnet.cmd. but looks like its not even reaching my startnet.cmd.

i have added startnet.cmd in both the wims but its still not reaching any of them.

any idea ???


Startnet.cmd is a failover in the search path of files that tell WinPE what to do when it boots. The first item it looks for is winpeshl.ini. If there is any data in that file, it won't bother looking for startnet.cmd.



Let me give it a shot quickly and update you back here. as far as i remember, i didnt touch winpeshl.ini and technically it should come to startnet.cmd.



i checked it doesnt have winpeshl.ini, do you want me to create it and leave it blank ?

#10 User is online   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,726
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 12 March 2012 - 08:29 AM

You can try putting your command into the winpeshl.ini instead of startnet.cmd. Check the WAIK documentation (WinPE.chm) for the proper syntax for the file.

#11 User is offline   manishgambhir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 01-March 12
  • OS:Server 2008 x64
  • Country: Country Flag

Posted 15 March 2012 - 08:50 AM

HI All,

All these things work if i use AIK's boot.wim, but the dont work with Boot.wim taken from windows server 2008's DVD. i wanted to use boot.wim from windows server 2008's dvd because of better drivers support.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy