O/S Deployment Thread, How can I set Windows 7 Edition selection in Answer file? in Technical; Hi,
I'm trying to create a completely unattended win 7 answer file and have managed to get nearly everything answered, ...
-
20th October 2010, 08:39 PM #1
How can I set Windows 7 Edition selection in Answer file? [Solved]
Hi,
I'm trying to create a completely unattended win 7 answer file and have managed to get nearly everything answered, but Windows Setup keeps asking which edition of Windows I want to install, even though there is only one option to choose (Enterprise Edition).
Does anyone know how to specify the answer to this in the autounattend.xml answer file, or any other way to get this automated?
Thanks for your help.
Last edited by MrLudwig; 21st October 2010 at 04:12 AM.
-
-
IDG Tech News
-
20th October 2010, 08:58 PM #2 This might help - So tired of fighting with answer files please help - MSFN Forums
There is a whole answer file posted (#9 by myselfidem )
but this is the interesting part:
Code:
<ImageInstall>
<OSImage>
<WillShowUI>OnError</WillShowUI>
<InstallFrom>
<Path>.\Operating Systems\Windows 7 x86\Sources\install.wim</Path>
<MetaData>
<Key>/image/index</Key>
<Value>5</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall> You need to change the number between the <VALUE></VALUE> tags to the relevant image index of your install...
-
Thanks to Gatt from:
MrLudwig (21st October 2010)
-
21st October 2010, 04:10 AM #3 Thanks Gatt, that worked perfectly.
I had to change the <path></path> entry as well, but as I'm installing from a DVD rather than a network share, all I had to do was specify the wim image name without the path. Setup.exe looks for the image in the <CD DRIVE LETTER>:\SOURCES\ folder.
Thanks again for your help.
-
SHARE: 
Similar Threads
-
By Matt_Tate in forum O/S Deployment
Replies: 0
Last Post: 2nd August 2010, 06:27 PM
-
By AmyJ121 in forum Windows 7
Replies: 3
Last Post: 10th June 2010, 02:04 PM
-
Replies: 1
Last Post: 19th May 2008, 10:24 AM
-
Replies: 7
Last Post: 23rd January 2007, 12:29 AM
-
Replies: 3
Last Post: 5th November 2006, 06:40 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules