MSFN Forum: ** [ SOLVED ] How to Skip the "Select the OS" Screen in Unatte - MSFN Forum

Jump to content


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

** [ SOLVED ] How to Skip the "Select the OS" Screen in Unatte Unattended Answer File for Windows 8

#1 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 204
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 12 February 2013 - 08:04 PM

[attachment=36127:Autounattend_ProfessionalWMC.xml] I have a single OS Image of Windows 8 Pro with Media Center with a Autounattend.xml answer file that I have got down to 2 install screens before going to the desktop, The "Select your operating System" for Windows 8 Pro with Media Center X64 and then the Partition Screen. Since I only have a single OS image I would like to skip over the Select your OS and go straight to the Partition Screen. My question is where in Settings Pass would I add the skipping over the Select OS? Everything else is working perfect with the Windows Install key installing and Preactivated with my free WMC key . I am not using the ei.cfg nor the pid.tx or setupcomplete. If someone has done this successfully then I would really appreciate the help.. See my attached xml file.
Thanks Again :yes: [attachment=36127:Autounattend_ProfessionalWMC.xml]

This post has been edited by DosProbie: 24 February 2013 - 09:16 PM



#2 User is offline   Tripredacus 

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

Posted 14 February 2013 - 09:40 AM

If it is prompting you to select an image, it probably doesn't like your product key. It should be enough, but you may want to add the ImageInstall object:

<ImageInstall>
                                <OSImage>
                                        <InstallFrom>
                                                <MetaData wcm:action="add">
                                                        <Key>/IMAGE/NAME</Key>
                                                        <Value>Windows 7 ULTIMATE</Value>
                                                </MetaData>
                                        </InstallFrom>
                                </OSImage>
                        </ImageInstall>


And specify the image name as it appears in your WIM.

#3 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 204
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 15 February 2013 - 09:08 PM

View PostTripredacus, on 14 February 2013 - 09:40 AM, said:

If it is prompting you to select an image, it probably doesn't like your product key. It should be enough, but you may want to add the ImageInstall object:

<ImageInstall>
                                <OSImage>
                                        <InstallFrom>
                                                <MetaData wcm:action="add">
                                                        <Key>/IMAGE/NAME</Key>
                                                        <Value>Windows 7 ULTIMATE</Value>
                                                </MetaData>
                                        </InstallFrom>
                                </OSImage>
                        </ImageInstall>


And specify the image name as it appears in your WIM.


Thanks for the tip on adding <ImageInstall> to my answer file, Would I add this in the settings pass="windowsPE" section??

#4 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 February 2013 - 11:31 AM

View PostDosProbie, on 15 February 2013 - 09:08 PM, said:

Thanks for the tip on adding <ImageInstall> to my answer file, Would I add this in the settings pass="windowsPE" section??

yes <settings pass="windowsPE">

#5 User is offline   DosProbie 

  • Member
  • Group: Supreme Sponsor
  • Posts: 204
  • Joined: 16-October 12
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 16 February 2013 - 03:59 PM

View PostmaxXPsoft, on 16 February 2013 - 11:31 AM, said:

View PostDosProbie, on 15 February 2013 - 09:08 PM, said:

Thanks for the tip on adding <ImageInstall> to my answer file, Would I add this in the settings pass="windowsPE" section??

yes <settings pass="windowsPE">


Thanks MaXx , Got this all figured out late last nite (See Snippet below - now Win8 just goes to the partition screen , runs all my sfx apps etc and goes straight to desktop)

Now I can go finish my Office silent Installer with pre-activation ... Life is good ö¿ö

Share this topic:


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

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



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