Files
DefaultVPN/deploy/data/macos/distribution.xml

18 lines
837 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script minSpecVersion="1">
<title>DefaultVPN Installer</title>
<license file="LICENSE"/>
<choices-outline>
<line choice="install"/>
<line choice="uninstall"/>
</choices-outline>
<choice id="install" title="Install DefaultVPN" start_selected="true">
<pkg-ref id="org.defaultvpn.package"/>
</choice>
<choice id="uninstall" title="Uninstall DefaultVPN" start_selected="false">
<pkg-ref id="org.defaultvpn.uninstall"/>
</choice>
<pkg-ref id="org.defaultvpn.package" auth="Root" install-check="scripts/check_install.sh">DefaultVPN_install.pkg</pkg-ref>
<pkg-ref id="org.defaultvpn.uninstall" auth="Root" install-check="scripts/check_uninstall.sh">DefaultVPN_uninstall_component.pkg</pkg-ref>
</installer-gui-script>