December 3, 200817 yr 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
December 4, 200817 yr 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