mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Include additional version metadata during Windows install
* admin/nt/dist-build/emacs.nsi: Add DisplayIcon, DisplayVersion, and Publisher values to the Uninstall registry key. Copyright-paperwork-exempt: yes
This commit is contained in:
parent
1f520db97b
commit
be4819bd57
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ Section
|
|||
|
||||
# add registry key to enable uninstall from control panel
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayName" "GNU Emacs ${VERSION_BRANCH}"
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayIcon" "$\"$UninstallerPath$\""
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "DisplayVersion" "${VERSION_BRANCH}"
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "Publisher" "Free Software Foundation, Inc."
|
||||
WriteRegStr HKLM "${UNINST_KEY}" "UninstallString" "$\"$UninstallerPath$\""
|
||||
|
||||
;Create shortcuts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue