I know MM uses InnoSetup for it's installer and since that runs at Admin level it should be easy enough to add 1 line to the Installer to do the COM object registration.
Code: Select all
Filename: {sys}\regsvr32.exe; Parameters: "{app}\MediaMonkey.exe""; StatusMsg: Updating COM Object...; Flags: runhidden
http://www.mediamonkey.com/forum/viewto ... 19&t=45495