During installation of Adobe AIR, you receive an error dialog with contents similar to "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
I followed the instructions here (twice), but it did not resolve the issue.
During installation of Adobe AIR, you receive an error dialog with contents similar to "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."
Follow these steps for the manual solution:
- Using Finder, navigate to your Applications folder and look for a file (not a folder) named "Adobe". If one exists, rename or delete it.
- Open the Terminal application in your Applications/Utilities folder. Run the following commands:1
2
3
4
sudo chmod -R ug=rwx,o=rx /Applications/Adobe
sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/
sudo chmod -R ug=rwx,o=rx ~/Library/Application\ Support/Adobe/AIR/
sudo chmod -R ug=rwx,o=rx /Users/Shared/Library/Application\ Support/Adobe/
- whoami
sudo chown -R username:staff ~/Library/Application\ Support/Adobe/AIR/
Close the Terminal application and rerun the Adobe AIR installer.