OSDN Git Service

update for version keys
authortama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Tue, 4 Sep 2007 10:22:49 +0000 (10:22 +0000)
committertama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Tue, 4 Sep 2007 10:22:49 +0000 (10:22 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@188 acee48c3-7b26-0410-bdac-b3d0e5314bbc

src/bin/stigmata.nsi

index b09f958..864940a 100755 (executable)
@@ -2,6 +2,7 @@
 \r
 !define APPNAME "Stigmata: Java birthmarking toolkit"\r
 !define JARFILE "stigmata-1.1.0.jar"\r
+!define LANG_ENGLISH "1033-English"\r
 \r
 ;Uncomment the next line to specify an icon for the EXE.\r
 Icon "stigmata.ico"\r
@@ -15,10 +16,18 @@ Name "Stigmata"
 Caption "${APPNAME}"\r
 OutFile "stigmata.exe"\r
 \r
+VIProductVersion "1.1.0.0"\r
 SilentInstall silent\r
 AutoCloseWindow true\r
 ShowInstDetails nevershow\r
-XPStyle on\r
+\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Stigmata"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "Stigmata: Java birthmark toolkit"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Software Engineering Lab., NAIST, Japan"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "1.1.0"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (C) 2004-2007 by Haruaki Tamada"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Java birthmark toolkit"\r
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "1.1.0"\r
 \r
 !addplugindir .\r
 \r