Feature #135
Windows Installer Multi Language Support
Start date:
09/28/2012
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Description
Make the Windows msi package support english and german. The language should be automatically selected depending on the system language.
According to Sebastian Lösch, there are two possibilities to achieve that goal:
Ein MSI-Paket zu bauen, das die Sprache abhängig vom System auswählt, kann über zwei Wege erreicht werden:- Mittels vorgelagertem Bootstrapper
- Mittels undokumentierter WIX-Feature (http://www.geektieguy.com/2010/03/13/create-a-multi-lingual-multi-language-msi-using-wix-and-custom-build-scripts/)
Related issues
History
Updated by Tobias Wich over 2 years ago
- Assignee set to Stefan Baszanowski
@Stefan is this the case with the current installer? If so, please close the issue.
Updated by Stefan Baszanowski over 2 years ago
- Assignee changed from Stefan Baszanowski to Tobias Wich
There is an EXE Installer available that supports multi languages e.g. english and german. No msi installer available because of missing UI in Wix Toolset.