Hi,

I have managed to have a multiple language MSI by using msitran and msidb.
Are there any WIX tools to do this, so I am not dependent on SDK tools?

And if this is the case, I have a more interesting problem:
I want to have a german, an english and a neutral installation where the user 
is asked for language. 

I managed to have a german and an english MSI by creating transforms and 
applying them at runtime of msiexec
TRANSFORMS=:German.mst 
TRANSFORMS=:English.mst

I even succeeded in having a dialog which asks the language and sets the 
TRANSFORMS property at runtime depending on user input, but unfortunatly the 
dialog language does not change. 
Also if I set ProductLanguage during runtime, nothing happens.

Is the only solution to have this language dialog inside a bootstrapper?

Regards,
Joachim



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to