Ward, Mike (MED US) wrote:
> So I'm left wondering what is the better approach is here? Is a custom
> action that modifies (or even generates) the file at install time a
> better choice? How have others addressed this kind of issue? Any
> suggestions are welcome.
>   

There are a dozen or so ways of dealing with localization. The MUI model 
lets you have all the languages installed at once and lets the user 
choose which one is "active" at runtime. You could also do what you're 
doing now and use the XmlConfig CA to update a common app.config, though 
it'd be easier if you had one app.config instead of one per .exe.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to