summaryrefslogtreecommitdiffstats
path: root/packaging/wix/files.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* cmake: Add 'dist' target to create Windows .msi installerEduard Braun2017-07-231-2/+3
| | | | | | - 'dist-win-msi' allows to create a Windows .msi installer using WiX - 'dist-win-msi-fast' has a no compression but is much faster and can be used for testing purposes
* wix: Update for cmake / MSYS2 buildEduard Braun2017-07-221-2/+3
| | | | (cherry picked from commit 16cb9a13a88db072389f5f4ba0d6a7997cee0123)
* Fix ACLsEduard Braun2017-03-051-0/+0
| | | (bzr r15567)
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-161-3/+13
| | | | | | | | | | | (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-14/+53
| | | | | 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-4/+9
| | | (bzr r15244.1.1)
* win32 wix install creator: use version and architecture info from ↵Adib Taraben2014-06-221-3/+4
| | | | | src/inkscape.rc and inkscape/inkscape.exe, create inkscape-#version#-x64.msi on 64bit target (bzr r13437)
* wix installer: assign svg file extension to inkscapeAdib Taraben2012-11-211-0/+3
| | | (bzr r11891)
* wix installer: remove debug information from msi package, add GPL text to ↵Adib Taraben2012-11-211-3/+3
| | | | | license page (bzr r11889)
* add wix scripts to nuild win32 .msi packageAdib Taraben2012-11-151-0/+86
(bzr r11875)