Ciara Geschrieben 12. März 2014 Teilen Geschrieben 12. März 2014 Hallo miteinander, ich hoffe ich bin im richtigen Forum, ich komme einfach nicht weiter Mein Ziel ist es, Windows und einige Software (Firefox, 7Zip, etc) völlig von alleine zu installieren. Ich habe den WDS soweit konfiguriert, dass die Installation über das Netzwerk tatsächlich läuft. Leider ist die Installation nicht wirklich unattended. Ich muss immer noch Angaben wie z.B. die Sprache von Hand machen, obwohl ich in der AutoUnattended.xml eigentlich die Sprache standardmäßig als de-DE gesetzt habe. Die EULA muss man auch manuell akzeptieren, obwohl HideEULA=true gesetzt ist. Kurz: Ich komme einfach nicht weiter! Hat mir hier jemand einen Tip? Die AutoUnattended.xml kopiere ich mal mit rein, vllt liegts ja wirklich daran...? Und: Bitte seid geduldig und DAU-ig mit mir, ich habe vom Thema nämlich eigentlich keine Ahnung Grüße Ciara AutoUnattended.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="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>de-DE</UILanguage> </SetupUILanguage> <InputLocale>de-DE</InputLocale> <UILanguage>de-DE</UILanguage> <UILanguageFallback>de-DE</UILanguageFallback> <UserLocale>de-DE</UserLocale> <SystemLocale>de-DE</SystemLocale> </component> <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"> <UserData> <ProductKey> <WillShowUI>Always</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>CG-IT</FullName> <Organization>Crestron Germany GmbH</Organization> </UserData> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallToAvailablePartition>true</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> </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"> <ComputerName>Test1</ComputerName> <TimeZone>W. Europe Standard Time</TimeZone> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/install.wim#Win7 SP1 Enterprise x64" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.