imatthews
2009-03-24 23:12:35 UTC
What would cause a Vista Business 64 Bit image from WDS on Server 2008 32Bit
Standard to ignor the parts of an answer file? For example keyboard,
language... settings are set in the unattend.xml file but I still have to
answer the question during the install process:
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
<LayeredDriver>1</LayeredDriver>
those items are configured. They are the same as my old X86 answer file
which was working fine on an old WDS server (which is now decommissioned).
Some of the settings are being processed. In particular, the OEM
information is showing when a machine is completed but other settings like
NETWORK LOCATION are not.
In WDS I have set ALLOW IMAGE TO INSTALL IN UNATTENDED MODE and then
selected x:\REMOTEINSTALL\WDSUNATTEND\WDSClientUnattend.xml which is then
copied to
x:\RemoteInstall\Images\ImageGroup1\capture\Unattend\ImageUnattend.xml . I
have restarted WDS Service.
All I can think of is that the keyboard, Language, Locale... settings should
not be in the PASS 1: WINPE settings but rather these settings should occur
in PASS 7, however, that does not appear to be an option.
After 4 solid hours over two days, I am out of ideas.
Any assistance would be appreciated.
____________________
FULL ANSWER FILE
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<OEMInformation>
<Manufacturer>Up & Running Technologies
Incorporated</Manufacturer>
<Model>Arcis Corporation x64 Image</Model>
<Logo>\\coherent-ms\remoteinstall\ur-sm.bmp</Logo>
<SupportPhone>403-781-XXXX</SupportPhone>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>Mountain Standard Time</TimeZone>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<UserAccounts>
<AdministratorPassword>
<Value>cAB1AGIAbAAxAGMAQXXXXXXXXXXXEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
<component name="Microsoft-Windows-Sidebar"
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">
<Gadget1>%PROGRAMFILES%\windows
sidebar\gadgets\WeatherBug.Gadget,true</Gadget1>
<Gadget4>%PROGRAMFILES%\windows
sidebar\gadgets\Calculatorium[1].gadget,true</Gadget4>
<Gadget5>%PROGRAMFILES%\windows
sidebar\gadgets\calculator[1].gadget,true</Gadget5>
</component>
</settings>
<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">
<UserData>
<ProductKey>
<Key>D7XXB-72XXM-XXXXX-XXXXX-33XXC</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>XXXXX Employee</FullName>
<Organization>XXXXX Corporation</Organization>
</UserData>
</component>
<component name="Microsoft-Windows-International-Core-WinPE"
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">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
<LayeredDriver>1</LayeredDriver>
</component>
</settings>
<cpi:offlineImage
cpi:source="wim:h:/imagexstuff/a_vista%20x64%20arcis%20complete%20-%20mar19%2009.wim#A_Vista
x64 Arcis Complete - Mar19 09" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
__________________________________
Ian Matthews
MSCE 2001, IPD, BComm.
Up & Running Technologies Inc
Standard to ignor the parts of an answer file? For example keyboard,
language... settings are set in the unattend.xml file but I still have to
answer the question during the install process:
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
<LayeredDriver>1</LayeredDriver>
those items are configured. They are the same as my old X86 answer file
which was working fine on an old WDS server (which is now decommissioned).
Some of the settings are being processed. In particular, the OEM
information is showing when a machine is completed but other settings like
NETWORK LOCATION are not.
In WDS I have set ALLOW IMAGE TO INSTALL IN UNATTENDED MODE and then
selected x:\REMOTEINSTALL\WDSUNATTEND\WDSClientUnattend.xml which is then
copied to
x:\RemoteInstall\Images\ImageGroup1\capture\Unattend\ImageUnattend.xml . I
have restarted WDS Service.
All I can think of is that the keyboard, Language, Locale... settings should
not be in the PASS 1: WINPE settings but rather these settings should occur
in PASS 7, however, that does not appear to be an option.
After 4 solid hours over two days, I am out of ideas.
Any assistance would be appreciated.
____________________
FULL ANSWER FILE
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-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">
<OEMInformation>
<Manufacturer>Up & Running Technologies
Incorporated</Manufacturer>
<Model>Arcis Corporation x64 Image</Model>
<Logo>\\coherent-ms\remoteinstall\ur-sm.bmp</Logo>
<SupportPhone>403-781-XXXX</SupportPhone>
</OEMInformation>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>Mountain Standard Time</TimeZone>
<BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
<UserAccounts>
<AdministratorPassword>
<Value>cAB1AGIAbAAxAGMAQXXXXXXXXXXXEAcwBzAHcAbwByAGQA</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
</component>
<component name="Microsoft-Windows-Sidebar"
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">
<Gadget1>%PROGRAMFILES%\windows
sidebar\gadgets\WeatherBug.Gadget,true</Gadget1>
<Gadget4>%PROGRAMFILES%\windows
sidebar\gadgets\Calculatorium[1].gadget,true</Gadget4>
<Gadget5>%PROGRAMFILES%\windows
sidebar\gadgets\calculator[1].gadget,true</Gadget5>
</component>
</settings>
<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">
<UserData>
<ProductKey>
<Key>D7XXB-72XXM-XXXXX-XXXXX-33XXC</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>XXXXX Employee</FullName>
<Organization>XXXXX Corporation</Organization>
</UserData>
</component>
<component name="Microsoft-Windows-International-Core-WinPE"
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">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UILanguageFallback>en-US</UILanguageFallback>
<UserLocale>en-US</UserLocale>
<LayeredDriver>1</LayeredDriver>
</component>
</settings>
<cpi:offlineImage
cpi:source="wim:h:/imagexstuff/a_vista%20x64%20arcis%20complete%20-%20mar19%2009.wim#A_Vista
x64 Arcis Complete - Mar19 09" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
__________________________________
Ian Matthews
MSCE 2001, IPD, BComm.
Up & Running Technologies Inc