Anasuri, Mahesh wrote:
> Hello WiX dev/users:
> 
> Is WiX package supports Unicode MSI Installers? I customized WiX
> source to make Unicode MSI but stuck with some errors and the below
> is the extract.,

No it doesn't, because the underlying MSI engine doesn't.  Wix can't do 
anything that MSI can't do.

You can create utf8 installers without modifying wix at all just by
specifying codepage 65001, but it's not supported at all and has one or
two minor issues (eg. the uninstall dialog comes out in the wrong font).

Tony

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to