Advertisement
alarm

pkginfo

Nov 21st, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>RestartAction</key>
  6.     <string>None</string>
  7.     <key>_metadata</key>
  8.     <dict>
  9.         <key>created_by</key>
  10.         <string>itadmn</string>
  11.         <key>creation_date</key>
  12.         <date>2014-04-17T17:07:02Z</date>
  13.         <key>munki_version</key>
  14.         <string>1.0.0.1879</string>
  15.         <key>os_version</key>
  16.         <string>10.9.2</string>
  17.     </dict>
  18.     <key>autoremove</key>
  19.     <false/>
  20.     <key>catalogs</key>
  21.     <array>
  22.         <string>production</string>
  23.         <string>testing</string>
  24.     </array>
  25.     <key>category</key>
  26.     <string>Apps</string>
  27.     <key>description</key>
  28.     <string></string>
  29.     <key>developer</key>
  30.     <string>Microsoft</string>
  31.     <key>display_name</key>
  32.     <string>Microsoft Office for Mac 2011</string>
  33.     <key>icon_name</key>
  34.     <string>Office2011_18.png</string>
  35.     <key>installed_size</key>
  36.     <integer>1692184</integer>
  37.     <key>installer_choices_xml</key>
  38.     <array>
  39.         <dict>
  40.             <key>attributeSetting</key>
  41.             <integer>0</integer>
  42.             <key>choiceAttribute</key>
  43.             <string>choiceIsEnabled</string>
  44.             <key>choiceIdentifier</key>
  45.             <string>appsupport</string>
  46.         </dict>
  47.         <dict>
  48.             <key>attributeSetting</key>
  49.             <integer>0</integer>
  50.             <key>choiceAttribute</key>
  51.             <string>choiceIsSelected</string>
  52.             <key>choiceIdentifier</key>
  53.             <string>appsupport</string>
  54.         </dict>
  55.         <dict>
  56.             <key>attributeSetting</key>
  57.             <integer>0</integer>
  58.             <key>choiceAttribute</key>
  59.             <string>choiceIsVisible</string>
  60.             <key>choiceIdentifier</key>
  61.             <string>appsupport</string>
  62.         </dict>
  63.         <dict>
  64.             <key>attributeSetting</key>
  65.             <integer>0</integer>
  66.             <key>choiceAttribute</key>
  67.             <string>choiceIsEnabled</string>
  68.             <key>choiceIdentifier</key>
  69.             <string>communicator</string>
  70.         </dict>
  71.         <dict>
  72.             <key>attributeSetting</key>
  73.             <integer>0</integer>
  74.             <key>choiceAttribute</key>
  75.             <string>choiceIsSelected</string>
  76.             <key>choiceIdentifier</key>
  77.             <string>communicator</string>
  78.         </dict>
  79.         <dict>
  80.             <key>attributeSetting</key>
  81.             <integer>0</integer>
  82.             <key>choiceAttribute</key>
  83.             <string>choiceIsVisible</string>
  84.             <key>choiceIdentifier</key>
  85.             <string>communicator</string>
  86.         </dict>
  87.         <dict>
  88.             <key>attributeSetting</key>
  89.             <integer>0</integer>
  90.             <key>choiceAttribute</key>
  91.             <string>choiceIsEnabled</string>
  92.             <key>choiceIdentifier</key>
  93.             <string>messenger</string>
  94.         </dict>
  95.         <dict>
  96.             <key>attributeSetting</key>
  97.             <integer>0</integer>
  98.             <key>choiceAttribute</key>
  99.             <string>choiceIsSelected</string>
  100.             <key>choiceIdentifier</key>
  101.             <string>messenger</string>
  102.         </dict>
  103.         <dict>
  104.             <key>attributeSetting</key>
  105.             <integer>0</integer>
  106.             <key>choiceAttribute</key>
  107.             <string>choiceIsVisible</string>
  108.             <key>choiceIdentifier</key>
  109.             <string>messenger</string>
  110.         </dict>
  111.     </array>
  112.     <key>installer_item_hash</key>
  113.     <string>425b77cc0227203863d9737c9cb5a3aec3122547bd7dbf4e79c3ec983ee06b47</string>
  114.     <key>installer_item_location</key>
  115.     <string>apps/Microsoft/Office Installer-14.0.0.dmg</string>
  116.     <key>installer_item_size</key>
  117.     <integer>933618</integer>
  118.     <key>installs</key>
  119.     <array/>
  120.     <key>minimum_os_version</key>
  121.     <string>10.6.8</string>
  122.     <key>name</key>
  123.     <string>Office2011</string>
  124.     <key>postinstall_script</key>
  125.     <string>#!/bin/sh
  126.     defaults write com.microsoft.autoupdate2 HowToCheck -string “Manual”   
  127.     if [ -e "/Applications/Microsoft Communicator.app" ]; then
  128.             rm -r "/Applications/Microsoft Communicator.app"
  129.         fi
  130. if [ -e "/Applications/Microsoft Messenger.app" ]; then
  131.             rm -r "/Applications/Microsoft Messenger.app"
  132.         fi
  133.         exit 0
  134.     </string>
  135.     <key>receipts</key>
  136.     <array>
  137.         <dict>
  138.             <key>filename</key>
  139.             <string>Office2011_en_required_office.pkg</string>
  140.             <key>installed_size</key>
  141.             <integer>1576</integer>
  142.             <key>packageid</key>
  143.             <string>com.microsoft.office.en.required_office.pkg.14.0.0</string>
  144.             <key>version</key>
  145.             <string>14.0.0</string>
  146.         </dict>
  147.         <dict>
  148.             <key>filename</key>
  149.             <string>Office2011_en_equationeditor.pkg</string>
  150.             <key>installed_size</key>
  151.             <integer>4740</integer>
  152.             <key>packageid</key>
  153.             <string>com.microsoft.office.en.equationeditor.pkg.14.0.0</string>
  154.             <key>version</key>
  155.             <string>14.0.0</string>
  156.         </dict>
  157.         <dict>
  158.             <key>filename</key>
  159.             <string>Office2011_en_graph.pkg</string>
  160.             <key>installed_size</key>
  161.             <integer>5648</integer>
  162.             <key>packageid</key>
  163.             <string>com.microsoft.office.en.graph.pkg.14.0.0</string>
  164.             <key>version</key>
  165.             <string>14.0.0</string>
  166.         </dict>
  167.         <dict>
  168.             <key>filename</key>
  169.             <string>Office2011_en_proofing_english.pkg</string>
  170.             <key>installed_size</key>
  171.             <integer>12156</integer>
  172.             <key>packageid</key>
  173.             <string>com.microsoft.office.en.proofingtools.english.pkg.14.0.0</string>
  174.             <key>version</key>
  175.             <string>14.0.0</string>
  176.         </dict>
  177.         <dict>
  178.             <key>filename</key>
  179.             <string>Office2011_en_core.pkg</string>
  180.             <key>installed_size</key>
  181.             <integer>321456</integer>
  182.             <key>packageid</key>
  183.             <string>com.microsoft.office.en.core.pkg.14.0.0</string>
  184.             <key>version</key>
  185.             <string>14.0.0</string>
  186.         </dict>
  187.         <dict>
  188.             <key>filename</key>
  189.             <string>Office2011_en_powerpoint.pkg</string>
  190.             <key>installed_size</key>
  191.             <integer>146260</integer>
  192.             <key>packageid</key>
  193.             <string>com.microsoft.office.en.powerpoint.pkg.14.0.0</string>
  194.             <key>version</key>
  195.             <string>14.0.0</string>
  196.         </dict>
  197.         <dict>
  198.             <key>filename</key>
  199.             <string>Office2011_en_word.pkg</string>
  200.             <key>installed_size</key>
  201.             <integer>195640</integer>
  202.             <key>packageid</key>
  203.             <string>com.microsoft.office.en.word.pkg.14.0.0</string>
  204.             <key>version</key>
  205.             <string>14.0.0</string>
  206.         </dict>
  207.         <dict>
  208.             <key>filename</key>
  209.             <string>Office2011_en_excel.pkg</string>
  210.             <key>installed_size</key>
  211.             <integer>63092</integer>
  212.             <key>packageid</key>
  213.             <string>com.microsoft.office.en.excel.pkg.14.0.0</string>
  214.             <key>version</key>
  215.             <string>14.0.0</string>
  216.         </dict>
  217.         <dict>
  218.             <key>filename</key>
  219.             <string>Office2011_en_clipart.pkg</string>
  220.             <key>installed_size</key>
  221.             <integer>241836</integer>
  222.             <key>packageid</key>
  223.             <string>com.microsoft.office.en.clipart.pkg.14.0.0</string>
  224.             <key>version</key>
  225.             <string>14.0.0</string>
  226.         </dict>
  227.         <dict>
  228.             <key>filename</key>
  229.             <string>Office2011_en_automator.pkg</string>
  230.             <key>installed_size</key>
  231.             <integer>35032</integer>
  232.             <key>packageid</key>
  233.             <string>com.microsoft.office.en.automator.pkg.14.0.0</string>
  234.             <key>version</key>
  235.             <string>14.0.0</string>
  236.         </dict>
  237.         <dict>
  238.             <key>filename</key>
  239.             <string>Office2011_en_sounds.pkg</string>
  240.             <key>installed_size</key>
  241.             <integer>5180</integer>
  242.             <key>packageid</key>
  243.             <string>com.microsoft.office.en.sounds.pkg.14.0.0</string>
  244.             <key>version</key>
  245.             <string>14.0.0</string>
  246.         </dict>
  247.         <dict>
  248.             <key>filename</key>
  249.             <string>Office2011_en_quit.pkg</string>
  250.             <key>installed_size</key>
  251.             <integer>12</integer>
  252.             <key>packageid</key>
  253.             <string>com.microsoft.office.en.quit.pkg.14.0.0</string>
  254.             <key>version</key>
  255.             <string>14.0.0</string>
  256.         </dict>
  257.         <dict>
  258.             <key>filename</key>
  259.             <string>Office2011_en_outlook.pkg</string>
  260.             <key>installed_size</key>
  261.             <integer>79304</integer>
  262.             <key>packageid</key>
  263.             <string>com.microsoft.office.en.outlook.pkg.14.0.0</string>
  264.             <key>version</key>
  265.             <string>14.0.0</string>
  266.         </dict>
  267.         <dict>
  268.             <key>filename</key>
  269.             <string>Office2011_en_slt_std.pkg</string>
  270.             <key>installed_size</key>
  271.             <integer>7144</integer>
  272.             <key>packageid</key>
  273.             <string>com.microsoft.office.en.slt_std.pkg.14.0.0</string>
  274.             <key>version</key>
  275.             <string>14.0.0</string>
  276.         </dict>
  277.         <dict>
  278.             <key>filename</key>
  279.             <string>Office2011_en_required.pkg</string>
  280.             <key>installed_size</key>
  281.             <integer>316</integer>
  282.             <key>packageid</key>
  283.             <string>com.microsoft.office.en.required.pkg.14.0.0</string>
  284.             <key>version</key>
  285.             <string>14.0.0</string>
  286.         </dict>
  287.         <dict>
  288.             <key>filename</key>
  289.             <string>Office2011_en_sharepointbrowserplugin.pkg</string>
  290.             <key>installed_size</key>
  291.             <integer>236</integer>
  292.             <key>packageid</key>
  293.             <string>com.microsoft.office.en.sharepointbrowserplugin.pkg.14.0.0</string>
  294.             <key>version</key>
  295.             <string>14.0.0</string>
  296.         </dict>
  297.         <dict>
  298.             <key>filename</key>
  299.             <string>Office2011_en_dock.pkg</string>
  300.             <key>installed_size</key>
  301.             <integer>16</integer>
  302.             <key>packageid</key>
  303.             <string>com.microsoft.office.en.dock.pkg.14.0.0</string>
  304.             <key>version</key>
  305.             <string>14.0.0</string>
  306.         </dict>
  307.         <dict>
  308.             <key>filename</key>
  309.             <string>Office2011_en_vb.pkg</string>
  310.             <key>installed_size</key>
  311.             <integer>9320</integer>
  312.             <key>packageid</key>
  313.             <string>com.microsoft.office.en.vb.pkg.14.0.0</string>
  314.             <key>version</key>
  315.             <string>14.0.0</string>
  316.         </dict>
  317.         <dict>
  318.             <key>filename</key>
  319.             <string>Office2011_en_fonts.pkg</string>
  320.             <key>installed_size</key>
  321.             <integer>135780</integer>
  322.             <key>packageid</key>
  323.             <string>com.microsoft.office.en.fonts.pkg.14.0.0</string>
  324.             <key>version</key>
  325.             <string>14.0.0</string>
  326.         </dict>
  327.         <dict>
  328.             <key>filename</key>
  329.             <string>Office2011_en_automator_workflow.pkg</string>
  330.             <key>installed_size</key>
  331.             <integer>844</integer>
  332.             <key>packageid</key>
  333.             <string>com.microsoft.office.en.automator_workflow.pkg.14.0.0</string>
  334.             <key>version</key>
  335.             <string>14.0.0</string>
  336.         </dict>
  337.     </array>
  338.     <key>uninstall_method</key>
  339.     <string>uninstall_script</string>
  340.     <key>uninstall_script</key>
  341.     <string>#!/bin/sh
  342.         rm -rf "/Applications/Microsoft Office 2011"
  343.         rm -rf "/Applications/Microsoft Messenger.app"
  344.         rm -rf "/Applications/Microsoft Communicator.app"
  345.         rm -rf "/Applications/Microsoft Lync.app"
  346.         rm $HOME/Library/Preferences/com.microsoft*
  347.         rm -rf $HOME/Library/Preferences/Microsoft/Office\ 2011
  348.         rm /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
  349.         rm /Library/PrivilegedHelperTools/com.microsoft.office.licensing.helper
  350.         rm /Library/Preferences/com.microsoft.office.licensing.plist
  351.         rm -rf /Library/Application\ Support/Microsoft/
  352.         rm /Library/Receipts/Office2011_*
  353.         rm /private/var/db/receipts/com.microsoft.office*
  354.         rm -rf /Library/Fonts/Microsoft
  355.         mv $HOME/Documents/Microsoft\ User\ Data/ $HOME/Desktop/</string>
  356.     <key>uninstallable</key>
  357.     <true/>
  358.     <key>version</key>
  359.     <string>14.0.0</string>
  360. </dict>
  361. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement