MSFN Forum: Skip choose windows - MSFN Forum

Jump to content



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

Skip choose windows Rate Topic: -----

#1 User is offline   Sperion 

  • Group: Members
  • Posts: 2
  • Joined: 26-March 05

Posted 15 March 2007 - 02:26 AM

Is there a way to install my windows vista ultimate without choosing a os in the menu?

I made (with the help of the AutoUnattend.xml in the stickys) an AutoUnattend but somehow i always get the schreen that ask wich os i want to install.

I add my AutoUnattend.xml and a screen of the page that i dont wanna see again :angel

Attached File(s)




#2 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 March 2007 - 02:58 AM

You will need to specify the metadata to install from like below if you are installing a modified VLite image value 1 is the one you need here.

 <InstallFrom>
						<MetaData wcm:action="add">
							<Key>/IMAGE/Index</Key>
							<Value>1</Value>
						</MetaData>
					</InstallFrom>


#3 User is offline   Sperion 

  • Group: Members
  • Posts: 2
  • Joined: 26-March 05

Posted 15 March 2007 - 03:32 AM

Ok thnx i gonna try it out right now

edit

yeah that did it ^^ thnx a lot

This post has been edited by Sperion: 15 March 2007 - 03:46 AM


#4 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 15 March 2007 - 10:11 PM

View PostMAVERICKS CHOICE, on Mar 15 2007, 09:58 AM, said:

You will need to specify the metadata to install from like below if you are installing a modified VLite image value 1 is the one you need here.

 <InstallFrom>
						<MetaData wcm:action="add">
							<Key>/IMAGE/Index</Key>
							<Value>1</Value>
						</MetaData>
					</InstallFrom>

So if i copy this and ad to my xml, it works?
Or do i need to change "/IMAGE/Index" into something?

This post has been edited by sp00f: 15 March 2007 - 10:12 PM


#5 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 March 2007 - 03:04 AM

If you are using a modified VLite image then copy & paste the code above to your xml, make sure you associate it with your image, validate with the waik.
If you're using a standard vista image then you need to change "1" to the correct image value, valid passes 1-4.

#6 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 16 March 2007 - 07:36 AM

thx , it worked :thumbup

#7 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 16 March 2007 - 07:36 AM

thx , it worked :thumbup

#8 User is offline   cyberyeye 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 19-March 05
  • OS:XP Pro x86
  • Country: Country Flag

Posted 21 March 2007 - 08:43 AM

Quote

If you are using a modified VLite image then copy & paste the code above to your xml, make sure you associate it with your image, validate with the waik.
If you're using a standard vista image then you need to change "1" to the correct image value, valid passes 1-4.

Hi !

I have almost the same question, but i don't use vlite at all.
I used Waik and created my xml file (and validated it).

I would like to bypass the OS "choice", only choice visible is "Home Premium".

What is the good code for this (home premium) without using vlite ?

It is the same that Sperion... except ultimate > Home premium.

Thanks in advanced !

(sorry for my bad english lol)

EDIT:

I find it !

Quote

<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/Name</Key>
<Value>Windows Vista HOMEPREMIUM</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>


Works fine tested into a virtual machine :)

This post has been edited by cyberyeye: 21 March 2007 - 09:45 AM


#9 User is offline   Gwido 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 21-January 07

Posted 22 March 2007 - 11:13 PM

This can also be achieved using the imagex tool

imagex /info <wimfile>

You can then cull the wim file of the other OS versions from the XML output - you will see the different key values for the different versions.

use imagex again and use the /delete switch to delete the key values for the versions you wish not to install.

Start from the highest number and work down as if you start from the lowest and work up the file will be re-indexed and you will have to run the /info command again to see the new values are after each time you delete a version from the WIM file.

Gwido

#10 User is offline   cyberyeye 

  • Member
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 19-March 05
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 March 2007 - 07:30 AM

Very interesting ! Thanks for this "tips" :-)

A little question: This should be done before using waik or it doesn't matter ?

#11 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 March 2007 - 02:10 PM

Whilst is recomended.

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