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