comparison nsis/README.txt @ 24565:138e9caf4a7a v8.2.2822

patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregistering Commit: https://github.com/vim/vim/commit/4a22897591dc8ff64560bef693af49f171faf557 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 1 22:41:39 2021 +0200 patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregistering Problem: MS-Windows: unnessarily loading libraries when unregistering OLE. Solution: Also skip loading libraries when invoked with "-unregister". Run Vim for README.txt with user privileges.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 May 2021 22:45:04 +0200
parents 9b7f90e56753
children 43593a5d873f
comparison
equal deleted inserted replaced
24564:0099ec55d9c8 24565:138e9caf4a7a
64 passing /DGETTEXT=... option to the makensis command. 64 passing /DGETTEXT=... option to the makensis command.
65 65
66 66
67 Install NSIS if you didn't do that already. 67 Install NSIS if you didn't do that already.
68 Also install UPX, if you want a compressed file. 68 Also install UPX, if you want a compressed file.
69 Download and include the ShellExecAsUser.dll Unicode version which can be
70 sourced from: https://nsis.sourceforge.io/ShellExecAsUser_plug-in
71
69 72
70 Unpack the images: 73 Unpack the images:
71 cd nsis 74 cd nsis
72 unzip icons.zip 75 unzip icons.zip
73 76