Ruby-Boolean
Cadet 4th Year
- Registriert
- Okt. 2007
- Beiträge
- 71
Hallo
Ich habe mir eine AutoUnattend.xml mit der Software WAIK erstellt für Windows 7 Enterprise x86.
Das hat auch soweit funktioniert.
So mein Problem ist, das die Installation immer mit der folgenden Fehlermeldung abgebrochen wird.
"Windows could not apply the Windows PE bootstrap specified in the unattend answer file."
Nun ist meine Frage weiss jemand wie ich diesen Fehler beheben kann?
Ich Danke schon mal allen im voraus, thx
Und hier ist nach die XML-Datei.
Ich habe mir eine AutoUnattend.xml mit der Software WAIK erstellt für Windows 7 Enterprise x86.
Das hat auch soweit funktioniert.
So mein Problem ist, das die Installation immer mit der folgenden Fehlermeldung abgebrochen wird.
"Windows could not apply the Windows PE bootstrap specified in the unattend answer file."
Nun ist meine Frage weiss jemand wie ich diesen Fehler beheben kann?
Ich Danke schon mal allen im voraus, thx
Und hier ist nach die XML-Datei.
Code:
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<servicing>
<package action="configure">
<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7600.16385" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" />
<selection name="Printing-Foundation-LPDPrintService" state="true" />
<selection name="Printing-Foundation-LPRPortMonitor" state="true" />
<selection name="Printing-Foundation-Features" state="true" />
</package>
</servicing>
<settings pass="windowsPE">
<component name="Microsoft-Windows-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">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>Ermöglicht PowerSehll Scripts Auszuführen</Description>
<Path>powershell.exe Set-ExecutionPolicy RemoteSigned</Path>
</RunSynchronousCommand>
</RunSynchronous>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>Test</FullName>
<Organization>Test</Organization>
</UserData>
<EnableFirewall>false</EnableFirewall>
<Restart>Restart</Restart>
<UseConfigurationSet>false</UseConfigurationSet>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0807:00000807</InputLocale>
<SystemLocale>de-CH</SystemLocale>
<UILanguage>de-DE</UILanguage>
<UILanguageFallback></UILanguageFallback>
<UserLocale>de-CH</UserLocale>
</component>
</settings>
<settings pass="specialize">
<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">
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
<Themes>
<DefaultThemesOff>true</DefaultThemesOff>
</Themes>
<TimeZone></TimeZone>
<ComputerName>BastelPC</ComputerName>
</component>
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<JoinWorkgroup>WINDY</JoinWorkgroup>
</Identification>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" 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">
<Home_Page>www.20min.ch</Home_Page>
<FilterLevel>High</FilterLevel>
<FindProvidersURL>www.google.ch</FindProvidersURL>
<PlaySound>false</PlaySound>
<DisableFirstRunWizard>false</DisableFirstRunWizard>
</component>
<component name="Microsoft-Windows-DNS-Client" 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">
<DNSSuffixSearchOrder>
<DomainName wcm:action="add" wcm:keyValue="1">jacob.ch</DomainName>
</DNSSuffixSearchOrder>
<Interfaces>
<Interface wcm:action="add">
<DNSServerSearchOrder>
<IpAddress wcm:action="add" wcm:keyValue="1">192.168.1.200</IpAddress>
</DNSServerSearchOrder>
<DisableDynamicUpdate>false</DisableDynamicUpdate>
<DNSDomain>jacob.ch</DNSDomain>
<EnableAdapterDomainNameRegistration>false</EnableAdapterDomainNameRegistration>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>
<DNSDomain>jacob.ch</DNSDomain>
<UseDomainNameDevolution>false</UseDomainNameDevolution>
</component>
<component name="Microsoft-Windows-TCPIP" 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">
<Interfaces>
<Interface wcm:action="add">
<Ipv4Settings>
<DhcpEnabled>false</DhcpEnabled>
</Ipv4Settings>
<UnicastIpAddresses>
<IpAddress wcm:action="add" wcm:keyValue="1">192.168.1.210/24</IpAddress>
</UnicastIpAddresses>
<Routes>
<Route wcm:action="add">
<Identifier>1</Identifier>
<NextHopAddress>192.168.1.1</NextHopAddress>
<Prefix>24</Prefix>
</Route>
</Routes>
<Identifier>Local Area Connection</Identifier>
</Interface>
</Interfaces>
<IcmpRedirectsEnabled>true</IcmpRedirectsEnabled>
</component>
</settings>
<settings pass="oobeSystem">
<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">
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<Order>1</Order>
<Description>SetWINS-Server</Description>
<CommandLine>cmd.exe /c powershell.exe -File "%SOURCE%\Scripts\SetWINS.ps1"</CommandLine>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<HideEULAPage>true</HideEULAPage>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<VisualEffects>
<FontSmoothing>Off</FontSmoothing>
</VisualEffects>
<TimeZone>W. Europe Standard Time</TimeZone>
<AutoLogon>
<Password>
<Value>********************</Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>administrator</Username>
</AutoLogon>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog:e:/windows_7/distribution/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Anhänge
Zuletzt bearbeitet: