Jump to content

Can you set the unattended XML to choose OS?


Recommended Posts

I have the Ultimate Edition of Vista and stripped it with vLite, but this is more of

an unattended issue rather than vLite - this DVD being the Ultimate Vista had all

versions on it (Standard, Business etc) and after using vLite it is now only the

Ultimate Edition on its own, but, I am getting this screen coming up...

unwantedoptionla8.png

... there is only the Ultimate Edition on this disc so i want the XML file to just

choose this one without popping this screen up.

Shall I just blame Nuhi?

:thumbup

Only joking, but seriously, is it because it has (vLite) in the name the WAIK

is ignoring it?

I was installing this with no key, because it is when I put my product key in,

thats when this screen pops up - if I leave the key blank this screen does

not pop up!

Yes, I have already tried (in the WAIK System Image Manager) to choose

the product but it had no effect, this one...

choseproductoz2.png

If it is putting in the product key that is causing the first image then what can I do?

After looking at prathapml's code for an unattended Ultimate install

I put this in with the WAIK:

<InstallFrom>
<MetaData wcm:action="add">
<Value>Windows Vista (vLite) ULTIMATE</Value>
<Key>1</Key>
</MetaData>
</InstallFrom>

But it didn't work so I tried this:

<InstallFrom>
<MetaData wcm:action="add">
<Value>Windows Vista ULTIMATE</Value>
<Key>1</Key>
</MetaData>
</InstallFrom>

Didn't work either! :o

HELP!

Edited by LeveL
Link to comment
Share on other sites


Try this...should work.

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

Thanks for taking the time to post this, it works perfectly! :thumbup

Link to comment
Share on other sites

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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