You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/02/02 13:01:44 UTC

cvs commit: jakarta-tomcat-5 tomcat.nsi

remm        2005/02/02 04:01:44

  Modified:    .        tomcat.nsi
  Log:
  - Fix silent uninstallation (bug 33351).
  
  Revision  Changes    Path
  1.68      +3 -1      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- tomcat.nsi	22 Nov 2004 15:04:58 -0000	1.67
  +++ tomcat.nsi	2 Feb 2005 12:01:43 -0000	1.68
  @@ -626,6 +626,8 @@
     RMDir /r "$INSTDIR\src"
     RMDir "$INSTDIR"
   
  +  IfSilent Removed 0
  +
     ; if $INSTDIR was removed, skip these next ones
     IfFileExists "$INSTDIR" 0 Removed 
       MessageBox MB_YESNO|MB_ICONQUESTION \
  
  
  

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