Jump to content

How to jumping to select system in the installation ?


Recommended Posts

Posted

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


Posted

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

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

Posted

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.

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