Hello, I want to make a single msi with multi languages including en-us, de-de, zh-cn, etc. When the msi is installed, it installs according to OS display language. By following instructions at "9.1 Morphing Installers" at http://www.tramontana.co.hu/wix/lesson9.php#9.1. I can do it manually like below:
torch -p -t language "en-us\MMM.msi" "de-de\MMM.msi" -out de-de.mst EmbedTransform "en-us\MMM.msi" de-de.mst msiexec /i "en-us\MMM.msi" TRANSFORMS=":de-de.mst" If I want the msi choose language automatically according to the current OS display language. Do you know how can I achieve it? Thanks, Fan ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users