patrick-it
Goto Top

XML Datei Fehler?

Hallo zusammen

ich benutze Sysprep, um ein Image von einer Maschine zu machen und lade dieses dann auf einem WDS Server hoch.
Folgender Ablauf:
Sysprep Maschine mit Datei 1
Das erstellte Image im WDS mit Datei 2 benutzen
Maschine Boot vom Image kommt ein Fehler

Kurz und knapp habe ich mindestens einen Fehler in einer oder der anderen xml Datei, die das automatische installieren von Windos erleichtert, kann mir jemand sagen, wo sich dieser befindet?

Datei 1:

<?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-CH</UILanguage>
			</SetupUILanguage>
				<InputLocale>de-CH</InputLocale>
				<SystemLocale>de-CH</SystemLocale>
				<UILanguage>de-CH</UILanguage>
				<UserLocale>de-CH</UserLocale>
		</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"> 
			<FirstLogonCommands>
				<SynchronousCommand wcm:action="add"> 
					<Order>1</Order>
					<CommandLine>"C:\Windows\System32\Sysprep\DisableSpy.cmd"</CommandLine> 
				</SynchronousCommand>
				<SynchronousCommand wcm:action="add"> 
					<Order>2</Order>
					<CommandLine>"C:\Windows\System32\Sysprep\WindowsFunctions.cmd"</CommandLine> 
				</SynchronousCommand>
			</FirstLogonCommands>			
		</component>
	</settings>
	<cpi:offlineImage cpi:source="" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 
</unattend>

Datei 2:

<?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">  
            <InputLocale>de-CH</InputLocale>
            <SystemLocale>de-CH</SystemLocale>
            <UILanguage>de-CH</UILanguage>
            <UserLocale>de-CH</UserLocale>
        </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">  
            <TimeZone>W. Europe Standard Time</TimeZone>
        </component>
    </settings>
    <settings pass="oobeSystem">  
        <component name="Microsoft-Windows-International-Core" 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">  
            <InputLocale>de-CH</InputLocale>
            <SystemLocale>de-CH</SystemLocale>
            <UserLocale>de-CH</UserLocale>
            <UILanguage>de-CH</UILanguage>
        </component>
        <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>
                <HideLocalAccountScreen>true</HideLocalAccountScreen>
                <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
                <NetworkLocation>Work</NetworkLocation>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
                <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            </OOBE>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:c:/en_windows_10_enterprise_version_1511_updated_feb_2016_x64_dvd_8378876/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>

Gruss


Patrick

Content-Key: 321656

Url: https://administrator.de/contentid/321656

Ausgedruckt am: 29.03.2024 um 11:03 Uhr

Mitglied: Pjordorf
Pjordorf 21.11.2016 um 21:06:40 Uhr
Goto Top
Hallo,

Zitat von @Patrick-IT:
kann mir jemand sagen, wo sich dieser befindet?
Ganz klar, deine XML passen nicht zum gewünschten. Dort ist ein Fehler face-smile

habe ich mindestens einen Fehler
Magst du uns auch sagen an welcher Stelle, wann, wie der sich Meldet oder äußert, BSOD oder die Fehlermeldung wo ein gelber springendem Punkt auf einen roten Bilschirm dargestellt wird und wenn Audio vorhanden ein gruseliges gelächter vom Bill ertönt?

Gruß,
Peter