Jump to content

hide "Select the operating system" dialog


Recommended Posts

Greetings...

As I've entered ProductKey -- I se only one "operating system" on that dialog:

Clipboard01.jpg

and it's logical (to me) that if there is no choose -- there is no needs in dialog. Also it's very annoying (especially if I'm creating fully unattended instalation). But I can't find how to hide it...

Is there a way to hide that dialog?

Best regards...

Link to comment
Share on other sites


You should make your unattend file look like this:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
...
...
...
<cpi:offlineImage cpi:source="wim:g:/vista/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Link to comment
Share on other sites

specify the desired version using this part:

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

Link to comment
Share on other sites

  • 6 years 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...