MSFN Forum: WDS and DataImages - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

WDS and DataImages Anyone gotten them to work? Rate Topic: -----

#1 User is offline   Br4tt3 

  • World famous sausage eater...
  • PipPipPipPip
  • Group: Members
  • Posts: 566
  • Joined: 20-April 04

Posted 13 March 2007 - 04:24 AM

Hi!

I am trying to deploy a simple dataimage that I have created using a .xml file that is to automate the WDS deployment. However, the dataimage is never deployed. Following is done:

1. Boot into a standard boot.wim image placed on the WDS server
2. The WDS client software loads, and requests u to choose language and keyboard settings, then logon....
3. Once logged on, I have to choose which image to apply... which I wanna do.
4. The .xml file that I provided to the WDS server for automating the WDS client part looks like the following:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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">
<DiskConfiguration>
<Disk wcm:action="add">
<CreatePartitions>
<CreatePartition wcm:action="add">
<Extend>true</Extend>
<Order>1</Order>
<Type>Primary</Type>
</CreatePartition>
</CreatePartitions>
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>Boot</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
</DiskConfiguration>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>My Department</FullName>
<Organization>My Company</Organization>
</UserData>
<WindowsDeploymentServices>
<ImageSelection>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<ImageInstall>
<DataImage wcm:action="add">
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<InstallFrom>
<Path>\\DEVSEHBG-NT0001\RemInst\DRIVERS.WIM</Path>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>DRIVERS</Value>
</MetaData>
<Credentials>
<Domain>My_Domain</Domain>
<Password>My_PassW0rd</Password>
<Username>My_UserName</Username>
</Credentials>
</InstallFrom>
<Order>1</Order>
</DataImage>
</ImageInstall>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:c:/image_64bit/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


5. The main image that I select from the WDS client interface, is applied, and is working....
6. The DataImage supplied through the .xml is never applied... why? hints, tips or tricks? lucky charm? anything?

Thanks in advance....

This post has been edited by Br4tt3: 13 March 2007 - 04:25 AM



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy