gangsterhenk Posted September 19, 2006 Posted September 19, 2006 I have successfully installed Windows Vista on a machine with Windows Deployment Serviceswith 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 duringinstallation 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...
gelome Posted September 19, 2006 Posted September 19, 2006 Congrats ona a successful ua intall of vista.... 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.
gangsterhenk Posted September 19, 2006 Author Posted September 19, 2006 <?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..
andrewpayne Posted September 19, 2006 Posted September 19, 2006 You may want to 'x' out the Product Key
gangsterhenk Posted September 20, 2006 Author Posted September 20, 2006 I may have the problem <settings pass="offlineServicing"> should be auditSystem i think, will try to nightand see what happens..
cca Posted September 28, 2006 Posted September 28, 2006 <?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?
fizban2 Posted September 28, 2006 Posted September 28, 2006 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?
Spooky Posted October 1, 2006 Posted October 1, 2006 (edited) 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. Edited October 1, 2006 by Spooky
hyde Posted November 17, 2006 Posted November 17, 2006 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
SoultakerPT Posted November 22, 2006 Posted November 22, 2006 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!
isawdrones Posted March 15, 2007 Posted March 15, 2007 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now