01-16-2013, 08:01 PM
I've actually just been looking at deploying Flash and the new silent autoupdate feature pulling the updates down from a local server.
You need to edit (possibly create, with owner root:wheel permission to read ugo+r ) a file at:
/Library/Application Support/Macromedia (that's the root HD level Library)
The file should be called mms.cfg - be aware it needs special encoding... Like UTF-8.
You'll want it to read:
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
Others here can maybe take the time to break all that down a bit more. I haven't the wherewithall to do the full writeup at the moment.
You need to edit (possibly create, with owner root:wheel permission to read ugo+r ) a file at:
/Library/Application Support/Macromedia (that's the root HD level Library)
The file should be called mms.cfg - be aware it needs special encoding... Like UTF-8.
You'll want it to read:
AutoUpdateDisable=0
SilentAutoUpdateEnable=1
Others here can maybe take the time to break all that down a bit more. I haven't the wherewithall to do the full writeup at the moment.