Jump to content

[Solved] Error in AutoUnattend.xml


Thiersee

Recommended Posts

I tried the AutoUnattend.xml-Generator after a long time I didn' use it and I found an error in the section "WindowsPE/Windows-Setup/UserData" of the generated xml-file:

<?xml version="1.0" encoding="utf-8"?>

<!--Created by Win Toolkit v1.4.0.60-->

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.micro...fig/2002/State" xmlns:xsi="http://www.w3.org/20...hema-instance">

<UserData>

<AcceptEula>true</AcceptEula>

<ProductKey>

<Key>HYF8J-CVRMY-CM74G-RPHKF-PW487</ProductKey>

<WillShowUI>Always</WillShowUI>

</ProductKey>

</UserData>

</component>

<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.micro...fig/2002/State" xmlns:xsi="http://www.w3.org/20...hema-instance">

<UserData>

<AcceptEula>true</AcceptEula>

<ProductKey>

<Key>HYF8J-CVRMY-CM74G-RPHKF-PW487</ProductKey>

<WillShowUI>Always</WillShowUI>

</ProductKey>

</UserData>

</component>

</settings>

This error causes this one if I load the generated AutoUnattend.xml in WAIK

b6ha3dghojnb.jpg

The two red/bold ProductKey should be Key; if I replace those two word with "key" the error isn't coming up.

Just a question about the AutoUnattend-Generator.

In earlier version was possible to choose the architectur: is this feature not possible anymore?

Regards

P.S.: the Key is the default one from MS.

Edited by Thiersee
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...