MediaMonkey をポータブル モードでインストールすると、通常のインストールではレジストリを変更するコンポーネントはインストールされません。その結果、次のようになります。
- ポータブルモードで行われたOS統合設定は正しく保存されません
- 特定のアドオンは正しくインストール/機能しません
この問題を回避するには、ポータブル インストールを変更して、上記の動作が発生するようにします。
- OS 統合設定をポータブル モードで機能させるには、MediaMonkey 昇格 COM オブジェクトを登録します。このオブジェクトは、レジストリに変更を加える必要がある場合に MediaMonkey に管理者権限を付与するために使用されます (ファイルの関連付けなど)。
MediaMonkeyCOM.exe /regserver
この変更を元に戻すには:
MediaMonkeyCOM.exe /unregserver
(注: これは管理者として実行する必要があります)
- 特定のアドオンをポータブル モードで有効にするには、次のようにしてスクリプト用に MediaMonkey COM サーバーを登録します。
MediaMonkey.exe “/elevate /regserver”
この変更を元に戻すには:
MediaMonkey.exe “/elevate /unregserver”
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:
- OS integration settings made in Portable Mode will not save correctly
- 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:
- 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)
- 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: MMW4
Hide original