2009. 4. 2. 13:30
Final Cut Studio 2 center Final Cut Pro is unable to install, solution! Application/Final Cut2009. 4. 2. 13:30
- 숨긴 파일을 보기 위하여 TinkerTool을 이용하거나 Path Finder를 이용한다.
- leaves the installer copy FinalCutStudio.mpkg and the Packages folder.
- displays a FinalCutStudio.mpkg package of content.
- 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;
}
- then installs with FinalCutStudio.mpkg, completely passes.
- the end!
- The picture installs the file size to be different, was looks for in the method first to install a part to create.
'Application > Final Cut' 카테고리의 다른 글
이 해킨토시에 관하여 (0) | 2010.04.05 |
---|---|
Final Cut Remove (0) | 2010.03.30 |
Final Cut SW Update (0) | 2009.04.03 |
네트웍 활성화 점검 방법 (0) | 2009.04.02 |
Final Cut Pro 시작이 안될 때 (0) | 2009.04.02 |