podavies
Jul 9 2008, 03:12 AM
Hi,
Im going mad here when i ever i build PE Boot CD using the WAIK it allways uses the US the keyboard.
When i try and change the keyboard using wpeutil SetkeyboardLayout i get the error the "the command failed with status 0x80074005"
anyone ever come across this
Is there a way to set the keyboard when i create the disk,
Thanks
Paul
Atheros
Jul 16 2008, 09:15 AM
have you tried the xml file approach? [Unattend.xml] in the root of your pe2.0 image.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" 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">
<SetupUILanguage>
<UILanguage>EN-GB</UILanguage>
</SetupUILanguage>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:d:/build-3.rm.01/x86/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
don't know if this will work or not. worth a go though right?