home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / RSASecurIDMac400.dmg / RSASecurIDMac400.mpkg / Contents / distribution.dist
Extensible Markup Language  |  2008-09-26  |  3KB  |  46 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <installer-script minSpecVersion="1.000000" authoringTool="" authoringToolVersion="" authoringToolBuild="">
  3.     <title>RSA SecurID Software Token</title>
  4.     <options customize="never" allow-external-scripts="no" rootVolumeOnly="true"/>
  5.     <installation-check script="pm_install_check();"/>
  6.     <script>function pm_install_check() {
  7.   if(!(system.sysctl('hw.cputype') == '7')) {
  8.     my.result.title = 'Error: Hardware not supported!';
  9.     my.result.message = 'This application is supported only on Intel x86 processors.';
  10.     my.result.type = 'Fatal';
  11.     return false;
  12.   }
  13.   return true;
  14. }
  15. </script>
  16.     <background file="background" alignment="center" scaling="none"/>
  17.     <welcome file="Welcome"/>
  18.     <license file="License"/>
  19.     <choices-outline>
  20.         <line choice="choice1"/>
  21.         <line choice="choice2"/>
  22.         <line choice="choice3"/>
  23.         <line choice="choice4"/>
  24.         <line choice="choic5"/>
  25.     </choices-outline>
  26.     <choice id="choice1" title="SecurID Application">
  27.         <pkg-ref id="com.rsa.securidsoftwaretoken.application.pkg"/>
  28.     </choice>
  29.     <choice id="choice2" title="SecurID Frameworks">
  30.         <pkg-ref id="com.rsa.securidsoftwaretoken.frameworks.pkg"/>
  31.     </choice>
  32.     <choice id="choice3" title="SecurID Property Lists">
  33.         <pkg-ref id="com.rsa.securidsoftwaretoken.plists.pkg"/>
  34.     </choice>
  35.     <choice id="choice4" title="SecurID Documentation">
  36.         <pkg-ref id="com.rsa.securidsoftwaretoken.doc.pkg"/>
  37.     </choice>
  38.     <choice id="choic5" title="SecurID Uninstaller">
  39.         <pkg-ref id="com.rsa.securidsoftwaretoken.uninstaller.pkg"/>
  40.     </choice>
  41.     <pkg-ref id="com.rsa.securidsoftwaretoken.application.pkg" installKBytes="4724" version="4.0.0" auth="Root">file:./Contents/Packages/RSA_SecurID_SWToken_App.pkg</pkg-ref>
  42.     <pkg-ref id="com.rsa.securidsoftwaretoken.frameworks.pkg" installKBytes="27908" version="4.0.0" auth="Root">file:./Contents/Packages/RSA_SecurID_SWToken_Frmwrks.pkg</pkg-ref>
  43.     <pkg-ref id="com.rsa.securidsoftwaretoken.plists.pkg" installKBytes="4" version="4.0.0" auth="Root">file:./Contents/Packages/RSA_SecurID_SWToken_Plists.pkg</pkg-ref>
  44.     <pkg-ref id="com.rsa.securidsoftwaretoken.doc.pkg" installKBytes="408" version="4.0.0" auth="Root">file:./Contents/Packages/RSA_SecurID_SWToken_Doc.pkg</pkg-ref>
  45.     <pkg-ref id="com.rsa.securidsoftwaretoken.uninstaller.pkg" installKBytes="36" version="4.0.0" auth="Root">file:./Contents/Packages/RSA_SecurID_SWToken_Uninstaller.pkg</pkg-ref>
  46. </installer-script>