Author: kkolinko
Date: Tue Nov 21 16:36:44 2017
New Revision: 1815954
URL: http://svn.apache.org/viewvc?rev=1815954&view=rev
Log:
Update the Windows installer to use "The Apache Software Foundation" as the
Publisher in the list of installed applications.
Modified:
tomcat/trunk/res/tomcat.nsi
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1815954&r1=1815953&r2=1815954&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Tue Nov 21 16:36:44 2017
@@ -356,6 +356,8 @@ Section -post
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Apache
Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" \
"DisplayIcon" "$\"$INSTDIR\tomcat.ico$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Apache
Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" \
+ "Publisher" "The Apache Software Foundation"
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Apache
Tomcat @VERSION_MAJOR_MINOR@ $TomcatServiceName" \
"UninstallString" "$\"$INSTDIR\Uninstall.exe$\"
-ServiceName=$\"$TomcatServiceName$\""
SectionEnd
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1815954&r1=1815953&r2=1815954&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Nov 21 16:36:44 2017
@@ -263,6 +263,11 @@
Update the NSIS Installer used to build the Windows installer to
version
3.02.1. (kkolinko)
</update>
+ <update>
+ Update the Windows installer to use "The Apache Software Foundation" as
+ the Publisher when Tomcat is displayed in the list of installed
+ applications in Microsoft Windows. (kkolinko)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]