Windows 7 Autounattend

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
ik probeer op het werk windows 7 unattend te deployen echter ik krijg constant de melding:
"Kan het antwoordbestand voor installatie zonder toezicht [c:\autounattend.xml] niet parseren of verwerken voor fase [windowsPE]. Een onderdeel of instelling in het antwoordbestand bestaat niet."
weet iemand wat ik mis? mijn Autounattend.xml ziet er als volgt uit

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Deployment" 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">
<Reseal>
<Mode>Audit</Mode>
</Reseal>
</component>
<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>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
</OOBE>
<UserAccounts>
<AdministratorPassword>
<Value>*password*</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>*password*</Value>
<PlainText>false</PlainText>
</Password>
<Description>standaard local user</Description>
<DisplayName>uitleen</DisplayName>
<Name>uitleen</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
</component>
</settings>
<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>nl-NL</UILanguage>
</SetupUILanguage>
<InputLocale>en-US</InputLocale>
<SystemLocale>nl-NL</SystemLocale>
<UILanguage>nl-NL</UILanguage>
<UserLocale>nl-NL</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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
<CreatePartition wcm:action="add">
<Order>1</Order>
<Size>6000000</Size>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Format>NTFS</Format>
<Label>Systeem</Label>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallToAvailablePartition>true</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<AcceptEula>true</AcceptEula>
<FullName>Systeembeheer</FullName>
<Organization>*my company*</Organization>
</UserData>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/sources/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Kan iemand mij helpen? :?

Acties:
  • 0 Henk 'm!

  • IntoDevel
  • Registratie: Mei 2009
  • Laatst online: 29-06 12:20
Ik kan zo 123 de fout niet vinden, heb er ook niet zoveel ervaring mee, maar kijk eens op deze site:

http://technet.microsoft....rary/dd349348(WS.10).aspx

hier staat genoemd welke onderdelen dr in moeten zitten en welke er in kunnen zitten enzo. Ik hoop dat je er wat aan hebt.

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Bedankt voor de tip. Echter deze site heb ik er als handleiding de hele tijd bijgehouden en elk component dat daar wordt aangegeven gedefinieerd maar toch werkt het niet :S

Acties:
  • 0 Henk 'm!

  • The Realone
  • Registratie: Januari 2005
  • Laatst online: 00:40
Verify em eens met de WSIM uit de WAIK van Microsoft, of bouw em daarmee op. Handig tooltje voor dat soort zaken en makkelijker dan een typvout uit een lap code te halen.

Acties:
  • 0 Henk 'm!

Verwijderd

Topicstarter
Bedankt voor de tip ik was inderdaad wat vergeten namelijk de <intallto> het is me nu gelukt. :D