aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/windows/installer-windows.xml
blob: d277dd2a9d6370a7735283422bf63bdda16c6811 (plain)
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
<installation version="1.0">
	<info>
		<appname>sip-communicator</appname>
		<appversion>1.0.draft</appversion>
		<authors>
			<author name="SIP Communicator" email="sc@sip-communicator.org" />
		</authors>
		<url>http://sip-communicator.org/</url>
		<javaversion>1.4</javaversion>
		<uninstaller/>
	</info>
	<variables>
		<variable name="app-version" value="1.0.draft"/>
		<variable name="released-on" value="01/08/2006"/>
	</variables>

	<guiprefs height="600" resizable="yes" width="800"/>

	<locale>
		<langpack iso3="eng"/>
	</locale>
	<resources>
            <res id="InfoPanel.info" src="resources/install/doc/readme.txt" parse="yes"/>
            <res id="LicencePanel.licence" src="resources/install/doc/License.txt"/>
            <res src="resources/install/windows/windows_shortcut_specification.xml" id="shortcutSpec.xml"/>
	</resources>

	<native type="izpack" name="ShellLink.dll"/>

	<panels>
		<panel classname="HelloPanel"/>
		<panel classname="LicencePanel"/>
		<panel classname="TargetPanel"/>
		<panel classname="InstallPanel"/>
		<panel classname="ShortcutPanel"/>
		<panel classname="FinishPanel"/>

	</panels>

	<packs>

		<!-- The lib files -->
		<pack name="lib" required="yes">
			<description>Include all libraries</description>

			<fileset  targetdir="$INSTALL_PATH/lib" dir="lib">
				<include name="kxml-min.jar"/>
                <include name="felix.jar"/>
                <include name="servicebinder.jar"/>
			</fileset>
            <fileset  targetdir="$INSTALL_PATH/lib/bundle" dir="lib/bundle">
				<include name="org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar"/>
			</fileset>

			<file targetdir="$INSTALL_PATH/lib" src="lib/felix.client.run.properties"/>
			<file targetdir="$INSTALL_PATH/lib" src="resources/install/logging.properties"/>
		</pack>

        <pack name="native" required="yes">
			<description>SIP Communicator Native libs</description>
			<fileset  targetdir="$INSTALL_PATH/native" dir="lib/native/windows">
                <include name="*"/>
            </fileset>
		</pack>
		<pack name="util" required="yes">
			<description>SIP Communicator util</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/util.jar"/>
		</pack>
		<pack name="configuration" required="yes">
			<description>SIP Communicator bundle configuration</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/configuration.jar"/>
		</pack>
		<pack name="file-access" required="yes">
			<description>SIP Communicator bundle File Access</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/fileaccess.jar"/>
		</pack>
		<pack name="protocol" required="yes">
			<description>SIP Communicator bundle Protocol</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol.jar"/>
		</pack>
        <pack name="contactlist" required="yes">
			<description>SIP Communicator bundle Contactlist</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/contactlist.jar"/>
		</pack>
		<pack name="media" required="yes">
			<description>SIP Communicator bundle Media</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar"/>
		</pack>
		<pack name="protocol-icq" required="yes">
			<description>SIP Communicator bundle Protocol ICQ</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-icq.jar"/>
		</pack>
		<pack name="protocol-jabber" required="yes">
			<description>SIP Communicator bundle Protocol Jabber</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-jabber.jar"/>
		</pack>
        <pack name="protocol-sip" required="yes">
			<description>SIP Communicator bundle Protocol SIP</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-sip.jar"/>
		</pack>
        <pack name="protocol-msn" required="yes">
			<description>SIP Communicator bundle Protocol MSN</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/protocol-msn.jar"/>
		</pack>
        <pack name="media" required="yes">
			<description>SIP Communicator bundle Media</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/media.jar"/>
		</pack>
        <pack name="netaddress" required="yes">
			<description>SIP Communicator bundle Network Address</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/netaddr.jar"/>
		</pack>
		<pack name="metacontact-list" required="yes">
			<description>SIP Communicator bundle MetaContact List</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/meta-cl.jar"/>
		</pack>
		<pack name="history" required="yes">
			<description>SIP Communicator bundle History</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/history.jar"/>
		</pack>
		<pack name="msg-history" required="yes">
			<description>SIP Communicator bundle Message History</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msghistory.jar"/>
		</pack>
        <pack name="call-history" required="yes">
			<description>SIP Communicator bundle Call History</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/callhistory.jar"/>
		</pack>
		<pack name="swing-ui" required="yes">
			<description>SIP Communicator bundle Swing UI</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/swing-ui.jar"/>
		</pack>
		<pack name="icqaccregwizz" required="yes">
			<description>SIP Communicator bundle ICQ Account Registrattion Wizzard</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/icqaccregwizz.jar"/>
		</pack>
        <pack name="jabberaccregwizz" required="yes">
			<description>SIP Communicator bundle Jabber Account Registrattion Wizzard</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/jabberaccregwizz.jar"/>
		</pack>
        <pack name="sipaccregwizz" required="yes">
			<description>SIP Communicator bundle SIP Account Registrattion Wizzard</description>
			<file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/sipaccregwizz.jar"/>
		</pack>
        <pack name="msnaccregwizz" required="yes">
			<description>SIP Communicator bundle MSN Account Registrattion Wizzard</description>
            <file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/msnaccregwizz.jar"/>
		</pack>
        <pack name="version" required="yes">
			<description>SIP Communicator bundle Version</description>
            <file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version-impl.jar"/>
            <file  targetdir="$INSTALL_PATH/sc-bundles" src="sc-bundles/version.jar"/>
		</pack>


		<!-- The executable files -->
		<pack name="run" required="yes">
			<description>Exceutable</description>

                        <file targetdir="$INSTALL_PATH" src="resources/install/windows/run.bat"/>
                        <file targetdir="$INSTALL_PATH" src="resources/install/windows/uninstall.bat"/>
                        <file targetdir="$INSTALL_PATH" src="resources/install/windows/sc-logo.ico"/>
			<executable targetfile="$INSTALL_PATH/run.bat" stage="never"/>
		</pack>
	</packs>

</installation>