ronmaster Posted December 4, 2008 Posted December 4, 2008 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
maxXPsoft Posted December 4, 2008 Posted December 4, 2008 (edited) 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 December 4, 2008 by maxXPsoft
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