From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of Michael Niehaus
Sent: Monday, January 12, 2009 1:47 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] UserLocale in MDT/SCCM also changes system locale

The only time you can set the system locale is when installing the OS – changes after that can cause issues.

 

I suspect Notes is complaining that the system locale is different than when it was installed.  That’s an application issue – applications need to be able to handle this properly (like Office can J).

 

We originally added the logic for setting both to the same value because we didn’t have two variables for different values – there was only one value, UserLocale, carried forward from XP.  So it was easier (although probably not as obvious or discoverable) to map both UserLocale and SystemLocale to the same UserLocale variable.

 

-Michael

 

From: admin@lists.myITforum.com [mailto:admin@lists.myITforum.com] On Behalf Of roland.janus@actelion.com
Sent: Monday, January 12, 2009 12:59 PM
To: mssms@lists.myitforum.com
Subject: RE: [mssms] UserLocale in MDT/SCCM also changes system locale


thanks! I hoped you would jump in :)
But why is the system locale changed?

I mean when doing it manually in the regional GUI, it wouldn't, so why change it then?


If I remember correctly, I've read that changing the system-locale is a bad thing and that it isn't supported to have different system locales. It was actually mentioned for SMS 2003 afaik.

And other products, like Lotus Notes 8.5 (ARGH), actually complain.
I noticed the behavior because the notes guy mentioned problems when installing notes.

-roland

Michael Niehaus <Michael.Niehaus@microsoft.com>
Sent by: admin@lists.myITforum.com

12.01.2009 17:23

Please respond to
mssms@lists.myitforum.com

To

"mssms@lists.myitforum.com" <mssms@lists.myitforum.com>

cc

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/

 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/

Published with BlogMailr



Trackbacks

No Trackbacks

Comments

No Comments