Windows cannot read the <ProductKey> setting from the unattend anser file

Antworten
lyn85
Beiträge: 2
Registriert: 22 Mär 2019, 10:04

Windows cannot read the <ProductKey> setting from the unattend anser file

Beitrag von lyn85 »

Hallo ihr Lieben,
ich versuche Windows 10 Pro über OPSI zu verteilen.
Dazu habe ich einen Win 10 Pro 64Bit German DSP Key. Dieser wurde mit einem Installationsmedium für Windows 10 V1511 ausgeliefert.
Ich habe mir von der Microsoft Homepage ein Windows 10 Image für 1811 heruntergeladen.
Von der OPSI Seite habe ich das "win10-x64_4.1.0.0-15.opsi" Paket genommen.
Entpackt, WinPE mit Treibern erstellt, das Windows Image nach installfiles kopiert, für den ersten Test die unattend.xml aus dem win10-x64 OPSI Paket genommen (unattend.(txt/xml).template), welche in custom liegt.
Die Installation von Windows 10 bricht mit dem Fehler "Windows cannot read the <ProductKey> setting from the unattend anser file" ab.

In der unattend.xml habe ich auch mal die folgende Stelle auskommentiert:

Code: Alles auswählen

<settings pass="windowsPE">
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <DiskConfiguration>
                <WillShowUI>OnError</WillShowUI>
                <Disk wcm:action="add">
                    <DiskID>#@diskindex*#</DiskID>
                    <WillWipeDisk>false</WillWipeDisk>
                    <ModifyPartitions>
                        #@modify_partitions*#
                    </ModifyPartitions>
                </Disk>
            </DiskConfiguration>
            <UserData>
<!--
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                    <Key>#@productkey*#</Key>
                </ProductKey>
-->
                <AcceptEula>true</AcceptEula>
                <FullName>#@fullname*#</FullName>
                ...
und an dieser Stelle aktiviert:

Code: Alles auswählen

	-->
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            <ComputerName>#@pcname*#</ComputerName>
            <ProductKey>#@productkey*#</ProductKey>
            <CopyProfile>false</CopyProfile>
            <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
            <DoNotCleanTaskBar>false</DoNotCleanTaskBar>
            <ShowWindowsLive>false</ShowWindowsLive>
            <TimeZone>#@system_timezone*#</TimeZone>
            <WindowsFeatures>
                <ShowWindowsMail>false</ShowWindowsMail>
            </WindowsFeatures>
           ...
Wenn ich den Key an einem Windows 10 1811 USB Medium teste funktioniert dieser.

Ist der Key eventuell nicht für Deloying gemacht?
Der Key soll erstmal nur für eine Testinstallation genutzt werden. Für spätere Installationen wollen wir einen Windows 10 VL Key kaufen.

Vielen Dank

Lyn

EDIT: Mit einem KMS Client Setup Key tritt der Fehler ebenfalls auf (Key Win 10 Pro von https://docs.microsoft.com/en-us/window ... clientkeys)
lyn85
Beiträge: 2
Registriert: 22 Mär 2019, 10:04

Re: Windows cannot read the <ProductKey> setting from the unattend anser file

Beitrag von lyn85 »

hm ich habe nochmal alle Schritte erneut ausgeführt und diesmal läuft es durch!
Antworten