cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gprasadholla
Level 4

Multilanguage patch

Hello,

I have added a new dialog in the installer, and i am shipping this as
a patch. Everything is working fine except the localized UIs.

New dialog is coming in english, even though the locale strings are
added in installer. I know this is because of language MSTs not being
shipped... But not sure how i can force it. recently read that its not
possible right away SO i have 2 approaches in mind
1) Write a wrapper installer which replaces the the MST file located
at Transforms@'HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products
\FF1B42B9BD155E2599B42B9BD155E2599' with new MST and then start the
Patch installation
2) Build multiple patches, setting different langs as default language

Does anyone have any other easier approaches? or Is my approach 1 is
safe?

thanks
gP
Labels (1)
0 Kudos
(1) Reply
gprasadholla
Level 4

Here is the code for the first approach i mentioned my previous post
http://floatingant.blogspot.com/2009/06/multilanguage-patch-msp.html

😄
0 Kudos