When MediaMonkey is installed in portable mode, by default, it does not install any
components that trigger a modification 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 so that it makes
a small registry change that will allow the above 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"