summaryrefslogtreecommitdiffstats
path: root/packaging/wix/helpers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Fix ACLsEduard Braun2017-03-051-0/+0
| | | (bzr r15567)
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-161-1/+5
| | | | | | | | | | | (before they were sorted by language code) This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly. Fixed bugs: - https://launchpad.net/bugs/1654460 (bzr r15418)
* Packaging: Support for additional components in WIX installerEduard Braun2016-10-201-2/+40
| | | | | It's now possible to select specific translations and to choose wether or not to install Python, extensions and dictionaries. (bzr r15244.1.17)
* Packaging: Some initial fixes for WiX (MSI installer)Eduard Braun2016-10-081-0/+23
(bzr r15244.1.1)