]> granicus.if.org Git - vim/commit
patch 8.1.0616: NSIS installer is outdated v8.1.0616
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Dec 2018 15:22:50 +0000 (16:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Dec 2018 15:22:50 +0000 (16:22 +0100)
commitaf610b8e66a7fefcb8db07ee65686f51e1cb288a
tree2db9d76d99aa2cae6cdc7997da4c4d3e5d3e195a
parentd155d7a8519987361169459b8d464ae1caef5e9c
patch 8.1.0616: NSIS installer is outdated

Problem:    NSIS installer is outdated.
Solution:   Use modern syntax, MUI2 and make it work better. Add translations.
            (Ken Takata, closes #3501)
18 files changed:
Filelist
nsis/gvim.nsi
nsis/icons/header.bmp [new file with mode: 0644]
nsis/icons/header.svg [new file with mode: 0644]
nsis/icons/un_header.bmp [new file with mode: 0644]
nsis/icons/uninstall.bmp [new file with mode: 0644]
nsis/icons/welcome.bmp [new file with mode: 0644]
nsis/icons/welcome.svg [new file with mode: 0644]
nsis/lang/danish.nsi [new file with mode: 0644]
nsis/lang/dutch.nsi [new file with mode: 0644]
nsis/lang/english.nsi [new file with mode: 0644]
nsis/lang/german.nsi [new file with mode: 0644]
nsis/lang/italian.nsi [new file with mode: 0644]
nsis/lang/japanese.nsi [new file with mode: 0644]
nsis/lang/simpchinese.nsi [new file with mode: 0644]
nsis/lang/tradchinese.nsi [new file with mode: 0644]
src/dosinst.c
src/version.c