Jump to content

How to jumping to select system in the installation ?


WeBeRiO

Recommended Posts

Hello, I have a doubt:

I am making my own system and I do not want that it asks as to insatlar since he is the unique one and there is other no to select.

Thanks for the answer and excuse if this repeated one.

vistaja9.png

Link to comment
Share on other sites


This seems to happen because vlite adds (vlite) to the version description.

Open Autounattend.xml in notepad and directly below the </UserData> tag add

	  <ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows Vista (vLite) ULTIMATE</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>

Note: make sure it's after the </UserData> tag and not the <UserData> tag

Link to comment
Share on other sites

yes this is irritating. nuhi kindly make this an option in the next version of vlite. thanks

I agree. It should already be added to the vlite answer file. Or the name shouldn't be changed like it is. I would prefer the name not changed but to each there own.

Link to comment
Share on other sites

jaws75, thank you, I was waiting for this. After a few "specify image" unattended entries didn't work I left it for later, I hope this works for me as well, it will be in the next version then.

Link to comment
Share on other sites

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...