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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-02-21
|
302 b
|
10 lines
#!/usr/bin/perl
#
#
# If this script runs during install, it means that we're running on a pre-10.3 system.
# All we have to do is fail the install.
# On 10.3 systems and above, Installer will instead use the requirements predicates to see if we
# should install.
exit (( 1 << 6 ) | ( 1 << 5 ) | 16);