Help - Search - Members - Calendar
Full Version: wds-Unattend.xml -winxp
MSFN Forums > Unattended Windows Discussion & Support > Unattended Windows 2000/XP/2003 > Unattended RIS Installation

   
Google Internet Forums Unattended CD/DVD Guide
surfertje
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>
IcemanND
moved
surfertje
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?

Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.