_hunter Posted February 26, 2008 Posted February 26, 2008 Greetings...As I've entered ProductKey -- I se only one "operating system" on that dialog:and it's logical (to me) that if there is no choose -- there is no needs in dialog. Also it's very annoying (especially if I'm creating fully unattended instalation). But I can't find how to hide it...Is there a way to hide that dialog?Best regards...
dvda2k Posted February 27, 2008 Posted February 27, 2008 You should make your unattend file look like this:<?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend">......... <cpi:offlineImage cpi:source="wim:g:/vista/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /></unattend>
ajua Posted February 28, 2008 Posted February 28, 2008 specify the desired version using this part:<ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage></ImageInstall>
mayk Posted August 26, 2014 Posted August 26, 2014 hihow can i do this in windows system image manager (windows AIK)?i want to select it automatically.
Tripredacus Posted August 26, 2014 Posted August 26, 2014 hi how can i do this in windows system image manager (windows AIK)? i want to select it automatically. See your post in the Windows 7 unattend section. Although you may find Vista and Win7 XML is mostly the same.
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