/build/static/layout/Breadcrumb_cap_w.png

Deplying Complex script and right-to-left languages support

Hi,

As topic I would like to deploy the extended support for complex script and right-to-left languages. I haven’t found any information about this. But I’m guessing that a simple snapshot would do the trick, but it would feel better if someone knew if it’s possible to deploy this some other way. This is for the standard XP environment and not the Windows XP MUI. //Jet

0 Comments   [ + ] Show comments

Answers (3)

Posted by: clyrigham 15 years ago
Orange Belt
0
Hey man...

take a look in this script :


Dim shl
Set shl = WScript.CreateObject("WScript.Shell")

Dim fso
Set fso = WScript.CreateObject("Scripting.FileSystemObject")

' install complex character & far east support
WScript.Echo "Installing Complex Script and East Asian language support"
Dim intlConfig
Set intlConfig = fso.CreateTextFile("c:\scripts\intlunattend.txt")

intlConfig.WriteLine "[RegionalSettings]"
intlConfig.WriteLine "LanguageGroup = 7,11" ' 7 = Japanese, 11 = Thai
intlConfig.Close

shl.Run "cmd /c start /wait rundll32 shell32,Control_RunDLL intl.cpl,,/f:""c:\scripts\intlunattend.txt""", 0, True


It was not mine and I found Here:

Just a comment: If it will be a standard in your environment, try to make a build/image with those configurations when you make a new image!

I hope this can help you!
Posted by: jet 14 years ago
Orange Belt
0
Thank you very much, it works perfectly!

//Jet
Posted by: SureFoot 11 years ago
White Belt
0

I know this is old, but . . . I tried this script and it didn't work in my environment.  I'm running XP at this time.  Kace admin reports that the script completes, but the workstation shows no change--doesn't have the folder/file created, and the option isn't checked afterwards.  Anyone have any thoughts?

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ