summaryrefslogtreecommitdiffstats
path: root/packaging/win32/VersionCompleteXXXX.nsh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Packaging: move NSIS plugins and macros to /plugins and /macros subdirsEduard Braun2016-10-081-60/+0
| | | (bzr r15244.1.3)
* Packaging: Some initial fixes for NSISEduard Braun2016-10-081-17/+30
| | | (bzr r15244.1.2)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-47/+47
| | | (bzr r10417)
* A big lot of work for the Inkscape installer. I really should have done ↵Chris Morgan2010-01-051-0/+47
this on a local branch and merged it in, or done it as at least half a dozen commits, but I haven't done that along the way and I'm not going to do it now for this batch of work. * Languages: simplified language files, using core NSIS LangFile header file. * Version numbering: version number is fetched from src/inkscape-version.cpp and .bzr/branches/last-revision. * NSIS 2.46 now required to compile, POSIX cross-compilation may no longer work due to ifexist.nsh (I'll see if I can fix it after installing Ubuntu with more reverse-hacks to use different !system calls on different platforms). * Still a lot of work to do actually fixing the uninstall script so it works (next on my list of jobs for the installer). * Simplified a few bits of code (e.g. code duplication into ${For} $2 0 1 in one place I'd missed it). * Quoted some things and unquoted some things which did/didn't need quotes... mainly for style and the fun of it. * Fixed a minor bug somewhere, can't remember what it was! * Segmented code carefully into parts (with full folding in Vim) * Added a few chunks of documentation as to what to do with inkscape.nsi... and now a long commit message too (I seem to like doing that) ;-) (bzr r8943)