From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Michael Niehaus
Sent: Monday, January 12, 2009 11:23 AM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] UserLocale in MDT/SCCM also changes system locale
It is normal behavior – maybe not entirely what you want, but that’s the way it’s implemented. The UserLocale variable is used to set both the UserLocale and SystemLocale in unattend.xml.
If you want to change this, you can edit the ZTIConfigure.xml file. It currently specifies this:
<mapping id="UserLocale" type="xml">
<xpath><![CDATA[//settings[@pass="specialize"]/component[@name="Microsoft-Windows-International-Core"]/SystemLocale]]></xpath>
<xpath><![CDATA[//settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-International-Core"]/SystemLocale]]></xpath>
<xpath><![CDATA[//settings[@pass="specialize"]/component[@name="Microsoft-Windows-International-Core"]/UserLocale]]></xpath>
<xpath><![CDATA[//settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-International-Core"]/UserLocale]]></xpath>
</mapping>
Change it to instead specify this:
<mapping id="UserLocale" type="xml">
<xpath><![CDATA[//settings[@pass="specialize"]/component[@name="Microsoft-Windows-International-Core"]/UserLocale]]></xpath>
<xpath><![CDATA[//settings[@pass="oobeSystem"]/component[@name="Microsoft-Windows-International-Core"]/UserLocale]]></xpath>
</mapping>
Out of curiosity, why do you want the values to be different?
-Michael
From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of roland.janus@actelion.com
Sent: Monday, January 12, 2009 10:42 AM
To: mssms@lists.myitforum.com
Subject: Re: [mssms] UserLocale in MDT/SCCM also changes system locale
bump, no one?
roland.janus@actelion.com
Sent by: admin@lists.myITforum.com
09.01.2009 12:42
Please respond to
mssms@lists.myitforum.com
To
mssms@lists.myitforum.com
cc
Subject
[mssms] UserLocale in MDT/SCCM also changes system locale
Is it normal behavior that when I set the "UserLocale" -variable using cs.ini and an userexit-script to something else the the US-EN, that the system-local is also changed to that value?
How can I avoid that?
-roland
The information of this email and in any file transmitted with it is strictly confidential and may be legally privileged.It is intended solely for the addressee. If you are not the intended recipient, any copying, distribution or any other use of this email is prohibited and may be unlawful. In such case, you should please notify the sender immediately and destroy this email.The content of this email is not legally binding unless confirmed by letter.Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. For further information about Actelion please see our website at http://www.actelion.com
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/smslist/
==============
Missed an email? Check out the list archive:
http://myitforum.com/cs2/blogs/smslist/