Author: markt
Date: Fri Sep 29 17:49:37 2006
New Revision: 451508
URL: http://svn.apache.org/viewvc?view=rev&rev=451508
Log:
Make installer text clearer that Tomcat is always installed as a service.
Modified:
tomcat/build/tc5.5.x/tomcat.nsi
Modified: tomcat/build/tc5.5.x/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/tomcat.nsi?view=diff&rev=451508&r1=451507&r2=451508
==============================================================================
--- tomcat/build/tc5.5.x/tomcat.nsi (original)
+++ tomcat/build/tc5.5.x/tomcat.nsi Fri Sep 29 17:49:37 2006
@@ -80,9 +80,9 @@
;Component-selection page
;Descriptions
- LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet
container."
+ LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet
container as a Windows service."
LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet
container core."
- LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start
Tomcat when the computer is started. This requires Windows NT 4.0, Windows 2000
or Windows XP."
+ LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start the
Tomcat service when the computer is started. This requires Windows NT 4.0,
Windows 2000 or Windows XP."
LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Downloads and installs
Tomcat native .dll for better performance and scalability in production
environments."
; LangString DESC_SecTomcatSource ${LANG_ENGLISH} "Install the Tomcat
source code."
LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group
for Tomcat."
@@ -176,7 +176,7 @@
SectionEnd
-Section "Service" SecTomcatService
+Section "Service Startup" SecTomcatService
SectionIn 3
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]