aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-04-08 16:33:29 -0600
committerDavid Pinedo <david@lunarg.com>2016-04-08 16:35:30 -0600
commitb3cc16c5be869aad9ec0af2af2d928023e11a7ba (patch)
treed8597c3040b2b71ffb4101e8e3bc45836637344b /windowsRuntimeInstaller
parent4cc82a7fc63f2124d484796e1e9a81559b4cae47 (diff)
downloadusermoji-b3cc16c5be869aad9ec0af2af2d928023e11a7ba.tar.xz
winrtinstaller: correction of File Description Properties of uninstaller.exe
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi7
1 files changed, 6 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi
index 239634d0..08227407 100644
--- a/windowsRuntimeInstaller/InstallerRT.nsi
+++ b/windowsRuntimeInstaller/InstallerRT.nsi
@@ -231,9 +231,14 @@ VIProductVersion "${PRODUCTVERSION}"
VIAddVersionKey "ProductName" "Vulkan Runtime"
VIAddVersionKey "FileVersion" "${PRODUCTVERSION}"
VIAddVersionKey "ProductVersion" "${PRODUCTVERSION}"
-VIAddVersionKey "FileDescription" "Vulkan Runtime Installer"
VIAddVersionKey "LegalCopyright" ""
+!ifdef UNINSTALLER
+ VIAddVersionKey "FileDescription" "Vulkan Runtime Uninstaller"
+!else
+ VIAddVersionKey "FileDescription" "Vulkan Runtime Installer"
+!endif
+
# Start default section
Section