summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Veyde <lveyde@redhat.com>2016-08-29 15:47:44 +0300
committerChristophe Fergeau <cfergeau@redhat.com>2016-09-02 08:26:22 +0200
commit6d54c8d4d0ddb9cb3f0efcb7e554bdf83be4d428 (patch)
tree7af671c5ee6b5514898409a7e663565a91dd0a59
parentc17e88b20c5852cf8e07556a40752f49930bc7a2 (diff)
Add Display Version as a postfix to the Display Name.
This is done, so that the version will be easily visible in the oVirt Manager under the Applications, because the oVirt Guest Agent returns only Display Names, but not the versions. Bug-Url: https://bugzilla.redhat.com/1310621 Change-Id: I10a1f1d3a9e4241ec1dd5420c1e8770ec00bc508 Signed-off-by: Lev Veyde <lveyde@redhat.com>
-rw-r--r--win-guest-tools.nsis2
1 files changed, 1 insertions, 1 deletions
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 591b806..1951721 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -195,7 +195,7 @@ Section "install"
Call InstallVdAgentService
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${REGKEYNAME}" \
- "DisplayName" "${NAME}"
+ "DisplayName" "${NAME} ${DISPLAYED_VERSION}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${REGKEYNAME}" \
"DisplayVersion" "${DISPLAYED_VERSION}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${REGKEYNAME}" \