home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / WM Components 2.0.2.dmg / Flip4Mac WMV.mpkg / Contents / Resources / InstallationCheck < prev    next >
Encoding:
Text File  |  2006-02-21  |  302 b   |  10 lines

  1. #!/usr/bin/perl
  2. #
  3. #
  4.  
  5. # If this script runs during install, it means that we're running on a pre-10.3 system.
  6. # All we have to do is fail the install.
  7. # On 10.3 systems and above, Installer will instead use the requirements predicates to see if we
  8. # should install.
  9. exit (( 1 << 6 ) | ( 1 << 5 ) | 16);
  10.