This repository has been archived by the owner on Sep 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.xml
175 lines (153 loc) · 6.55 KB
/
install.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!--
A sample installation file.
Use it as a base for your own installers :-)
To compile it :
- go in the bin directory where you installed IzPack
- call "compile ../sample/install.xml -b ../sample"
-->
<installation version="1.0">
<info>
<!--
<appname>School Evaluation Supporting System 学校評価支援システム2009</appname>
<appsubpath>SESS2009_2009-02-18</appsubpath>
<appversion>2009-02-18</appversion>
<authors>
<author name="Community Management Research Project, KEIO University SFC" email="info@cmr.sfc.keio.ac.jp"/>
</authors>
<url>http://www.cmr.sfc.keio.ac.jp/sess/</url>
<javaversion>1.5</javaversion>
<requiresjdk>no</requiresjdk>
<uninstaller name="uninstaller.jar" write="yes"/>
-->
<appname>SQS SourceEditor</appname>
<appsubpath>SQS/SourceEditor</appsubpath>
<appversion>2010-09-26</appversion>
<authors>
<author name="KUBO Hiroya" email="hiroya@cuc.ac.jp"/>
</authors>
<url>http://sqs2.net/</url>
<javaversion>1.6</javaversion>
<requiresjdk>no</requiresjdk>
<uninstaller name="uninstaller.jar" write="yes"/>
</info>
<!--
The gui preferences indication.
Sets the installer window to 640x480. It will not be able to change the size.
-->
<listeners>
<listener installer="RegistryInstallerListener"
uninstaller="RegistryUninstallerListener" >
<os family="windows"/>
</listener>
</listeners>
<guiprefs width="700" height="490" resizable="no">
<modifier key="layoutAnchor" value="CENTER"/>
<modifier key="headingPanelCounter" value="progressbar"/>
<modifier key="headingPanelCounterPos" value="inNavigationPanel"/>
<modifier key="allYGap" value="4"/>
<modifier key="paragraphYGap" value="10"/>
<modifier key="filler1YGap" value="5"/>
<modifier key="filler3XGap" value="10"/>
<modifier key="useButtonIcons" value="no"/>
<modifier key="useLabelIcons" value="no"/>
<modifier key="labelGap" value="2"/>
<modifier key="useHeadingPanel" value="yes"/>
<modifier key="useHeadingForSummary" value="yes"/>
<modifier key="headingLineCount" value="2"/>
<modifier key="headingFontSize" value="1.5"/>
<modifier key="headingBackgroundColor" value="0x00ffffff"/>
<modifier key="headingPanelCounter" value="text"/>
<modifier key="headingPanelCounterPos" value="inHeading"/>
</guiprefs>
<variables>
<variable name="MY_VAR" value="MY_VAR value"/>
<variable name="JVM_REQ" value="Java VM (JRE) 1.5 or higher"/>
<variable name="DesktopShortcutCheckboxEnabled" value="true"/>
<variable name="app.name" value="@{app.name}"/>
<variable name="InstallerFrame.logfilePath" value="$INSTALL_PATH/install.log"/>
</variables>
<!--
The locale section.
Asks here to include the English and French langpacks.
-->
<locale>
<langpack iso3="jpn"/>
</locale>
<!--
The resources section.
The ids must be these ones if you want to use the LicencePanel and/or the InfoPanel.
-->
<resources>
<res id="LicencePanel.licence" src="LICENSE.txt"/>
<res id="HTMLInfoPanel.info" src="README.html"/>
<!--
<res id="Heading.image" src="@{install.res}/heading-image.png"/>
<res id="Installer.image" src="@{install.res}/side-image.png" />
-->
<res src="src/izpack/Win_shortcutSpec.xml"
id="shortcutSpec.xml"/>
<res src="src/izpack/RegistrySpec.xml"
id="RegistrySpec.xml"/>
<res src="src/izpack/border1.png" id="Installer.image.0"/>
<res src="src/izpack/border2.png" id="Installer.image.1"/>
<res src="src/izpack/border3.png" id="Installer.image.2"/>
<res src="src/izpack/border4.png" id="Installer.image.3"/>
<res src="src/izpack/border5.png" id="Installer.image.4"/>
<res src="src/izpack/border6.png" id="Installer.image.5"/>
<res src="src/izpack/border7.png" id="Installer.image.6"/>
<res src="src/izpack/border8.png" id="Installer.image.7"/>
<res src="src/izpack/logo.gif" id="logo.gif"/>
</resources>
<!--
The panels section.
We indicate here which panels we want to use. The order will be respected.
-->
<panels>
<panel classname="CheckedHelloPanel" id="hellopanel"/>
<panel classname="HTMLInfoPanel" id="infopanel"/>
<panel classname="LicencePanel" id="licensepanel"/>
<panel classname="PacksPanel" id="packspanel"/>
<panel classname="InstallPanel" id="installpanel"/>
<panel classname="ShortcutPanel" id="shortcutpanel"/>
<panel classname="SimpleFinishPanel" id="finishpanel"/>
</panels>
<!--
The packs section.
We specify here our packs.
-->
<packs>
<pack name="Base" required="yes">
<description> 基盤となるファイル群のパッケージ</description>
<file src="README.html" targetdir="$INSTALL_PATH"/>
<file src="LICENSE.txt" targetdir="$INSTALL_PATH"/>
<fileset targetdir="$INSTALL_PATH" dir=".">
<include name="repo/**"/>
</fileset>
</pack>
<pack name="SourceEditor" required="no">
<description> SourceEditorの動作に必要なファイル群のパッケージ</description>
<fileset targetdir="$INSTALL_PATH" dir=".">
<include name="bin/SourceEditor**"/>
</fileset>
</pack>
<pack name="MarkReader" required="no">
<description> MarkReaderの動作に必要なファイル群のパッケージ</description>
<fileset targetdir="$INSTALL_PATH" dir=".">
<include name="bin/MarkReader**"/>
</fileset>
</pack>
<!--
<pack name="Workflow" required="no">
<description> 学校評価支援システムのワークフローなどのパッケージ</description>
<fileset targetdir="$INSTALL_PATH" dir=".">
<fileset dir="doc" includes="**"/>
</fileset>
</pack>
-->
</packs>
<native type="izpack" name="ShellLink.dll" stage="both"/>
<native type="3rdparty" name="COIOSHelper.dll" stage="both">
<os family="windows"/>
</native>
</installation>