2019-04-23 22:18:41 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<installer-gui-script minSpecVersion="1">
|
2019-05-21 21:59:30 +00:00
|
|
|
<title>Lokinet</title>
|
2019-04-23 22:18:41 +00:00
|
|
|
<organization>network.loki</organization>
|
|
|
|
<domains enable_localSystem="true"/>
|
|
|
|
<options customize="never" require-scripts="true" rootVolumeOnly="true" />
|
|
|
|
<!-- Define documents displayed at various steps -->
|
|
|
|
<welcome file="welcome.html" mime-type="text/html" />
|
|
|
|
<license file="license.html" mime-type="text/html" />
|
|
|
|
<conclusion file="conclusion.html" mime-type="text/html" />
|
|
|
|
<!-- List all component packages -->
|
|
|
|
<pkg-ref id="network.loki.lokinet"
|
|
|
|
version="0.4"
|
|
|
|
auth="root">lokinet.pkg</pkg-ref>
|
|
|
|
<!-- List them again here. They can now be organized
|
|
|
|
as a hierarchy if you want. -->
|
|
|
|
<choices-outline>
|
|
|
|
<line choice="network.loki.lokinet"/>
|
|
|
|
</choices-outline>
|
|
|
|
<!-- Define each choice above -->
|
|
|
|
<choice
|
|
|
|
id="network.loki.lokinet"
|
|
|
|
visible="false"
|
|
|
|
title="LokiNET"
|
2019-05-21 21:59:30 +00:00
|
|
|
description='Lokinet is a free, open source, private, decentralized, \"market based sybil resistant\" and IP based onion routing network'
|
2019-04-23 22:18:41 +00:00
|
|
|
start_selected="true">
|
|
|
|
<pkg-ref id="network.loki.lokinet"/>
|
|
|
|
</choice>
|
|
|
|
</installer-gui-script>
|