remm        2004/04/25 05:35:55

  Modified:    .        tomcat.nsi
  Log:
  - Add apparently missing read, so that the service uses the same JVM path as the rest
    (in case the user manually selects a different VM).
  
  Revision  Changes    Path
  1.44      +7 -1      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- tomcat.nsi        7 Apr 2004 11:33:40 -0000       1.43
  +++ tomcat.nsi        25 Apr 2004 12:35:55 -0000      1.44
  @@ -135,6 +135,12 @@
   
     Call configure
     Call findJavaPath
  +  Pop $2
  +
  +  IfSilent +2 0
  +  !insertmacro MUI_INSTALLOPTIONS_READ $2 "jvm.ini" "Field 2" "State"
  +
  +  Push $2
     Call findJVMPath
     Pop $2
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to