winsdk: Make copyright signature editable
authorLenny Komow <lenny@lunarg.com>
Wed, 26 Apr 2017 20:55:48 +0000 (14:55 -0600)
committerLenny Komow <lenny@lunarg.com>
Wed, 26 Apr 2017 20:56:25 +0000 (14:56 -0600)
Change-Id: Ie28b5d1e5ba7fbd727122399ef1f35d1eb54305a

windowsRuntimeInstaller/InstallerRT.nsi

index f7bde18..e35008c 100644 (file)
@@ -45,6 +45,9 @@
 !ifndef HIDE_PUBLISHER
   !define PUBLISHER "YourCompany, Inc."
 !endif
+!ifndef COPYRIGHT
+  !define COPYRIGHT ""
+!endif
 #!define VERSION_BUILDNO "0"
 !define PRODUCTVERSION "${VERSION_API_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_BUILDNO}"
 
@@ -232,7 +235,7 @@ VIProductVersion "${PRODUCTVERSION}"
 VIAddVersionKey  "ProductName" "${APINAME} Runtime"
 VIAddVersionKey  "FileVersion" "${PRODUCTVERSION}"
 VIAddVersionKey  "ProductVersion" "${PRODUCTVERSION}"
-VIAddVersionKey  "LegalCopyright" ""
+VIAddVersionKey  "LegalCopyright" "${COPYRIGHT}"
 
 !ifdef UNINSTALLER
     VIAddVersionKey  "FileDescription" "${APINAME} Runtime Uninstaller"