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.

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