aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-02-10 16:20:45 -0700
committerDavid Pinedo <david@lunarg.com>2016-02-10 16:26:32 -0700
commite4ad9b886b6c337d7637d4ea313e28cae3c38e8d (patch)
tree9d4bc51fe137cefdeae092b6b72bd5dd5284ed66 /windowsRuntimeInstaller
parenta8666f2657af8cb666b5c1a5eee8fcaa66343b6d (diff)
downloadusermoji-e4ad9b886b6c337d7637d4ea313e28cae3c38e8d.tar.xz
winrtinstaller: Add file properties to rt installer executable
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi
index 59e3436f..a70aa576 100644
--- a/windowsRuntimeInstaller/InstallerRT.nsi
+++ b/windowsRuntimeInstaller/InstallerRT.nsi
@@ -203,6 +203,14 @@ UninstPage custom un.brandimage "" ": Brand Image"
UninstPage uninstConfirm
UninstPage instFiles
+# File Properties
+VIProductVersion "${PRODUCTVERSION}"
+VIAddVersionKey "ProductName" "Vulkan Runtime"
+VIAddVersionKey "FileVersion" "${PRODUCTVERSION}"
+VIAddVersionKey "ProductVersion" "${PRODUCTVERSION}"
+VIAddVersionKey "FileDescription" "Vulkan Runtime Installer"
+VIAddVersionKey "LegalCopyright" ""
+
# Start default section
Section