Jump to content

Recommended Posts

Posted

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

AutoUnattend.xml

post-49372-1173947186_thumb.jpg


Posted

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>

Posted (edited)
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?

Edited by sp00f
Posted

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.

Posted (edited)
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 !

<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 :)

Edited by cyberyeye
Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...