OSDN Git Service

ビルドバッチとインストーラ設定ファイル
[redminele/redminele.git] / installer / RegistrySpec.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <!-- 
3         ATTENTION!!! do not edit with an editor which do not handle UTF-8 in a right manner!!
4         Storing with a wrong editor can crash this file!
5     Registry definition file for IzPack Installation.
6     $Id: RegistrySpec.xml 2163 2008-05-18 13:48:36Z jponge $
7 -->
8
9 <registry>
10     <pack name="UninstallStuff">
11         <!-- Special "pack", if not defined an uninstall key will be generated automatically -->
12         <!-- The variable $UNINSTALL_NAME can be only used if CheckedHelloPanel will be used
13                because there the variable will be declared. With that variabel it is possible
14                to install more as one instances of the product on one machine each with an
15                unique uninstall key. -->
16         <value name="DisplayName"
17                keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
18                root="HKLM"
19                string="$UNINSTALL_NAME"/>
20         <value name="UninstallString"
21                keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
22                root="HKLM"
23                string="&quot;$JAVA_HOME\bin\javaw.exe&quot; -jar &quot;$INSTALL_PATH\uninstaller\uninstaller.jar&quot;"/>
24         <value name="DisplayIcon"
25                keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
26                root="HKLM"
27                string="$INSTALL_PATH\apache\htdocs\favicon.ico"/>
28         <value name="HelpLink"
29                keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
30                root="HKLM"
31                string="$APP_URL"/>
32         <value name="InstallLocation"
33                keypath="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$UNINSTALL_NAME"
34                root="HKLM"
35                string="$INSTALL_PATH"/>
36                
37     </pack>
38 </registry>
39