home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Installer.app / Contents / Resources / InstallerMenuAdditions.plist < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-28  |  930 b   |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <array>
  5.     <dict>
  6.         <key>MenuName</key>
  7.         <string>Change Startup Disk...</string>
  8.         <key>Path</key>
  9.         <string>/Applications/Utilities/Startup Disk.app/Contents/MacOS/Startup Disk</string>
  10.     </dict>
  11.     <dict>
  12.         <key>MenuName</key>
  13.         <string>Reset Password...</string>
  14.         <key>Path</key>
  15.         <string>/Applications/Utilities/Reset Password.app/Contents/MacOS/Reset Password</string>
  16.     </dict>
  17.     <dict>
  18.         <key>MenuName</key>
  19.         <string>Open Disk Utility...</string>
  20.         <key>Path</key>
  21.         <string>/Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility</string>
  22.     </dict>
  23.     <dict>
  24.         <key>MenuName</key>
  25.         <string>Open Terminal...</string>
  26.         <key>Path</key>
  27.         <string>/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal</string>
  28.     </dict>
  29. </array>
  30. </plist>
  31.