| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Problem: Cannot change the patch level when building with NSIS.
Solution: Use $PATCHLEVEL if defined. (Christian Brabandt)
|
|
|
|
|
| |
Problem: Installer needs to product name et al.
Solution: Add a few lines to the NSIS installer script. (Christian Brabandt)
|
|
|
|
|
|
| |
Problem: A lot of code is shared between vim.exe and gvim.exe.
Solution: Optionally put the shared code in vim.dll. (Ken Takata,
closes #4287)
|
|
|
|
|
| |
Problem: MS-Windows: with a silent (un)install $VIM/_vimrc is removed.
Solution: Don't delete _vimrc in silent mode. (Ken Takata, closes #4242)
|
|
|
|
|
|
| |
Problem: Nsis config is too complicated.
Solution: Use "File /r" for the macros and pack directories. (Ken Takata,
closes #4169)
|
|
|
|
|
| |
Problem: Matchit autoload directory not in installer. (Chris Morgan)
Solution: Adjust the NSIS script. (Christian Brabandt, closes #4006)
|
| |
|
| |
|
|
|
|
|
| |
Problem: Images for NSIS take up too much space.
Solution: Put the images in a zip file.
|
|
|
|
|
| |
Problem: Nsis file no longer used.
Solution: Remove the file. (Ken Takata)
|
|
|
|
|
| |
Problem: NSIS installer gets two files from the wrong directory.
Solution: Change ${VIMRT} to "..\".
|
|
|
|
|
|
| |
Problem: NSIS installer is outdated.
Solution: Use modern syntax, MUI2 and make it work better. Add translations.
(Ken Takata, closes #3501)
|
|
|
|
|
|
| |
Problem: Some MS-Windows instructions are outdated.
Solution: Update the uninstall instructions and the NSIS README. (Ken
Takata, closes #3614) Also update remark about diff.exe.
|
| |
|
|
|
|
| |
Update version number and information. Fix a couple of tests.
|
|
|
|
|
| |
Problem: Windows installer doesn't install terminal debugger.
Solution: Add the package to the list of files to install.
|
|
|
|
|
| |
Problem: MS-Windows: nsis installer is a bit slow.
Solution: Use ReserveFile for vimrc.ini. (closes #2522)
|
|
|
|
|
| |
Problem: Occasional crash when using a channel. (Marek)
Solution: Decrement reference count later. (closes #2315)
|
|
|
|
|
|
|
| |
Problem: MS-Windows users are confused about default mappings.
Solution: Don't map keys in the console where they don't work. Add a choice
in the installer to use MS-Windows key bindings or not. (Christian
Brabandt, Ken Takata, closes #2093)
|
|
|
|
|
| |
Problem: MS-Windows build instructions are not up to date.
Solution: Adjust the instructions. Fix the nsis script.
|
|
|
|
|
|
| |
Problem: MS-Windows: missing 32 and 64 bit files in installer.
Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove
old Windows code from the installer. (Ken Takata, closes #2144)
|
|
|
|
|
| |
Problem: Can uncheck executables in MS-Windows installer.
Solution: Make the choice read-only. (Ken Takata, closes #2106)
|
|
|
|
|
|
| |
Problem: Not all macro examples are included in the self-installing
executable. (lkintact)
Solution: Add the directories to the NSIS script. (closes #2065)
|
|
|
|
|
| |
Problem: The script to build the installer does not include winpty.
Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
|
|
|
|
|
| |
Problem: Nsis installer script does not work. (Christian Brabandt)
Solution: Fix the syntax of /SD.
|
|
|
|
|
| |
Problem: Silent install on MS-Windows does show a dialog.
Solution: Add /SD to the default choice. (allburov, closes #1772)
|
|
|
|
|
| |
Problem: Newer gettext/iconv library has extra dll file.
Solution: Add the file to the Makefile and nsis script. (Christian Brabandt)
|
| |
|
|
|
|
|
|
|
| |
Problem: The tee program isn't included. Makefile contains build
instructions that don't work.
Solution: Update the Filelist and build instructions. Remove build
instructions for DOS and old Windows. Add the tee program.
|
|
|
|
|
| |
Problem: NSIS script is missing packages.
Solution: Add the missing directories. (Ken Takata)
|
|
|
|
|
|
|
|
| |
Problem: The nsis script can't be used from the appveyor build.
Solution: Add "ifndef" to allow for variables to be set from the command
line. Remove duplicate SetCompressor command. Support using other
gettext binaries. (Ken Takata) Update build instructions to use
libintl-8.dll.
|
|
|
|
|
| |
Problem: Version in installer needs to be updated manually.
Solution: Generate a file with the version number. (Guopeng Wen)
|
|
|
|
|
|
| |
Problem: Restriction of the MS-Windows installer that the path must end in
"Vim" prevents installing more than one version.
Solution: Remove the restriction. (Tim Lebedkov)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Problem: Typos in nsis script. Can use better compression.
Solution: Fix typos. Use lzma compression. (Ken Takata)
|
|
|
|
|
| |
Problem: MS-Windows build instructions are outdated.
Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|