2025-07-03 04:51:11 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<installer-gui-script minSpecVersion="1">
|
2025-08-11 15:30:57 +03:00
|
|
|
<title>DefaultVPN Installer</title>
|
2025-07-03 04:51:11 +03:00
|
|
|
<license file="LICENSE"/>
|
|
|
|
|
<choices-outline>
|
|
|
|
|
<line choice="install"/>
|
|
|
|
|
<line choice="uninstall"/>
|
|
|
|
|
</choices-outline>
|
2025-08-11 15:30:57 +03:00
|
|
|
<choice id="install" title="Install DefaultVPN" start_selected="true">
|
|
|
|
|
<pkg-ref id="org.defaultvpn.package"/>
|
2025-07-03 04:51:11 +03:00
|
|
|
</choice>
|
2025-08-11 15:30:57 +03:00
|
|
|
<choice id="uninstall" title="Uninstall DefaultVPN" start_selected="false">
|
|
|
|
|
<pkg-ref id="org.defaultvpn.uninstall"/>
|
2025-07-03 04:51:11 +03:00
|
|
|
</choice>
|
2025-08-11 15:30:57 +03:00
|
|
|
<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>
|
2025-07-03 04:51:11 +03:00
|
|
|
</installer-gui-script>
|