MSFN Forum: Unattended Vista through WDS / Driverpaths - MSFN Forum

Jump to content



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

Unattended Vista through WDS / Driverpaths How to specify additional drivers Rate Topic: -----

#1 User is offline   gangsterhenk 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 29-June 06

Posted 19 September 2006 - 08:42 AM

I have successfully installed Windows Vista on a machine with Windows Deployment Services
with an xml answerfile....i dont understand the additional drivers, how to add them /specify them.

I added a driverpath in the answerfile like this example:

<PathAndCredentials wcm:keyValue="1">
<Path>\\myshare\driverpath</Path>
<Credentials>
<Domain>UserDomain</Domain>
<Username>UserName</Username>
<Password>UserPassword</Password>
</Credentials>
</PathAndCredentials>

I filled in the credentials, and tested if the share works....still during
installation i get an error that it cannot connect to the share and locate the drivers...

shouldnt it be \\SERVER\SHARE\driverpath instead of \\MYSHARE\driverpath ???
because it needs to know the server right or does it default use the WDS/RIS server ?
Im confused...


#2 User is offline   gelome 

  • Expect da Unexpected
  • Group: Members
  • Posts: 31
  • Joined: 22-January 05

Posted 19 September 2006 - 08:59 AM

Congrats ona a successful ua intall of vista.... :D

I would appreciate if u could post ure ua answer file. maybe i could help with ure issue once i get it installed on my system.

thanks.

#3 User is offline   gangsterhenk 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 29-June 06

Posted 19 September 2006 - 09:57 AM

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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">
<ModifyPartitions>
<ModifyPartition wcm:action="add">
<Active>true</Active>
<Extend>false</Extend>
<Format>NTFS</Format>
<Label>VISTA</Label>
<Letter>C</Letter>
<Order>1</Order>
<PartitionID>1</PartitionID>
</ModifyPartition>
</ModifyPartitions>
<DiskID>0</DiskID>
<WillWipeDisk>true</WillWipeDisk>
</Disk>
<WillShowUI>OnError</WillShowUI>
</DiskConfiguration>
<ImageInstall>
<OSImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key><edited></Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>HOMEUSER</FullName>
<Organization>HOMEORG</Organization>
</UserData>
</component>
<component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Credentials>
<Domain>domain</Domain>
<Password>password</Password>
<Username>admin</Username>
</Credentials>
<Path>\\rdm1\reminst\alldrivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<settings pass="oobeSystem">
<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>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" 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">
<Identification>
<Credentials>
<Domain>domain</Domain>
<Password>password</Password>
<Username>admin</Username>
</Credentials>
<JoinDomain>domain</JoinDomain>
</Identification>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Credentials>
<Domain>domain</Domain>
<Password>password</Password>
<Username>admin</Username>
</Credentials>
<Path>\\rdm1\reminst\alldrivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:w:/winpe/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


----------

i will write down the error soon..

#4 User is offline   andrewpayne 

  • XP/2003/Vista & Exchange Server
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 29-August 03

Posted 19 September 2006 - 10:28 AM

You may want to 'x' out the Product Key ;)

#5 User is offline   gangsterhenk 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 29-June 06

Posted 20 September 2006 - 01:44 AM

I may have the problem <settings pass="offlineServicing"> should be auditSystem i think, will try to night
and see what happens..

#6 User is offline   cca 

  • Group: Members
  • Posts: 1
  • Joined: 19-July 06

Posted 28 September 2006 - 08:01 AM

View Postgangsterhenk, on Sep 19 2006, 09:57 AM, said:

<?xml version="1.0" encoding="utf-8"?>
</unattend>


This is the image unattend, what did you use for the WDSClientUnattend.xml?
Or perhaps I am misinterpreting the wds/workbench/SIM documentation and the image setup unattend config will over ride the WDS unattend?

#7 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,898
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 September 2006 - 03:56 PM

your file looks fine, do you have all the files you need in the one folder you listed there? or are they all in seperate folders?

#8 User is offline   Spooky 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 12-November 03

Posted 01 October 2006 - 02:36 PM

You deployed this with WDS? Was your image on network or local?

Edit: Whoops! sorry for the dumb question, I looked at the .xml wrong.

This post has been edited by Spooky: 01 October 2006 - 04:28 PM


#9 User is offline   hyde 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 19-July 05

  Posted 16 November 2006 - 06:58 PM

is there any option while installing vista the the windows folder goes to the c drive and the program files folder goes to d drive automatically

#10 User is offline   SoultakerPT 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 07-June 04

Posted 22 November 2006 - 05:13 PM

I'm a bit confused right now.

I've installed WDS but now wich *.wim file should I use on the WDS Server? boot.wim or winpe.boot?

And...how can I use network services in the WinPE? I'm using VMWare Workstation! :)

#11 User is offline   isawdrones 

  • Group: Members
  • Posts: 1
  • Joined: 28-November 06

Posted 15 March 2007 - 08:33 AM

View PostSoultakerPT, on Nov 22 2006, 07:13 PM, said:

I'm a bit confused right now.

I've installed WDS but now wich *.wim file should I use on the WDS Server? boot.wim or winpe.boot?

And...how can I use network services in the WinPE? I'm using VMWare Workstation! :)


http://www.realtime-vista.com/installation...to_a_file_b.htm

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