You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/06/27 16:12:38 UTC

DO NOT REPLY [Bug 29826] New: - Installation always exits with an error code.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29826>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29826

Installation always exits with an error code.

           Summary: Installation always exits with an error code.
           Product: Tomcat 5
           Version: 5.0.25
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: assaf@m-wise.com


when running the tomcat installation from an NSIS script , the installation 
always returns an error code to the main script .
example :
----------------------------------------------------------------------------
NoJInstall:
IfErrors 0 NoAbort
    MessageBox MB_OK "Couldn't find a Tomcat Jakarta Web server installed. 
Setup will now install a FOO required Jakarta ."
    DetailPrint "Couldn't find a Tomcat Jakarta Web server installed. Setup 
will now install a Foo required Jakarta ."
    execwait "C:\jakarta-tomcat-5.0.25.exe"
    IfErrors 0 Problem

 Problem:
      Sleep 300
      Abort
------------------------------------------------------------------------
when finishing the jakarta installer , there are two check boxes , at first i 
thought that unmarking them caused the error , but in a second try i left them 
marked and the same error happened.

i think the error is generated by the "close" button in the end of the install.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org