View | Details | Raw Unified | Return to bug 49130
Collapse All | Expand All

(-)res/tomcat.nsi (-2 / +2 lines)
Lines 93-99 Link Here
93
  ;Component-selection page
93
  ;Component-selection page
94
    ;Descriptions
94
    ;Descriptions
95
    LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container."
95
    LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container."
96
    LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core."
96
    LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core and create the service."
97
    LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start Tomcat when the computer is started."
97
    LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start Tomcat when the computer is started."
98
    LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Install APR based Tomcat native .dll for better performance and scalability in production environments."
98
    LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Install APR based Tomcat native .dll for better performance and scalability in production environments."
99
    LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group for Tomcat."
99
    LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group for Tomcat."
Lines 192-198 Link Here
192
192
193
SectionEnd
193
SectionEnd
194
194
195
Section "Service" SecTomcatService
195
Section "AutoStart" SecTomcatService
196
196
197
  SectionIn 3
197
  SectionIn 3
198
198

Return to bug 49130