sample of multi language installer

I think that this isn't perfect yet...
7zip91502_multi.msi (sf.jp)
7zip91502_multi.msi (local web)
note: This binary is not original, 32bit binary, build by VC2010, set NEW_COMPILER=1, and font size = 9pt in GuiCommon.rc(it's my favorite env), build id has been increased to 9.15.2 .

Making procedure:
  1. install WIX 3.0 and Microsoft SDK v7.0(WiSubStg.vbs and WiLangId.vbs), set path for these programs
  2. set installed file tree(SourceDir\File\7-Zip)
  3. run msibuild.bat
  4. run msimarge.bat(set product=7zip; set version=915 in msibuild.bat)
  5. output: build\%product%%version%_multi.msi(build\ is temp folder)

Working files: wixbuildkit.zip