MSFN Forum: hide "Select the operating system" dialog - MSFN Forum

Jump to content



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

hide "Select the operating system" dialog Rate Topic: -----

#1 User is offline   _hunter 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 03-April 07
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 26 February 2008 - 03:18 AM

Greetings...

As I've entered ProductKey -- I se only one "operating system" on that dialog:
Posted Image
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...


#2 User is offline   dvda2k 

  • Group: Banned
  • Posts: 8
  • Joined: 20-February 08

Posted 27 February 2008 - 11:18 AM

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>


#3 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 28 February 2008 - 05:27 PM

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>


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 - 2011 msfn.org
Privacy Policy