휴대용 모드: 설정이 저장되지 않음 / 애드온이 올바르게 설치되지 않음

MediaMonkey가 휴대용 모드로 설치되면 일반 설치에서 레지스트리를 수정하는 구성 요소를 설치하지 않습니다. 결과적으로:

  1. 휴대용 모드에서 설정된 OS 통합 설정이 올바르게 저장되지 않습니다.
  2. 특정 애드온이 제대로 설치/작동되지 않습니다.

이 문제를 해결하려면 위의 동작이 발생하도록 휴대용 설치를 수정하면 됩니다.

  1. 휴대용 모드에서 OS 통합 설정을 작동시키려면 MediaMonkey 권한 상승 COM 개체를 등록합니다. 이 개체는 레지스트리를 변경해야 하는 경우(예: 파일 연결) MediaMonkey에 관리자 권한을 부여하는 데 사용됩니다.

    MediaMonkeyCOM.exe /regserver

    이 변경 사항을 취소하려면:

    MediaMonkeyCOM.exe /unregserver

    (참고: 관리자 권한으로 실행해야 합니다)
  2. 휴대용 모드에서 특정 애드온을 활성화하려면 다음과 같이 스크립팅 목적으로 MediaMonkey COM 서버를 등록합니다.

    MediaMonkey.exe “/elevate /regserver”

    이 변경 사항을 취소하려면:

    MediaMonkey.exe “/elevate /unregserver”

적용 대상:

Translated automatically (see original)

Portable Mode: Settings don’t save / Addons don’t install correctly

When MediaMonkey is installed in portable mode, it does not install the components that in a regular installation, would modify to the registry. As a consequence:

  1. OS integration settings made in Portable Mode will not save correctly
  2. Certain Addons will not install / function correctly

To work around this issue you can modify the portable installation to allow the above behaviors to occur:

  1. To enable OS Integration settings to function in portable mode, register the MediaMonkey elevation COM object, which is used to give MediaMonkey admin rights in cases where changes must be made to the registry (e.g. for file associations):

    MediaMonkeyCOM.exe /regserver

    To undo this change:

    MediaMonkeyCOM.exe /unregserver

    (Note: this must be run as Admin)
  2. To enable certain addons in portable mode, register the MediaMonkey COM server for scripting purposes as follows:

    MediaMonkey.exe “/elevate /regserver”

    To undo this change:

    MediaMonkey.exe “/elevate /unregserver”

Applies to:

Hide original

이 글이 도움이 되었나요?