This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 8b590db7691e654f56f5c1d551c3e01b87feef47 Author: mseidel <msei...@apache.org> AuthorDate: Wed May 5 22:54:52 2021 +0200 Add Product Information to Windows installer (cherry picked from commit 087cc0409cac70ad09f613a8178fad7bd99216d6) --- 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