Greetings, Does anyone have an example of building multi-language WiX installers with MSBuild? I've looked at the single-language examples, but what I'd like to do is have a .wixproj that builds an installer in 10+ languages.
My current process uses the WiX tools manually through batch files, and basically does the following: 1) build language-neutral MSI 2) set environment variable (used in <Product> language attribute) and build localized MSI for each language (candle/light are called with the appropriate localized .wxl files) 3) generate a transform between the language neutral and localized MSIs 4) embed the transforms into the MSI (I believe that's an undocumented way to do a "language picker") Can this be duplicated (or improved upon) reasonably in a .wixproj? Thanks, -kevin ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users