none
Windows 7 x64 Unattended Setup Fehler RRS feed

  • Frage

  • Hallo,

     

    ich bin nun schon seit einigen Tagen am rumprobieren, bekomme aber irgendwie nichts raus. Vielleicht könnt ihr mir helfen. Ich habe mit dem Windows System Image Manager ein Windows 7 Image gebaut, dass sich unbeaufsichtigt installieren lässt. Das funktioniert auch soweit ganz gut, nur leider bekomme ich es einfach nicht hin, dass er die Netzwerk Settings frisst. Hier die Fehler aus der C:\Panther\UnattendGC\setuperr.log:

     

     

    2011-08-26 12:20:06, Error  [NETIOUGC.EXE] TCPIP: Consumer 2 REJECTED the value named 'DhcpEnabled' (under 'Ipv4Settings') with status 0x2.
    2011-08-26 12:20:06, Error  [NETIOUGC.EXE] TCPIP: Error processing values under 'Ipv4Settings' registry key: 0x57.
    2011-08-26 12:20:06, Error  [NETIOUGC.EXE] TCPIP: Error while processing the the 'Ipv4Settings' registry key.
    2011-08-26 12:20:06, Error  [NETIOUGC.EXE] TCPIP: Failed to add the constructed route table entry to the stack: 0x490.

     


    Hier meine AutoUnattend.xml:

     

     

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
     <settings pass="windowsPE">
     <component name="Microsoft-Windows-International-Core-WinPE" 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">
     <SetupUILanguage>
     <UILanguage>de-DE</UILanguage>
     </SetupUILanguage>
     <InputLocale>de-DE</InputLocale>
     <SystemLocale>de-DE</SystemLocale>
     <UILanguage>de-DE</UILanguage>
     <UserLocale>de-DE</UserLocale>
     </component>
     <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">
     <UserData>
     <ProductKey>
      <WillShowUI>Never</WillShowUI>
     </ProductKey>
     <AcceptEula>true</AcceptEula>
     <FullName>blabla</FullName>
     <Organization>na</Organization>
     </UserData>
     <DiskConfiguration>
     <Disk wcm:action="add">
      <CreatePartitions>
      <CreatePartition wcm:action="add">
      <Extend>true</Extend>
      <Order>1</Order>
      <Type>Primary</Type>
      </CreatePartition>
      </CreatePartitions>
      <ModifyPartitions>
      <ModifyPartition wcm:action="add">
      <Active>true</Active>
      <Extend>false</Extend>
      <Format>NTFS</Format>
      <Label>Win7</Label>
      <Letter>C</Letter>
      <Order>1</Order>
      <PartitionID>1</PartitionID>
      </ModifyPartition>
      </ModifyPartitions>
      <DiskID>0</DiskID>
      <WillWipeDisk>true</WillWipeDisk>
     </Disk>
     <WillShowUI>OnError</WillShowUI>
     </DiskConfiguration>
     <ImageInstall>
     <OSImage>
      <InstallTo>
      <DiskID>0</DiskID>
      <PartitionID>1</PartitionID>
      </InstallTo>
      <InstallToAvailablePartition>false</InstallToAvailablePartition>
      <WillShowUI>OnError</WillShowUI>
     </OSImage>
     </ImageInstall>
     </component>
     </settings>
     <settings pass="oobeSystem">
     <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">
     <OOBE>
     <HideEULAPage>true</HideEULAPage>
     <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
     <NetworkLocation>Home</NetworkLocation>
     <ProtectYourPC>1</ProtectYourPC>
     <SkipMachineOOBE>true</SkipMachineOOBE>
     <SkipUserOOBE>true</SkipUserOOBE>
     </OOBE>
     <AutoLogon>
     <Password>
      <Value>VABlAGMAaABuAG8ANABlAHYAZQByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
      <PlainText>false</PlainText>
     </Password>
     <Enabled>true</Enabled>
     <LogonCount>2</LogonCount>
     <Username>Administrator</Username>
     </AutoLogon>
     <TimeZone>W. Europe Standard Time</TimeZone>
     <RegisteredOwner>AutoBVT</RegisteredOwner>
     <RegisteredOrganization>Microsoft</RegisteredOrganization>
     </component>
     </settings>
     <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">
     <ComputerName>m0n0</ComputerName>
     <RegisteredOwner>AutoBVT</RegisteredOwner>
     <RegisteredOrganization>Microsoft</RegisteredOrganization>
     </component>
     <component name="Microsoft-Windows-TCPIP" 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">
     <Interfaces>
     <Interface wcm:action="add">
      <Identifier>Local Area Connection</Identifier>
      <Ipv4Settings>
      <DhcpEnabled>false</DhcpEnabled>
      </Ipv4Settings>
      <UnicastIpAddresses>
      <IpAddress wcm:action="add" wcm:keyValue="1">111.111.111.111/24</IpAddress>
      </UnicastIpAddresses>
      <Routes>
      <Route wcm:action="add">
      <Identifier>0</Identifier>						 
      <NextHopAddress>111.111.111.111</NextHopAddress>
      <Prefix>0.0.0.0/0</Prefix>
      </Route>
      </Routes>
     </Interface>
     </Interfaces>
     </component>
     <component name="Microsoft-Windows-DNS-Client" 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">
     <Interfaces>
     <Interface wcm:action="add">
      <Identifier>Local Area Connection</Identifier>
      <DNSServerSearchOrder>
      <IpAddress wcm:action="add" wcm:keyValue="1">111.111.111.111</IpAddress>
      </DNSServerSearchOrder>
    		 <DisableDynamicUpdate>false</DisableDynamicUpdate>
      <EnableAdapterDomainNameRegistration>true</EnableAdapterDomainNameRegistration>
     </Interface>
     </Interfaces>
     </component>
     </settings>
     <cpi:offlineImage cpi:source="wim://m0n0-pc/users/m0n0/desktop/install.wim#Windows 7 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    
    

    Ich hoffe, dass mir jemand helfen kann. Danke im vorraus für die Mühe :)

     




    Freitag, 26. August 2011 10:34

Antworten

  • Ich habe das ganze hinbekommen.

    Der Fehler war anscheinend, dass der Identifyer nicht auf englisch sein darf, da es eine deuschte Windows Version ist.

    Also überall

    <Identifier>Local Area Connection</Identifier>
    


    durch

    <Identifier>LAN-Verbindung</Identifier>
    


    austauschen.

    Freitag, 26. August 2011 14:39