2015-10-13 14:10:20 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<installer-gui-script minSpecVersion="1">
|
2017-07-06 13:31:36 +02:00
|
|
|
<title>Firebird Database Server</title>
|
2015-10-13 14:10:20 +02:00
|
|
|
<welcome file="Welcome.txt" mime-type="text/plain"/>
|
|
|
|
<license file="License.txt" mime-type="text/plain"/>
|
2017-07-11 14:42:11 +02:00
|
|
|
<readme file="Readme.txt" mime-type="text/plain"/>
|
2015-10-13 14:10:20 +02:00
|
|
|
<pkg-ref id="com.firebirdsql.Firebird"/>
|
|
|
|
<options customize="never" require-scripts="false"/>
|
|
|
|
<choices-outline>
|
|
|
|
<line choice="default">
|
|
|
|
<line choice="com.firebirdsql.Firebird"/>
|
|
|
|
</line>
|
|
|
|
</choices-outline>
|
|
|
|
<choice id="default"/>
|
|
|
|
<choice id="com.firebirdsql.Firebird" visible="false">
|
|
|
|
<pkg-ref id="com.firebirdsql.Firebird"/>
|
|
|
|
</choice>
|
2017-07-03 16:05:21 +02:00
|
|
|
<pkg-ref id="com.firebirdsql.Firebird" version="3.0.0" onConclusion="none">Firebird.pkg</pkg-ref>
|
2015-10-13 14:10:20 +02:00
|
|
|
</installer-gui-script>
|