关于 Mac 版老外方法 (转自 Audio*Z)
""""Fixed, for mac user, you need to fix permissions before you install.
For instance you have put everything into "Komplete 9 Ultimate" folder.
Then you need to execute following commands in mac terminal.
First change you current dir to the one you have created:
cd ~/Downloads/Komplete\ 9 \Ultimate
then fix permissions
find ./ -d -name "Resources" -exec chmod -R 755 {} \;
find ./ -d -name "MacOS" -exec chmod -R 755 {} \;
then make Volumes (as the installer may think it's mounted on Volumes) present working directory
ln -s "`pwd`" /Volumes
then run the installer
open Komplete\ 9\ Ultimate\ Installer\ Mac.mpkg""""
此方法无效.