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 2003/12/27 18:32:23 UTC

cvs commit: jakarta-tomcat-5 tomcat.nsi

remm        2003/12/27 09:32:23

  Modified:    .        tomcat.nsi
  Log:
  - Add some metadata to the .exe.
  
  Revision  Changes    Path
  1.40      +14 -3     jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- tomcat.nsi	26 Dec 2003 17:31:54 -0000	1.39
  +++ tomcat.nsi	27 Dec 2003 17:32:23 -0000	1.40
  @@ -8,9 +8,20 @@
     SetCompressor lzma
     SetDatablockOptimize on
   
  -!include "MUI.nsh"
  +  Name "Apache Tomcat"
  +
  +  ;Product information
  +  VIAddVersionKey ProductName "Apache Tomcat"
  +  VIAddVersionKey CompanyName "Apache Software Foundation"
  +  VIAddVersionKey LegalCopyright "Copyright (c) 1999-2004 The Apache Software Foundation"
  +  VIAddVersionKey FileDescription "Apache Tomcat Installer"
  +  VIAddVersionKey FileVersion "2.0"
  +  VIAddVersionKey ProductVersion "@VERSION@"
  +  VIAddVersionKey Comments "jakarta.apache.org/tomcat"
  +  VIAddVersionKey InternalName "jakarta-tomcat-@VERSION@.exe"
  +  VIProductVersion @VERSION@.0
   
  -Name "Apache Tomcat"
  +!include "MUI.nsh"
   
   ;--------------------------------
   ;Configuration
  
  
  

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