diff options
| author | David Pinedo <david@lunarg.com> | 2016-02-10 16:20:45 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2016-02-10 16:26:32 -0700 |
| commit | e4ad9b886b6c337d7637d4ea313e28cae3c38e8d (patch) | |
| tree | 9d4bc51fe137cefdeae092b6b72bd5dd5284ed66 /windowsRuntimeInstaller | |
| parent | a8666f2657af8cb666b5c1a5eee8fcaa66343b6d (diff) | |
| download | usermoji-e4ad9b886b6c337d7637d4ea313e28cae3c38e8d.tar.xz | |
winrtinstaller: Add file properties to rt installer executable
Diffstat (limited to 'windowsRuntimeInstaller')
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 8 |
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 |
