Jump to content

Promt for licensekey


Recommended Posts

Hi there,

My unattended installation is fully automatic.

The only thing i want, is for the user to enter his licensekey.

The following does not seam to work (under component name="Microsoft-Windows-Setup"):

<UserData>

<AcceptEula>true</AcceptEula>

<FullName>User</FullName>

<Organization>Company</Organization>

<ProductKey>

<WillShowUI>Always</WillShowUI>

<Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>

</ProductKey>

</UserData>

Please help, i can not figue out what i am doing wrong.

/Ron

Link to comment
Share on other sites


If you specify a product key in the windowsPE configuration pass with ProductKey, then Windows welcome will prompt for a product key. If you specify the ProductKey setting during the specialize pass, then Windows Welcome will not prompt for a product key.

that or might just change the <WillShowUI>Always</WillShowUI> to <WillShowUI>OnError</WillShowUI> with your XXX

Edited by maxXPsoft
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...