hacoso Geschrieben 17. Mai 2011 Teilen Geschrieben 17. Mai 2011 (bearbeitet) hi, nochmal eine kleien frage zum wds also so zum verständnis, wds fängt an mit der boot.wim und nimmt dann die install.wim mit der unattended.xml oder??? danke schonmal und hat mir jemand viell eine unattend.xml datei die funktioniert , damit ich die mal mit meiner vergleichen kann wo der fehler liegen könnte bzw hier ist meine,sieht hier jemand nen fehler? <?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> <SystemLocale>de-DE</SystemLocale> <UILanguage>de-DE</UILanguage> <UserLocale>de-DE</UserLocale> </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> <Key>84BXQ6M9663C782WYXMV93D3K</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>ihk</FullName> <Organization>ihkulm</Organization> </UserData> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Type>Primary</Type> <Order>1</Order> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> <TypeID>1</TypeID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <Credentials> <Domain>img.in</Domain> <Password>Melly666</Password> <Username>Administrator</Username> </Credentials> </InstallFrom> <InstallTo> <PartitionID>1</PartitionID> <DiskID>0</DiskID> </InstallTo> <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>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <AutoLogon> <Password> <Value>TQBlAGwAbAB5ADYANgA2AFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>W. Europe Standard Time</TimeZone> </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>test</ComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim://imginstall/reminst/unattend/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Bearbeitet 17. Mai 2011 von hacoso Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Grand0815 Geschrieben 17. Mai 2011 Teilen Geschrieben 17. Mai 2011 bzw hier ist meine,sieht hier jemand nen fehler? Fangen wir doch so an: Was funktioniert denn bei deiner nicht? Bevor man sich jetzt diesen 100 Zeiler durchleist ;-) Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
hacoso Geschrieben 17. Mai 2011 Autor Teilen Geschrieben 17. Mai 2011 (bearbeitet) hi grand , also problem ist das die antwortdatei erst nach dem bereich der formatierung und partitionserstellung greift.Das heist: gebietsschema und tastatur oder eingabemethode muss bestätigt werden. server benutzer muss sich anmelden und die formatierung+partitionierung muss per hand gemacht werden. habe nun 2 möglichkeiten gefunden: 1. eine zweite antwortdatei erstellen (wo soll diese dann hin?) 2. eine extra antwortdatei dem boot.wim zuteilen (wie soll das gehen?) danke schonmal Bearbeitet 17. Mai 2011 von hacoso Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
René1709 Geschrieben 19. Mai 2011 Teilen Geschrieben 19. Mai 2011 Hi hacoso, kann Dir hier mal meinen Ausschnitt zeigen. Es sei dazu gesagt das ich die Sprache auch bestätige und ne Anmeldung habe. Das ist jedoch so gewollt. Der Part hier: <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"> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Format>NTFS</Format> <Label>System</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> funktioniert allerdings einwandfrei. Nach der Anmeldung muss ich nurnoch das Image auswählen. Die Partitionierung läuft automatisch. Habe jetzt nichts verglichen. Wollte es Dir nur zur Verfügung stellen. Vielleicht hilft es Dir ja. Gruß 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.