原帖 由 laolang 于 13-11-13 17:47 发表
Guitar rig 5.1.1安装失败,10.8.5t和1.9亦是。
关于 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""""