> Drilled down through conents/resources/ to file called > InstallationCheck my Mac tells me it's a UNIX executable. How do I > modify it? assuming I have right file!!
Ah, it's not a script, it's an executable. In that case, rename it to something like NotInstallationCheck, then try the install. If that doesn't work, create a plain text file with that name by cutting and pasting the following into Terminal.app: -----8<-----cut-here----- sh cat > InstallationCheck << \! #!/bin/sh exit 0 ! chmod +x InstallationCheck -----8<-----cut-here----- -- Unsupported OS X is sponsored by <http://lowendmac.com/> Support Low End Mac <http://lowendmac.com/lists/support.html> Unsupported OS X list info <http://lowendmac.com/lists/unsupported.html> --> AOL users, remove "mailto:" Send list messages to: <mailto:[EMAIL PROTECTED]> To unsubscribe, email: <mailto:[EMAIL PROTECTED]> For digest mode, email: <mailto:[EMAIL PROTECTED]> Subscription questions: <mailto:[EMAIL PROTECTED]> Archive <http://www.mail-archive.com/unsupportedosx%40mail.maclaunch.com/> Using a Mac? Free email & more at Applelinks! http://www.applelinks.com
