2009년 4월 1일 수요일

Final Cut Studio 2 center Final Cut Pro is unable to install, solution!

  1. 숨긴 파일을 보기 위하여 TinkerTool을 이용하거나 Path Finder를 이용한다.
  1. leaves the installer copy FinalCutStudio.mpkg and the Packages folder.
  2. displays a FinalCutStudio.mpkg package of content.
  3. edits FinalCutStudio.dist with the text editor

CODE

function isNotDowngrade()

                {

                        var action = my.choice.packageUpgradeAction;

                        

                        if( (action == 'downgrade') || (action == 'mixed') )

                        {

                                my.choice.tooltip = system.localizedStringWithFormat('TT_NEWERALREADYINSTALLED');

                                return false;

                        }

                        

                        return true;

                }



 
The content, deletes this part. Then save.
  1. then installs with FinalCutStudio.mpkg, completely passes.
 FinalCutStudio.dist.zip ( 4.62K ) Number of downloads: 43
  • the end!
  • The picture installs the file size to be different, was looks for in the method first to install a part to create.

댓글 1개:

  1. 이 방법을 시도하기 전에 위 상단 첫 그림의 파컷 관련 사용자화를 모르시고 모두 선택하셨다면 모든 이미지를 마운트한 후 설치하시면 됩니다.

    답글삭제