comparison nsis/gvim.nsi @ 12483:493752ef9f75 v8.0.1121

patch 8.0.1121: can uncheck executables in MS-Windows installer commit https://github.com/vim/vim/commit/49150a41f86ff5c50de6d679168532682f49c672 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 21:00:03 2017 +0200 patch 8.0.1121: can uncheck executables in MS-Windows installer Problem: Can uncheck executables in MS-Windows installer. Solution: Make the choice read-only. (Ken Takata, closes https://github.com/vim/vim/issues/2106)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2017 21:15:03 +0200
parents 55359dabb6cc
children aca41efd888c
comparison
equal deleted inserted replaced
12482:a59b2335c38e 12483:493752ef9f75
177 Exch $0 ; put $0 on top of stack, restore $0 to original value 177 Exch $0 ; put $0 on top of stack, restore $0 to original value
178 FunctionEnd 178 FunctionEnd
179 179
180 ########################################################## 180 ##########################################################
181 Section "Vim executables and runtime files" 181 Section "Vim executables and runtime files"
182 SectionIn 1 2 3 182 SectionIn 1 2 3 RO
183 183
184 # we need also this here if the user changes the instdir 184 # we need also this here if the user changes the instdir
185 StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}" 185 StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
186 186
187 SetOutPath $0 187 SetOutPath $0