]> granicus.if.org Git - vim/commitdiff
patch 8.0.1121: can uncheck executables in MS-Windows installer v8.0.1121
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Sep 2017 19:00:03 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Sep 2017 19:00:03 +0000 (21:00 +0200)
Problem:    Can uncheck executables in MS-Windows installer.
Solution:   Make the choice read-only. (Ken Takata, closes #2106)

nsis/gvim.nsi
src/version.c

index 8bfe5e6c891f5767b401dd8fa4899c4af5760228..1a169f3e00ddccb3e74d3a8bc512d871869fbe09 100644 (file)
@@ -179,7 +179,7 @@ FunctionEnd
 
 ##########################################################
 Section "Vim executables and runtime files"
-       SectionIn 1 2 3
+       SectionIn 1 2 3 RO
 
        # we need also this here if the user changes the instdir
        StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
index dae5d3f081789730b6ee15f400597d2d14a035fb..e215d3e72516829bb5b46c9b410fdc7ca171a24d 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1121,
 /**/
     1120,
 /**/