0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

Found a way to make the MS-Windows installer wait for the uninstaller to

finish, no need for the user to press Enter.
This commit is contained in:
Bram Moolenaar
2010-05-25 21:02:00 +02:00
parent 9d72807646
commit b230bd5a16
7 changed files with 77 additions and 36 deletions

View File

@@ -830,7 +830,7 @@ $(OUTDIR):
install.exe: dosinst.c
$(CC) /nologo -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib \
ole32.lib advapi32.lib uuid.lib
user32.lib ole32.lib advapi32.lib uuid.lib
- if exist install.exe del install.exe
ren dosinst.exe install.exe