Installer “main script execution failed” fix
Posted in Apps, Guides, Touch, iPhone by Justin Nolan
January 28th, 2008
If you didn’t update Installer BEFORE updating to 1.1.3, or did but still get this error and need to fix permissions, try entering these commands via ssh:
cd /
cd Applications/
wget
http://repository.apptapp.com/packages/System/Installer.zip
rm -rf Installer.app
unzip Installer.zip
chmod +s Installer.app/Installer
chown -R root:wheel Installer.app
rm Installer.zip
This replaces your copy of Installer with the latest version, and sets proper permissions.