Skip to content

Commit

Permalink
Add Product Information to Windows installer
Browse files Browse the repository at this point in the history
(cherry picked from commit 087cc04)
  • Loading branch information
Pilot-Pirx committed May 5, 2021
1 parent b0da5c0 commit b45fc19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main/setup_native/source/win32/nsis/downloadtemplate.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
!define PRODUCT_PUBLISHER "PUBLISHERPLACEHOLDER"
!define PRODUCT_WEB_SITE "WEBSITEPLACEHOLDER"

; Product Information
VIAddVersionKey ProductName "Apache PRODUCTNAMEPLACEHOLDER"
VIAddVersionKey CompanyName "PUBLISHERPLACEHOLDER"
VIAddVersionKey LegalCopyright "Copyright (c) 2000-2021 The PUBLISHERPLACEHOLDER"
VIAddVersionKey FileDescription "Apache PRODUCTNAMEPLACEHOLDER Installer"
VIAddVersionKey ProductVersion "PRODUCTVERSIONPLACEHOLDER"
;VIProductVersion "4.2.9822.500"

; Enable Unicode
Unicode true

Expand Down

0 comments on commit b45fc19

Please sign in to comment.