This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 087cc04  Add Product Information to Windows installer
087cc04 is described below

commit 087cc0409cac70ad09f613a8178fad7bd99216d6
Author: mseidel <[email protected]>
AuthorDate: Wed May 5 22:54:52 2021 +0200

    Add Product Information to Windows installer
---
 main/setup_native/source/win32/nsis/downloadtemplate.nsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/main/setup_native/source/win32/nsis/downloadtemplate.nsi 
b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
index 79d4d7a..415407d 100644
--- a/main/setup_native/source/win32/nsis/downloadtemplate.nsi
+++ b/main/setup_native/source/win32/nsis/downloadtemplate.nsi
@@ -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
 

Reply via email to