summaryrefslogtreecommitdiffstats
path: root/packaging/win32/plugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ACLsEduard Braun2017-03-051-0/+0
| | | (bzr r15567)
* Packaging: Make NSIS use Unicode (nativley supported since version 3.0)Eduard Braun2016-10-161-0/+0
| | | | | This fixes a lot of issues with translations and makes handling of the language files much easier (bzr r15244.1.9)
* Packaging: Yet another round of fixes / improvements for NSIS installerEduard Braun2016-10-103-186/+0
| | | | | | | | | | | | | - Get the correct installation directory for Inkscape 64-bit - Implement a replacement for the custom MessageBox plug-in which is "is unsupported and not stable to use anymore" [1] - Fix .nsi file encoding (at least for now we build an ANSI installer so we can't use Unicode symbols) - Fix file properties of installer/uninstaller (e.g. it was claimed to be in Ukrainian language) - Add some information that is shown in the "Programs and Features" dialog (publisher, website, installation size) - Improve removal of user preferences - Attempt to remove residual files (notably .pyc files) and delete all empty directories on uninstall) [1] http://nsis.sourceforge.net/MessageBox_plug-in (bzr r15244.1.6)
* Packaging: move NSIS plugins and macros to /plugins and /macros subdirsEduard Braun2016-10-084-0/+254
(bzr r15244.1.3)