Jump to content

wds-Unattend.xml -winxp


surfertje

Recommended Posts

I want to automate the first part of the winpe on restoring and capturing a image with wds-winpe etc.

I have created a unattend.xml (that is: copieed from the internet) and opened in systemimage manager from WAIK. I cannot open a wim file in the system image manager, then there are errors cannot create catalog file. But i have read on the internet that it is not nessecary to open a image file within the unattend.xml.

Now i put the unattend.xml in the \remoteinstall\wdsclientunattend.

But nothing is automated when i boot a client. Everything like keyboard and name, password must be entered. So i think the unattend.xml doesn't work. The most imported thing i want to do with unattend is that the winxp machine which te image must apply, is that the disk (2 partitions)is formatted and that 1 partition is created.

What am i doiing wrong that the unattend.xml is doeiing nothing?

<?xml version="1.0" ?>

- <unattend xmlns="urn:schemas-microsoft-com:unattend">

- <settings pass="windowsPE">

- <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">

- <WindowsDeploymentServices>

- <Login>

<WillShowUI>OnError</WillShowUI>

- <Credentials>

<Username></Username>

<Domain></Domain>

<Password></Password>

</Credentials>

</Login>

- <ImageSelection>

<WillShowUI>OnError</WillShowUI>

- <InstallImage>

<ImageName></ImageName>

<ImageGroup>ImageGroup1</ImageGroup>

<Filename></Filename>

</InstallImage>

- <InstallTo>

<DiskID>2</DiskID>

<PartitionID>1</PartitionID>

</InstallTo>

</ImageSelection>

</WindowsDeploymentServices>

- <DiskConfiguration>

<WillShowUI>OnError</WillShowUI>

- <Disk>

- <CreatePartitions>

- <CreatePartition>

<Order>1</Order>

<Type>Primary</Type>

<Extend>true</Extend>

</CreatePartition>

</CreatePartitions>

- <ModifyPartitions>

- <ModifyPartition>

<Active>true</Active>

<Format>NTFS</Format>

<Label></Label>

<Letter>C</Letter>

<Order>1</Order>

<PartitionID>1</PartitionID>

</ModifyPartition>

</ModifyPartitions>

<DiskID>0</DiskID>

<WillWipeDisk>true</WillWipeDisk>

</Disk>

</DiskConfiguration>

</component>

- <component name="Microsoft-Windows-International-Core-WinPE" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="x86">

- <SetupUILanguage>

<WillShowUI>OnError</WillShowUI>

<UILanguage>en-US</UILanguage>

</SetupUILanguage>

<UILanguage>en-US</UILanguage>

</component>

</settings>

</unattend>

Link to comment
Share on other sites


Kleine toevoeging:

De unattend.xml doet wel iets want als ik de unattend uit de ..remoteinstall\wdsclientsunattend verwijder kan ik helemaal geen image meer terugzetten! Boot ik de client dan en kies voor terugzetten dan verschijnt er even later kan de WDS server niet bereiken.

Dit kan toch niet aan de unattend.xml liggen, die heb je toch alleen maar als toevoeging?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...