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:
- install WIX 3.0 and Microsoft SDK v7.0(WiSubStg.vbs and WiLangId.vbs), set path for these programs
- set installed file tree(SourceDir\File\7-Zip)
- run msibuild.bat
- run msimarge.bat(set product=7zip; set version=915 in msibuild.bat)
- output: build\%product%%version%_multi.msi(build\ is temp folder)
Working files:
wixbuildkit.zip
- 7zip915.wxs: modify for wix 3.0, based on doc\7zip.wxs and add a removing .chw file
- FM.ico:from org src
- Banner.bmp: top banner
- Dialog.bmp: left banner
- lisence.rtf: from original installer
- build.bat: make each language .msi and .mst
- msimarge.bat : run WiSubStg.vbs and WiLangId.vbs(Windows SDK)