Here's a perl script that was advertised on MacFixIt.com a week or so ago, that resets all default installed files to their original permissions. Obviously, this script can become VERY handy, and I suppose that it could be very useful in your situation. This perl script actually examines log files in the installers and sets permissions to what they should be.
I did not create this script, but I'm providing it as a download from my iDisk. Here's the URL:
http://homepage.mac.com/simx/.cv/simx/Public/chkstuff115.sit-binhex.hqx
This script has been updated for OS X 10.1.3, but when a new version of Mac OS X comes out, I would advise you to wait to run it until chkstuff gets updated for that version of the operating system.
Once you download it, open the folder "chkstuff115". Then open the Terminal application (/Applications/Utilities/Terminal). Now, once the Terminal finishes opening, type "sudo " with the trailing space. Now drag the file "chkUGM" from the Finder window to the Terminal window. Then press return. The Terminal should ask for your password. This is a completely safe script, and it actually does not modify anything at this point. It will just create a command file that shows discrepancies in permissions. So type in your password and press return (note nothing will show up when you type your password for security reasons). It will start doing its stuff.
Once it's done (you'll see the prompt again, which in my case is:
[a0c3:~] simsimbean%), it will have created a temporary file that is the command file to change permissions back to the default. First, you may want to examine the discrepancies. To do this, type the command
more /tmp/fixUGM.sh in the terminal. Press return, and you can examine the commands that this file will execute -- incidentally, the path to each file that has incorrect permissions is listed, so you can see exactly which files are modified. You can advance the displaying either by pressing space (which will advance the file by one page) or by pressing return (which will advance the file by one line). It should tell you how far through the file you are by the bottom line of the terminal window, which shows you the percentage of the file you have already viewed.
There will also be a file called "missing_files.txt" which tells you which files you are missing from the default installation of Mac OS X. You can also use the command
more /tmp/missing_files.txt to see what files you are missing. This might not be a problem, but it's just some nice info.
If you are satisfied with the files it has listed, you can go ahead and run this script. Simply type the command
cd /tmp; sudo ./fixUGM.sh, all on one line, and press return. It will again ask you for your password. Once you give the terminal your password and press return, it will start modifying the files to their original permissions. It will notify you when it's done.
You can then try starting up Classic again (although I would recommend restarting or logging out/logging in just to be safe).
I hope this helps. I actually did it, and I may have found out why LimeWire isn't installing for me, in addition to reverting the permissions of Internet Explorer to what they should have been. Does anyone have the folder "JavaCleanup" in the directory
/System/Library/StartupItems? If so, this might be why LimeWire isn't installing for me.