Christopher Karper wrote:
> I'm just starting the localization stuff, so I'll take whatever
> reccomendation you have.   Is the MUI pack stuff supported by WiX in any
> way, or do I just need to go google up info on that as a seperate tech?
>   

No special support but it's just another package that installs files 
into the same directory structure as the language-neutral package. If 
you have a Fragment with just the Directory elements you need, you can 
share the authoring so it's not duplicated among all the packages.

Note that it does assume your app is smart about having all the 
language-specific stuff in resources. It can be either in files with the 
same name (e.g., foo.exe loads resources from foo_loc.dll) or, assuming 
managed code or manual support, in named resources (e.g., foo_en-us.dll 
or subdirectories like en-us).

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



------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to