blob: 03627b54cdf208fbdc3eab4a6509df563ff5c079 (
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
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<installscript>
<info> <!-- installation information -->
<name>ISee Tweaker</name>
<author>Sergey V. Gershovich</author>
<version>0.0.0.1</version>
<type>Plugin</type>
</info>
<packageinfo>
<title>Main Files</title>
<file>isee_tweaker.dll</file>
</packageinfo>
<packageinfo>
<title>Documentation and Translation</title>
<file>readme_iseetweaker.txt</file>
<file>todo_iseetweaker.txt</file>
<optional/>
</packageinfo>
<packageinfo>
<title>Developers Info</title>
<file>rebase_iseetweaker.txt</file>
<optional/>
</packageinfo>
<autorun>
<file>readme_iseetweaker.txt</file>
<document/>
</autorun>
</installscript>
|