> Drilled down through conents/resources/ to file calledInstallationCheck 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-----
Again thanks. I was able to open it with TextEdit and do the mod so even though it's an executable it is still a text file.
This brings back memories of ResEdit..... can do lots of things but can also stuff things up pretty quickly to I would imagine
Again thanks for pointing me in the right direction
Simon
-- 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
