Guest User

Untitled

a guest
Jun 27th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. - <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3. - <settings pass="windowsPE">
  4. - <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">
  5. <InputLocale>nl-NL</InputLocale>
  6. <SystemLocale>nl-NL</SystemLocale>
  7. <UILanguage>nl-NL</UILanguage>
  8. <UILanguageFallback>nl-NL</UILanguageFallback>
  9. <UserLocale>nl-NL</UserLocale>
  10. </component>
  11. - <component name="Microsoft-Windows-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">
  12. - <DiskConfiguration>
  13. - <Disk wcm:action="add">
  14. - <CreatePartitions>
  15. - <CreatePartition wcm:action="add">
  16. <Extend>true</Extend>
  17. <Order>1</Order>
  18. <Type>Primary</Type>
  19. </CreatePartition>
  20. </CreatePartitions>
  21. - <ModifyPartitions>
  22. - <ModifyPartition wcm:action="add">
  23. <Active>true</Active>
  24. <Format>NTFS</Format>
  25. <Label>Windows</Label>
  26. <Letter>C</Letter>
  27. <Order>1</Order>
  28. <PartitionID>1</PartitionID>
  29. <Extend>false</Extend>
  30. </ModifyPartition>
  31. </ModifyPartitions>
  32. <DiskID>0</DiskID>
  33. <WillWipeDisk>true</WillWipeDisk>
  34. </Disk>
  35. <WillShowUI>OnError</WillShowUI>
  36. </DiskConfiguration>
  37. - <WindowsDeploymentServices>
  38. - <Login>
  39. - <Credentials>
  40. <Domain>geheim</Domain>
  41. <Password>geheim</Password>
  42. <Username>administrator</Username>
  43. </Credentials>
  44. </Login>
  45. </WindowsDeploymentServices>
  46. </component>
  47. </settings>
  48. <cpi:offlineImage cpi:source="catalog:e:/sources/install_windows 7 enterprise.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  49. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment