Hello,

I'm building installation with multiple language support and encountered a
problem. 

I'm following WiX tutorial:

1. Build istallation for each language separately

2. Take first language as a base ant create tranforms for all other
languages:
       msitran.exe -g install_de-de.msi   install_en-us.msi  en-us.mst

3. Put all transforms together:

   msidb.exe -d install_de_de.msi -r en-us.mst

Then I'm starting installation from bootstap program :

  msiexec.exe /i install_de_de.msi TRANSFORMS=:en-us.mst

It works fine for the most part, but when error dialog pops up, it has text
in correct language, but buttons (like Yes,No, Cancel) are displayed in the
base language, not in the transform language.

For example above, where I used German as base language and English was
added as transform,
error dialogs display English messages, but buttons are in German.

My computer localle is set to English, so it can't be explained by localle
setting.

Anybody has any ideas?

Thank you,
Igor

-- 
View this message in context: 
http://www.nabble.com/Windows-Installer-and-multiple-languages---wrong-language-on-error-dialog-buttons-tf3488097.html#a9739779
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to