Jump to content

Recommended Posts

Posted

Hi there.

I have an unattended installation that does everything automaticly.

The only thing i want the user to to is enter the licensekey, is this possible?

I have tried the following (without any luck):

<UserData>

<AcceptEula>true</AcceptEula>

<FullName>EndUserName</FullName>

<Organization>Fabrikam</Organization>

<ProductKey>

<Key>12345-12345-12345-12345-12345</Key>

<WillShowUI>Always</WillShowUI>

</ProductKey>

</UserData>

Under component name="Microsoft-Windows-Setup"

Br. Ron


Posted

My guess is to have the enduser enter the key manualy before install you would omit the key value in your example.

You could leave the thirty day grace key in the xml and and add a slmbr.vbs command at first logon commands pass 7 to uninstalall the default key before first logon.

The system would than ask for a key before it can be used.

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