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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to