]> granicus.if.org Git - vim/commitdiff
patch 8.0.0660: silent install on MS-Windows shows dialog v8.0.0660
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 20:05:02 +0000 (22:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 20:05:02 +0000 (22:05 +0200)
Problem:    Silent install on MS-Windows does show a dialog.
Solution:   Add /SD to the default choice. (allburov, closes #1772)

nsis/gvim.nsi
src/version.c

index 74a54333a46c76794266c047d9be349899a5ddea..9ace4ea2c0144e47acff547ddd8bf6acd1aa787f 100644 (file)
@@ -87,7 +87,7 @@ UninstPage instfiles
 Function .onInit
   MessageBox MB_YESNO|MB_ICONQUESTION \
        "This will install Vim ${VER_MAJOR}.${VER_MINOR} on your computer.$\n Continue?" \
-       IDYES NoAbort
+       /SD IDYES NoAbort
            Abort ; causes installer to quit.
        NoAbort:
 
index cb4ac7f0b1cc500b41a5bc69a394aa494e6c9851..877a1c5b1c313aabc9ecf6f905bb4da80c59e522 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    660,
 /**/
     659,
 /**/