ronmaster Posted December 3, 2008 Posted December 3, 2008 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
COOLCOMPUTERGUY Posted December 4, 2008 Posted December 4, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now