Megges Geschrieben 15. Januar 2010 Geschrieben 15. Januar 2010 Hallo, Ich bin gerade mitten in einem Schulprojekt und muss auf Server 2008 R2 mit WDS Windows 7 installieren. Ich habe das Windowsabbild mit dem Bereitstellungsdient hinzugefügt und eine Antwortdatei mit SIM erstellt. Meine Installation läuft eigentlich gut, nur hab ich das Problem das es keine Automatische Installation ist so wie ich es mir eigentlich vorgestellt habe. Ich muss bei der Installation immer auf weiter klicken. Kann mir eventuell bitte jemand sagen wo das Problem sein könnte? Ich habe deim Abbild erstellen im Bereitstellungsdienst die automatische Installation auch angeklickt. Würde mich sehr über eine Antwort freuen. MFG Megges79
bubu44 Geschrieben 15. Januar 2010 Geschrieben 15. Januar 2010 wenn du die unattended.xml zeigst, kann man evtl. helfen http://technet.microsoft.com/de-de/library/dd349348(WS.10).aspx
Megges Geschrieben 15. Januar 2010 Autor Geschrieben 15. Januar 2010 Hier ist der Inhalt meiner xml Datei Ich hoffe mir kann jemand helfen MfG Megges <?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> <WillShowUI>OnError</WillShowUI> <Key>DX6PMMYFP9TKM8XJV6KQMHRBB</Key> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Markus</FullName> <Organization>BFW</Organization> </UserData> </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> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <AutoLogon> <Password> <Value>cABhACQAJAB3ADAAcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <Domain>bfw.local</Domain> <LogonCount>1</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>*</ComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows 7 HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde Dich an, um zu kommentieren
Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde Dich hier an.
Jetzt anmelden