bigbirddk Posted November 10, 2012 Posted November 10, 2012 (edited) i've tried to create an autounattend.xml file, works largely, but i have to choose Windows 8 or Windows 8 Pro in a little popup box, anybody knows how to get it to install just the Pro version.any help would be much appreciated.P.S. this XML i created from a guide i found online, i have no need to slim anything, just to get it to unattend install.autounattend.xml Edited November 10, 2012 by bigbirddk
myselfidem Posted November 10, 2012 Posted November 10, 2012 Change inside your Autounattend.xml the Key value to:<OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 8 Pro</Value> </MetaData> </InstallFrom>
bigbirddk Posted November 10, 2012 Author Posted November 10, 2012 (edited) didn't work, still get this window.and updated this XML fileautounattend.xml Edited November 10, 2012 by bigbirddk
maxXPsoft Posted November 10, 2012 Posted November 10, 2012 remove the <InstallToAvailablePartition>false</InstallToAvailablePartition>what you have should work but you could try this <MetaData wcm:action="add"> <Key>/IMAGE/Index</Key> <Value>1</Value> </MetaData>
myselfidem Posted November 10, 2012 Posted November 10, 2012 (edited) I made some search on the Web about this window to choose the Windows 8 Editions!Have you an ei.cfg file inside the folder sources ?Take a look here, and remove EI.CFG (or create one if you want select Windows 8 Pro or Windows 8 Core):http://www.windowsva...ws-8-iso-image/http://www.windowsva...ut-product-key/The ei.cfg file doesn't exist inside Windows 8 Pro !HTH Edited November 10, 2012 by myselfidem
DosProbie Posted November 11, 2012 Posted November 11, 2012 i've tried to create an autounattend.xml file, works largely, but i have to choose Windows 8 or Windows 8 Pro in a little popup box, anybody knows how to get it to install just the Pro version.any help would be much appreciated.P.S. this XML i created from a guide i found online, i have no need to slim anything, just to get it to unattend install.This is a dual 32/64 that I use works perfect and without ei.cfg, It Only shows the Windows 8 Pro X64 edition that you want then goes to format/partition then no more nag screens and straight to Metro.You can revise as needed with language, time zone, user name etc..Hope this helps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now