lebowski23
Goto Top

Unattend.xml konnte nicht verarbeitet werden (Windows 7)

Hallo

ich erstelle gerade eine Image mit sysprep und nutze eine unattend.xml. Ich bekomme die Fehlermeldung

Die Antwortdatei für die unbeaufsichtigte installation für Durchgang [specialize] konnte nicht analysiert oder verarbeitet werden.
Die in der Antwortdatei angegebenen Einstellungen können nicht angewendet werden.
Der Fehler wurde beim Verarbeiten von Einstellungen für die Komponente [Microsoft-Windows-Shell-Setup] erkannt


Ich habe die Datei mit dem AIK-Tool erstellt und auch der Test damit gibt keinen Fehler. Ich habe die Datei vor der Installation der letzten Updates auch erfolgreich verwenden können, jetzt geht es aber nicht mehr. Weiß jemand, wo der Fehler ist?


<?xml version="1.0" encoding="utf-8"?>  
<unattend xmlns="urn:schemas-microsoft-com:unattend">  
<settings pass="generalize">  
        <component name="Microsoft-Windows-PnpSysprep" 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">  
            <DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
            <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
        </component>
    </settings>
    <settings pass="specialize">  
        <component name="Microsoft-Windows-Deployment" 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">  
            <ExtendOSPartition>
                <Size>20000</Size>
                <Extend>false</Extend>
            </ExtendOSPartition>
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">  
                    <Order>1</Order>
                    <Path>net user administrator /active:yes</Path>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" 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">  
            <ComputerName>*</ComputerName>
            <CopyProfile>true</CopyProfile>
            <ProductKey>QQQQQ-QQQQQ-QQQQQ-QQQQQ-QQQQQ</ProductKey>
            <ShowWindowsLive>false</ShowWindowsLive>
            <TimeZone>W. Europe Standard Time</TimeZone>
        </component>
    </settings>
    <settings pass="oobeSystem">  
        <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>de-DE</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>de-DE</UILanguage>
            <UserLocale>de-DE</UserLocale>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" 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">  
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>cABhAweUAbABpAG4AZQAxADIAMwBQAGEAcwBzAHcAbwByAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">  
                        <Password>
                            <Value>cABhAweUAbABpAG4AZQAxADIAMwBQAGEAcwBzAHcAbwByAGQA</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Description>Administrator</Description>
                        <DisplayName>Administrator</DisplayName>
                        <Group>Administrator</Group>
                        <Name>Administrator</Name>
                    </LocalAccount>
                    <LocalAccount wcm:action="add">  
                        <Password>
                            <Value>dQBzAGUAcgBQAGEAcwBzAHcAbwByAGQA</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <DisplayName>user</DisplayName>
                        <Name>user</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://10.0.2.2/schu/downloads/sw_dvd5_win_pro_7_32bit_german_full_mlf_x15-71073/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>

Content-Key: 241256

Url: https://administrator.de/contentid/241256

Printed on: April 18, 2024 at 05:04 o'clock

Member: Xaero1982
Xaero1982 Jun 18, 2014 at 09:09:53 (UTC)
Goto Top
Moin,

da ich nicht weiß was du zum Posten alles verändert hast würde ich mal auf das * bei Computername tippen.

Noch was zu deinem User-Add ... als Gruppe gibst du "Administrator" an. Das müsste aber entweder Administratoren oder Administrators heißen.

Was genau "<CopyProfile>true</CopyProfile> " bewirkt - kA benutz ich nicht.

Bei dem Computernamen solltest du %MACHINENAME% einsetzen. Dann im WDS konfigurieren, dass er Unbekannten antworten soll, aber erst nach der Freigabe weiter gehen darf. Dann bekommst du eine Meldung unter ausstehende Anfragen oder sowas (habs gerade nicht vor mir). Dort benennst du die Rechner dann und dann liest er die Namen aus dem AD aus.

Gruß