patch 8.1.0558: some MS-Windows instructions are outdated

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.
This commit is contained in:
Bram Moolenaar 2018-12-02 13:58:00 +01:00
parent 5378e1cf0a
commit d2ec51f399
3 changed files with 20 additions and 19 deletions

View File

@ -15,6 +15,7 @@ To build the installable .exe:
vimrun.exe, vimrun.exe,
install.exe, install.exe,
uninstal.exe, uninstal.exe,
tee/tee.exe,
xxd/xxd.exe, xxd/xxd.exe,
Then execute tools/rename.bat to rename the executables. (mv command is Then execute tools/rename.bat to rename the executables. (mv command is
@ -29,14 +30,15 @@ To build the installable .exe:
4. Go to the VisVim directory and build VisVim.dll (or get it from a binary 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary
archive). archive).
5. Go to the OleVim directory and build OpenWithVim.exe and SendToVim.exe (or 5. Get a "diff.exe" program. If you skip this the built-in diff will always
get them from a binary archive). be used (which is fine for most users). If you do have your own
"diff.exe" put it in the "../.." directory (above the "vim81" directory,
6. Get a "diff.exe" program and put it in the "../.." directory (above the it's the same for all Vim versions).
"vim80" directory, it's the same for all Vim versions).
You can find one in previous Vim versions or in this archive: You can find one in previous Vim versions or in this archive:
http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz
Also put winpty32.dll and winpty-agent.exe there.
6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim81"
directory). This is required for the terminal window.
7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have 7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have
to do this on Unix. Make sure the file is in DOS file format! to do this on Unix. Make sure the file is in DOS file format!

View File

@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
558,
/**/ /**/
557, 557,
/**/ /**/

View File

@ -1,4 +1,4 @@
Uninstalling Vim on Dos and MS-Windows. Uninstalling Vim on MS-Windows.
There are three ways to remove Vim: There are three ways to remove Vim:
@ -27,12 +27,11 @@ messages to avoid deleting something you want to keep.
Here are guidelines for removing Vim by hand: Here are guidelines for removing Vim by hand:
1. Remove the "Edit with Vim" popup menu entry, if it exists. This will only 1. Remove the "Edit with Vim" popup menu entry, if it exists. This is done by
be on MS-Windows 95/98/NT. This is done by running the uninstal.exe running the uninstal.exe program. It removes the registry entries for the
program. It removes the registry entries for the "Edit with Vim" popup "Edit with Vim" popup menu entry. You only need to run uninstal.exe when
menu entry. You only need to run uninstal.exe when you have installed the you have installed the menu entry. You can also run uninstal.exe from the
menu entry. You can also run uninstal.exe from the Control panel with the Control panel with the Add/Remove programs application.
Add/Remove programs application.
Note that uninstal.exe offers you the option to uninstal other items. You Note that uninstal.exe offers you the option to uninstal other items. You
can skip this. can skip this.
@ -55,8 +54,8 @@ Here are guidelines for removing Vim by hand:
skip the next step. skip the next step.
5. Delete the distributed files. If you followed the directions, these will 5. Delete the distributed files. If you followed the directions, these will
be located in a directory like "C:\vim\vim80". If the $VIM environment be located in a directory like "C:\vim\vim81". If the $VIM environment
variable is set, the directory will be $VIM\vim80. Delete the "vim80" variable is set, the directory will be $VIM\vim81. Delete the "vim81"
directory and all that is in it. Warning: If you changed any of the directory and all that is in it. Warning: If you changed any of the
distributed files, or added some of your own files, you might want to save distributed files, or added some of your own files, you might want to save
these first. But normally you would not have changed or added files here. these first. But normally you would not have changed or added files here.
@ -66,10 +65,8 @@ Here are guidelines for removing Vim by hand:
another version of Vim. $VIMRUNTIME is mostly not set. Check if $PATH another version of Vim. $VIMRUNTIME is mostly not set. Check if $PATH
contains the path of the vim directory. Note that $PATH may be set in contains the path of the vim directory. Note that $PATH may be set in
several places, you will have to find the right one, and only delete the several places, you will have to find the right one, and only delete the
Vim path from it. You can most likely find the lines that set $PATH, $VIM Vim path from it. You might need to use the "System Properties" editor to
and/or $VIMRUNTIME in C:\autoexec.bat. Under Windows NT you might need to change the environment variables. You can start it by selecting
use the "System Properties" editor to change the environment variables, if
they are not in the C:\autoexec.bat file. You can start it by selecting
Start/Settings/Control Panel and then "System". Start/Settings/Control Panel and then "System".
7. If you added a Vim entry in the start menu, delete it. 7. If you added a Vim entry in the start menu, delete it.