summaryrefslogtreecommitdiffstats
path: root/packaging/wix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix license in Windows MSI setupMax Gaukler2018-11-083-136/+153
| | | | the license text shown was GPL2, now corrected to GPL3
* Misc. typosluz.paz2018-01-082-3/+3
| | | Found via `codespell`
* sync detail fields of .exe and .msi installersEduard Braun2017-07-231-2/+2
|
* 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-223-28/+33
| | | | (cherry picked from commit 16cb9a13a88db072389f5f4ba0d6a7997cee0123)
* Fix ACLsEduard Braun2017-03-053-0/+0
| | | (bzr r15567)
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-162-4/+18
| | | | | | | | | | | (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: Re-activate compression in MSI installer and document some todosEduard Braun2016-11-132-6/+10
| | | (bzr r15244.1.19)
* Packaging: Support for additional components in WIX installerEduard Braun2016-10-203-56/+149
| | | | | 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: WiX installerEduard Braun2016-10-102-9/+12
| | | | | | - cut down final .msi installer size by 30% (by using best possible LZX compression instead of MSZip) - small README update (bzr r15244.1.7)
* Packaging: Some initial fixes for WiX (MSI installer)Eduard Braun2016-10-085-22/+49
| | | (bzr r15244.1.1)
* fix #1418595: win32, wix, allow upgrade, no downgradeAdib Taraben2015-03-151-2/+5
| | | (bzr r14007)
* win packaging, fix for 1418598, writing to wrong registry key, update .bat ↵Adib Taraben2015-02-082-4/+4
| | | | | to current version of wix 3.9 (bzr r13910)
* fix for #1399720, win32 msi packaging error on .svg extension registrationAdib Taraben2015-01-071-2/+2
| | | (bzr r13846)
* win32 packaging: Fix capitalization of "register file extensions"Bryce Harrington2014-09-181-1/+1
| | | | | | | | Fixes: https://bugs.launchpad.net/inkscape/+bug/1365927 Fixed bugs: - https://launchpad.net/bugs/1365927 (bzr r13559)
* win32 wix install creator: use version and architecture info from ↵Adib Taraben2014-06-224-28/+76
| | | | | src/inkscape.rc and inkscape/inkscape.exe, create inkscape-#version#-x64.msi on 64bit target (bzr r13437)
* wix installer: create msi filename from version sing in src/inkscape.rc, add ↵Adib Taraben2012-12-043-8/+42
| | | | | wix files to dist target (bzr r11929)
* wix installer: added artwork (from nsis) - now needs wix 3.7Adib Taraben2012-11-257-8/+3477
| | | (bzr r11897)
* wix installer: assign svg file extension to inkscapeAdib Taraben2012-11-213-1/+27
| | | (bzr r11891)
* wix installer: remove debug information from msi package, add GPL text to ↵Adib Taraben2012-11-215-15/+154
| | | | | license page (bzr r11889)
* build files.wxs within install.batAdib Taraben2012-11-151-0/+3
| | | (bzr r11876)
* add wix scripts to nuild win32 .msi packageAdib Taraben2012-11-156-0/+226
(bzr r11875)