I have checked that and its correct.

Here are the debug log snippet:

MSI (c) (7C:0C) [15:08:32:611]: Looking for storage transform: DE_de.mst
MSI (c) (7C:0C) [15:08:32:611]: Validating transform 'DE_de.mst' with 
validation bits 0
MSI (c) (7C:0C) [15:08:32:611]: Transform 'DE_de.mst' is valid.
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2205 2:  3: Patch 
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2205 2:  3: PatchPackage 
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2262 2: _Tables 3: -2147287038 
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2262 2: _Columns 3: -2147287038 
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2262 2: Media 3: -2147287038 
MSI (c) (7C:0C) [15:08:32:611]: Note: 1: 2262 2: File 3: -2147287038 
MSI (c) (7C:0C) [15:08:32:611]: TRANSFORM: 'PatchPackage' table is missing or 
empty.  No pre-transform fixup necessary.
MSI (c) (7C:0C) [15:08:32:611]: TRANSFORM: Applying regular transform to 
database.


It looks like the MSI applies the german transform during the runtime even when 
i do not try to apply using the TRANSFORMS public property during the MSI 
runtime.What does "PatchPackage" has got to do with the transforms??

I have also tried applying an english transform to the same MSI.Even then i see 
that the MSI is getting launched in German..Somebody is overwriting the 
TRANSFORMS property..

from the debug logs::

MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Adding RestrictedUserControl 
property. Its value is '1'.
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Modifying TRANSFORMS property. 
Its current value is ':DE_de.mst'. Its new value: 'EN_en.mst'.
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Adding CURRENTDIRECTORY 
property. Its value is 'D:\'.
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. 
Its value is '0'.
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Adding CLIENTPROCESSID 
property. Its value is '1916'.
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Modifying TRANSFORMS property. 
Its current value is 'EN_en.mst'. Its new value: ':DE_de.mst'.
MSI (c) (7C:0C) [15:08:32:627]: TRANSFORMS property is now: :DE_de.mst
MSI (c) (7C:0C) [15:08:32:627]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE 
property. Its value is '1033'.

Any idea why is the german transforms always getting dominated here theough i 
try to apply the english transform???




Check your Product/@Language and Package/@Language (if specified).

Andy2k8 wrote:
> I see that the default UI language of the MSI got changed from English to 
> German after I have fiddled with the German transforms.Now whenever I run any 
> of my application MSI which is not embedded with any language transforms, it 
> gets launched in the German language.The system locale is set to English - 
> United States.
>
> What is going wrong here?? How do I get the MSIs run in the default English 
> language?
>
> -----
> Andy
> MSI Developer
> Schneider Electric:working:
> --
> View this message in context: 
> http://n2.nabble.com/MSI-language-problem-tp2591550p2591550.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




-----
Andy
MSI Developer
Schneider Electric:working:
-- 
View this message in context: 
http://n2.nabble.com/MSI-language-problem-tp2591550p2604263.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to