便携模式:设置无法保存/插件无法正确安装

当 MediaMonkey 以便携模式安装时,它不会安装在常规安装中会修改注册表的组件。因此:

  1. 便携模式下进行的操作系统集成设置无法正确保存
  2. 某些附加组件无法正确安装/运行

要解决此问题,您可以修改便携式安装以允许上述行为发生:

  1. 要使 OS 集成设置在便携模式下运行,请注册 MediaMonkey 提升 COM 对象,该对象用于在必须更改注册表(例如文件关联)的情况下授予 MediaMonkey 管理员权限:

    MediaMonkeyCOM.exe /regserver

    要撤消此更改:

    MediaMonkeyCOM.exe /unregserver

    (注意:必须以管理员身份运行)
  2. 要在便携模式下启用某些插件,请注册 MediaMonkey COM 服务器以用于脚本编写,如下所示:

    MediaMonkey.exe“/提升/regserver”

    要撤消此更改:

    MediaMonkey.exe“/提升/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

这篇文章有帮助吗?