diff options
| author | Alberto Santini | 2025-08-04 21:55:29 -0500 |
|---|---|---|
| committer | Corwin Brust | 2025-08-04 21:55:29 -0500 |
| commit | f58b738042e8f89508e7565242a67251a2460cff (patch) | |
| tree | 5424f45783138af23bef1f7da78e49da6888b5e6 /admin | |
| parent | 477335a10ba6d91dc1600b2a05ea202d4b851417 (diff) | |
| download | emacs-f58b738042e8f89508e7565242a67251a2460cff.tar.gz emacs-f58b738042e8f89508e7565242a67251a2460cff.zip | |
; windows installer: set x64 registry keys (tiny change)
* admin/nt/dist-build/emacs.nsi: set x64 registry keys
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/nt/dist-build/emacs.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/nt/dist-build/emacs.nsi b/admin/nt/dist-build/emacs.nsi index 9239eb07ec7..13278749871 100644 --- a/admin/nt/dist-build/emacs.nsi +++ b/admin/nt/dist-build/emacs.nsi | |||
| @@ -70,6 +70,9 @@ Section | |||
| 70 | # create uninstaller | 70 | # create uninstaller |
| 71 | WriteUninstaller "$UninstallerPath" | 71 | WriteUninstaller "$UninstallerPath" |
| 72 | 72 | ||
| 73 | # request to set x64 registry keys | ||
| 74 | SetRegView 64 | ||
| 75 | |||
| 73 | # add registry key to enable uninstall from control panel | 76 | # add registry key to enable uninstall from control panel |
| 74 | WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}" | 77 | WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}" |
| 75 | WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\"" | 78 | WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\"" |