Strange problem with Autounattend
#1
Posted 07 January 2013 - 04:08 AM
I have english/Arabic mui ultimate w7 32bit with language integrated in both install.wim and boot.wim index2
Every thing is OK
but........
It seems when ever I add windows pe setting pass the very first welcome language select page + repair page + upgrade page not showing anymore regardless setting in Autounattend!!!
it will jump directly to second language select page !!! on the other hand ; when I delete WINDOWSPE pass the above pages are displayed but the spesialize and oobe passes are ignored ,
I rerpeat again : I have no problem regarding language integration or installation .
some body saied that there is conflict between Autounattend and these pages.
please help me.
here is my Autounattend.xml attached[attachment=35847:Autounattend.xml]
#2
Posted 07 January 2013 - 08:20 AM
You need to add the pass="windowsPE" (example):
<settings pass="windowsPE">
<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">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>1809:00001809</InputLocale>
<UserLocale>en-IE</UserLocale>
<UILanguage>en-US</UILanguage>
<SystemLocale>en-IE</SystemLocale>
</component>
And adding also inside pass="oobeSystem":
<settings pass="oobeSystem">
<component name="Microsoft-Windows-International-Core" 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">
<UILanguage>en-US</UILanguage>
<UserLocale>en-IE</UserLocale>
<SystemLocale>en-IE</SystemLocale>
<InputLocale>1809:00001809</InputLocale>
</component>
Integration for the language pack also inside boot.wim (index:1).
You can check your file with WSIM.
This post has been edited by myselfidem: 07 January 2013 - 08:53 AM
#3
Posted 07 January 2013 - 10:11 AM
D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV
#4
Posted 07 January 2013 - 04:07 PM
however....you don't seems to understand my issue
pls reread my topic and focus on the BOLD statments
Dear myselfidem
I have zero issue regarding language integration or selection or installation !
and I dont use recovery environment that why i didnt integrate boot.wim index:1
I know you want to help me but please read my topic again it says everything
the brief: I want to see the very first welcome language select page (which says: my language is english and لغتي هي العربية ) and I have to delete the WindowsPE setting pass completly to see it !!! I want to kill my self just to know the relation between them
Dear Tripredacus
the key I am using is OK and my ultimate seems to like it
anyway I well not insert it in my autounattended in the future.
thank you
This post has been edited by talalplc: 07 January 2013 - 04:18 PM
#5
Posted 07 January 2013 - 04:36 PM
Lang.ini file is inside: %Distribution_Folder%\sources\lang.ini
Understanding Multilingual Deployments
Quote
Languages and International Servicing Command-Line Options
Dism.exe with /Gen-LangINI to create a new lang.ini file.
Walkthrough: Add Multilingual Support to Windows Setup
This post has been edited by myselfidem: 07 January 2013 - 04:58 PM
#6
Posted 07 January 2013 - 05:16 PM
I well check and report back.
but if there is any kind of problem why every thing is perfect when I delete WindowsPE setting pass?? (or delete the answer file completly)
Any way I well try tomorrow
thank you again
#7
Posted 07 January 2013 - 05:55 PM
I could not wait till tomorrow
I test it and every thing is OK
I have two entries in lang.ini in booth distribution and boot.wim\sources
I have allready the page which ask me to choose between two languages in windows setup.....it is OK
the problem i dont get the first setup language selection page which says : my language is english or لغتي هي العربية
when I delete the windowpe setting pass from my answer file it is ok and fully functional
so it is not integration Issue!!
this drive me creazy!
#8
Posted 07 January 2013 - 05:56 PM
this topic explain exactly what I am talking about
http://www.msfn.org/...etup-windows-7/
myselfidem !!!
i know this is hard and that is why I asked for your help first place and i wish you can help me out
This post has been edited by talalplc: 07 January 2013 - 06:04 PM
#9
Posted 08 January 2013 - 01:40 AM
<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>
<WillShowUI>Always</WillShowUI>
</SetupUILanguage>
</component>
Some help:
http://www.msfn.org/...iple-languages/
*Edit:
talalplc said:
Using Autounattend.xml file we can't have the first page to use + repair page + (etc)! We need to use Windows without Autounattend.xml file!
This post has been edited by myselfidem: 08 January 2013 - 02:00 AM
- ← Unattended multipe x64 windows
- Unattended Windows 7/Server 2008R2
- capturing a working system image →



Help
Back to top









