aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/path_helper/uninstall-distribution.xml
blob: 69f6f5722f65c0369c08b3ac168e91567746ae1c (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
<?xml version="1.0" encoding="utf-8"?>
<!--
Created using `productbuild -\-synthesize -\-package org.wireshark.uninstall.path.pkg /tmp/uninstall-distribution.xml`
See also: https://github.com/open-eid/osx-installer/blob/master/distribution.xml
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/DistributionDefinitionRef/
https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/InstallerJavaScriptRef/
-->
<installer-gui-script minSpecVersion="1">
    <title>Add Wireshark to the system PATH</title>
    <welcome language="en" mime-type="text/html"><![CDATA[<html><body><br />
<p style="margin: 0px; font: 13px 'Lucida Grande'">This package will remove Wireshark and its associated utilities from the system PATH and MANPATH.</p></body></html>]]></welcome>
    <pkg-ref id="org.wireshark.uninstall.path_helper.pkg"/>
    <options customize="never" require-scripts="false"/>
    <choices-outline>
        <line choice="default">
            <line choice="org.wireshark.uninstall.path_helper.pkg"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="org.wireshark.uninstall.path_helper.pkg" visible="false">
        <pkg-ref id="org.wireshark.uninstall.path_helper.pkg"/>
    </choice>
    <pkg-ref id="org.wireshark.uninstall.path_helper.pkg" version="1.0" onConclusion="none">uninstall.path_helper.pkg</pkg-ref>
</installer-gui-script>