mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from origin/emacs-30
f2d3659cf5Handle remote file names in cmuscheme.eld1ab95b175* lisp/vc/vc.el (vc-register): Fix interactive spec (bug#...f58b738042; windows installer: set x64 registry keys (tiny change)
This commit is contained in:
commit
d76fe5f31f
3 changed files with 6 additions and 3 deletions
|
|
@ -70,6 +70,9 @@ Section
|
|||
# create uninstaller
|
||||
WriteUninstaller "$UninstallerPath"
|
||||
|
||||
# request to set x64 registry keys
|
||||
SetRegView 64
|
||||
|
||||
# add registry key to enable uninstall from control panel
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}"
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue