Hi,
I have a signed and notarized .pkg
file. When I distribute this to my users, they're prompted if "Installer" can access files in the Downloads folder.
Most of them click "OK", so that this installer can succeed, however those that click "Don't allow" can never install the .pkg
file again.
I've checked the following to no obvious resolution:
- Quarantine flags (no obvious flags were found)
- System Preferences, Security, Files and Folders (
Installer.app
is not listed) spctl --list
(The.pkg
shows there, but nothing obvious about it being blocked)
A workaround is to copy this .pkg
file to the Desktop folder. When run, the same prompt will appear again, except for the "Desktop" folder. If you click "OK", it succeeds.
Since this behavior prevents the .pkg
from running from Downloads ever again, how can this be reverted/fixed?