Search the Community
Showing results for tags 'unattended'.
-
So I have and unattend usb flash drive that works perfectly when installing Win7 IE8. I just updated my resource image to include IE 11 and now I get this: I have read several times over that IE 10 and IE 11 do something weird to your unattended. But I need to know what to do here with my unattended to get this thing fixed. So I have seen several ads to just commit out IE but thats dont going to work. Please help me resolve this issue. I am days behind because of this.
-
- Windows 7
- internet Explorer
-
(and 2 more)
Tagged with:
-
I'm trying to use a unattended xml file in my task sequence (in apply operating system). What i want my unattended installation to do is to select english user interface version of windows 7 x64, but with norwegian keyboard etc. I have to do this because my task sequence requires me to choose between english and norwegian version of windows, but when i do it manually (even when choosing english version), i still get norwegian keyboard. The file i use is: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <UILanguage>en-US</UILanguage> <InputLocale>nb-NO</InputLocale> <SystemLocale>nb-NO</SystemLocale> <UILanguageFallback>nb-NO</UILanguageFallback> <UserLocale>nb-NO</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim://37e-sccm/sources/os/captures/win7entx64-office2010-cmclient.wim#2" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> I can set the UILanguage to nb-NO, i then get norwegian keyboard, but also the user interface is norwegian, which i do not want. Thanks in advance
- 1 reply
-
- unattend.xml
- unattended
-
(and 5 more)
Tagged with: