Kace2000 Windows Setup intercept automated Windows Deployment
Hi all,
I'm pretty new to Kace and having my first problems. After uploading the windows 8.1 sources folder to the Kace2000 appliance and pushing the installation (it doesn't matter whether scripted oder automated installation) the process is being stopped by the windows setup menu.
Then I need to choose the time and currency format (i can't choose any other language). What can I do to set default settings so that the process isn't longer intercepted by the windows setup?
Thanks a lot :) !
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
you need to supply a proper unattended answer file.
Comments:
-
Thanks for the answer - but what do you exactly mean with an "Unattended answer file" ?
I have set the <InputLocale> and <SystemLocale> under </SetupUILanguage>. What do I need to change to get an unattended answer file :) ? - LordEgge 8 years ago-
you are missing 2 of the 4 parameters
here is an example for British English
<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>en-GB</InputLocale>
<SystemLocale>en-GB</SystemLocale>
<UILanguage>en-GB</UILanguage>
<UserLocale>en-GB</UserLocale>
</component> - SMal.tmcc 8 years ago