Guest User

Untitled

a guest
Jul 21st, 2016
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.34 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="1">
  3.     <options should-authenticate-reboot="true" allow-install-later="true" post-logout="true" should-launch-first-login-optimization="true"/>
  4.     <title>SU_TITLE</title>
  5.     <script/>
  6.     <volume-check script="VolumeCheck()"/>
  7.     <installation-check script="InstallationCheck()"/>
  8.     <script>
  9. function InstallationCheck(prefix) {
  10.     return true;
  11. }
  12. function VolumeCheck(prefix) {
  13.     return true;
  14. }
  15. function LogicalOr0(prefix) {
  16.     return true;
  17. }
  18. function PlistCheck1(prefix) {
  19.     return true;
  20. }
  21. function ManagedPolicyCheck2(prefix) {
  22.     return true;
  23. }
  24. function PlistCheck3(prefix) {
  25.     return true;
  26. }
  27. function AppleInternalCheck4(prefix) {
  28.     return true;
  29. }
  30. </script>
  31.     <tags>
  32.         <tag>MacBuddyInstallableUpdate</tag>
  33.     </tags>
  34.     <platforms>
  35.         <client arch="i386"/>
  36.         <server arch="i386"/>
  37.     </platforms>
  38.     <choices-outline ui="SoftwareUpdate">
  39.         <line choice="su"/>
  40.     </choices-outline>
  41.     <choices-outline>
  42.         <line choice="su"/>
  43.     </choices-outline>
  44.     <choice id="su" title="SU_TITLE" versStr="SU_VERS" description="SU_DESCRIPTION" description-mime-type="text/html" secondaryDescription="SU_SERVERCOMMENT" suDisabledGroupID="macOS Sierra Public Beta" start_selected="true" visible="PlistCheck3('/') &amp;&amp; AppleInternalCheck4('/')">
  45.         <pkg-ref id="OSXUpd10.12PublicBeta" auth="Root" packageIdentifier="com.apple.pkg.update.os.10.12PublicBeta.16A254g" onConclusion="RequireRestart">OSXUpd10.12PublicBeta.pkg</pkg-ref>
  46.         <pkg-ref id="OSXUpd10.12PublicBetaPatch" auth="Root" packageIdentifier="com.apple.pkg.update.os.10.12PublicBeta.16A254g" onConclusion="RequireRestart">OSXUpd10.12PublicBetaPatch.pkg</pkg-ref>
  47.         <pkg-ref id="FirmwareUpdate" auth="Root" packageIdentifier="com.apple.update.firmwareupdate">FirmwareUpdate.pkg</pkg-ref>
  48.         <pkg-ref id="FullBundleUpdate" auth="Root" packageIdentifier="com.apple.update.fullbundleupdate.16A254g">FullBundleUpdate.pkg</pkg-ref>
  49.     </choice>
  50.     <localization>
  51.         <strings language="English">"SU_TITLE" = "macOS Sierra Public Beta";
  52. "SU_TITLE_ALT" = "";
  53. "SU_VERS" = "2";
  54. "SU_VERS_ALT" = "";
  55. "SU_SERVERCOMMENT" = "For Desktop and Server systems";
  56. "SU_DESCRIPTION" = '&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;
  57. &lt;html&gt;
  58.     &lt;head&gt;
  59.         &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt;
  60.         &lt;meta http-equiv="Content-Style-Type" content="text/css"&gt;
  61.         &lt;title&gt;&lt;/title&gt;
  62.         &lt;style type="text/css"&gt;
  63.             body {font: 11.0px Lucida Grande;}
  64.             p {margin: 0.0px 0.0px 0.0px 0.0px;}
  65.         &lt;/style&gt;
  66.     &lt;/head&gt;
  67.     &lt;body&gt;
  68.         &lt;p&gt;This update is recommended for all users.&lt;/p&gt;
  69.     &lt;/body&gt;
  70. &lt;/html&gt;
  71. ';
  72. "SU_DESCRIPTION_ALT" = '';
  73. </strings>
  74.     </localization>
  75.     <pkg-ref id="FullBundleUpdate" installKBytes="60866" version="1.0.0.0.1.1468641752"/>
  76.     <pkg-ref id="OSXUpd10.12PublicBetaPatch" installKBytes="2182446" version="1.0.0.0.1.1468641752"/>
  77.     <pkg-ref id="FirmwareUpdate" installKBytes="98" version="1.0.0.0.1.1468641752"/>
  78.     <pkg-ref id="OSXUpd10.12PublicBeta" installKBytes="4874878" version="1.0.0.0.1.1468641752"/>
  79. </installer-gui-script>
Advertisement
Add Comment
Please, Sign In to add comment