diff options
| author | Eli Zaretskii | 2025-08-09 09:33:20 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-09 09:33:20 -0400 |
| commit | d76fe5f31fe6d4989843172430860e97c8b9634b (patch) | |
| tree | 9bba0b35857bcb90590d526e46e08b541541aa61 /admin | |
| parent | 204a94c9b98c49aca1911ba91c9c907a7e1593e6 (diff) | |
| parent | f2d3659cf50e3f3eb78e28835109884dc33bdd83 (diff) | |
| download | emacs-d76fe5f31fe6d4989843172430860e97c8b9634b.tar.gz emacs-d76fe5f31fe6d4989843172430860e97c8b9634b.zip | |
Merge from origin/emacs-30
f2d3659cf50 Handle remote file names in cmuscheme.el
d1ab95b175e * lisp/vc/vc.el (vc-register): Fix interactive spec (bug#...
f58b738042e ; windows installer: set x64 registry keys (tiny change)
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$\"" |