Adobe Updater的文件存放在哪儿?
装了个Adobe CS6 Master Collection试用版,安装完毕之后发现有一堆Update更新,于是打算保存下来到另外一台电脑上去安装。 Mac版的更新文件通常放在/Users/Username/Library/Application Support/Adobe/AAMUpdater/目录下。
通过Terminal下的命令:ps aux | grep Adobe就可以发现:
# ps aux | grep Adobe
/Applications/Utilities/Adobe Application Manager/core/../UWA/Adobe Application Manager (Updater) -mode=productupdate -appDataDir=/Users/xxxxxxx/Library/Application Support/Adobe/AAMUpdater/1.0 -deploymentEnginePath=/Applications/Utilities/Adobe Application Manager/core/../DECore/Setup.app/Contents/MacOS/Setup
上面的 appDataDir 就是 updater 的所在位置.
- END -
