-
Notifications
You must be signed in to change notification settings - Fork 0
/
distribution.xml
41 lines (41 loc) · 1.68 KB
/
distribution.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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>ShMessenger Windows Integration Daemons</title>
<organization>net.shmessenger</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="net.shmessenger.lltdDaemon"
version="0"
auth="root">output.pkg</pkg-ref>
<pkg-ref id="net.shmessenger.llmnrDaemon"
version="0"
auth="root">output.pkg</pkg-ref>
<!-- List them again here. They can now be organized
as a hierarchy if you want. -->
<choices-outline>
<line choice="net.shmessenger.lltdDaemon"/>
<line choice="net.shmessenger.llmnrDaemon"/>
</choices-outline>
<!-- Define each choice above -->
<choice
id="net.shemessenger.lltdDaemon"
visible="false"
title="Link Layer Topology Discovery"
description="Link Layer Topology Discovery Daemon"
start_selected="true">
<pkg-ref id="net.shmessenger.lltdDaemon"/>
</choice>
<choice
id="net.shmessenger.llmnrDaemon"
visible="false"
title="Link-local Multicast Name Resolution"
description="Link-local Multicast Name Resolution (RFC4795) Daemon"
start_selected="true">
<pkg-ref id="net.shmessenger.llmnrDaemon"/>
</choice>
</installer-gui-script>