Originally Posted by Griffinaz
I found the fix on another site. Apparently the out of disk space "fix" I installed changed the permissions and owner of the Installer.app folder. To repair it I had to open Terminal and enter these two lines. Everything works now:
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
I hope this helps if anyone else has this problem.
can you please explain this a little ??