Win7 von CD und per PXE Dell 390

Antworten
lenny
Beiträge: 167
Registriert: 20 Mai 2009, 09:57

Win7 von CD und per PXE Dell 390

Beitrag von lenny »

Hallo,

habe meine Win7 Installation nicht bearbeitet und verwende noch das uib template für die Installation.
Die Installation auf meinen Clients läuft eig problemlos.
Nur auf einem Dell 390 will es nicht funktionieren.
Ganz am Ende der Installation kommt folgenden Fehler:

Windows could not parse or process unattend answer file [C:\Windows\Panther/unattend.xml
for pass [specialise]. The answer file is invalid.

meine Specialise Sektion

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>
            <StartPanelOff>false</StartPanelOff>
            <TimeZone>W. Europe Standard Time</TimeZone>
            <WindowsFeatures>
                <ShowWindowsMail>false</ShowWindowsMail>
            </WindowsFeatures>
        </component>
        
        <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
            <SkipAutoActivation>true</SkipAutoActivation>
        </component>
Über Hilfe freut sich ---> Lenny
Antworten