summaryrefslogtreecommitdiffstats
path: root/packaging/wix/inkscape.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix license in Windows MSI setupMax Gaukler2018-11-081-1/+1
| | | | the license text shown was GPL2, now corrected to GPL3
* sync detail fields of .exe and .msi installersEduard Braun2017-07-231-2/+2
|
* wix: Update for cmake / MSYS2 buildEduard Braun2017-07-221-1/+1
| | | | (cherry picked from commit 16cb9a13a88db072389f5f4ba0d6a7997cee0123)
* Packaging: Re-activate compression in MSI installer and document some todosEduard Braun2016-11-131-1/+1
| | | (bzr r15244.1.19)
* Packaging: Support for additional components in WIX installerEduard Braun2016-10-201-40/+56
| | | | | 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-101-1/+1
| | | | | | - cut down final .msi installer size by 30% (by using best possible LZX compression instead of MSZip) - small README update (bzr r15244.1.7)
* 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-081-2/+2
| | | | | 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-221-16/+16
| | | | | 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-041-5/+7
| | | | | wix files to dist target (bzr r11929)
* wix installer: added artwork (from nsis) - now needs wix 3.7Adib Taraben2012-11-251-5/+10
| | | (bzr r11897)
* wix installer: assign svg file extension to inkscapeAdib Taraben2012-11-211-0/+24
| | | (bzr r11891)
* wix installer: remove debug information from msi package, add GPL text to ↵Adib Taraben2012-11-211-2/+2
| | | | | license page (bzr r11889)
* add wix scripts to nuild win32 .msi packageAdib Taraben2012-11-151-0/+77
(bzr r11875)