; windows installer: set x64 registry keys (tiny change)
* admin/nt/dist-build/emacs.nsi: set x64 registry keys
This commit is contained in:
committed by
Corwin Brust
parent
477335a10b
commit
f58b738042
@@ -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$\""
|
||||
|
||||
Reference in New Issue
Block a user