With Windows 7 (been loving it since the Beta came out) on the Horizon, I figured I might as well upload this for everyone to use.
It's a simple registry 'hack'/tweak that will allow you to run MMIP files as admin so that you can install them properly on a system using UAC.
You can download it from my MediaFire upload HERE...
Or copy/paste the 'source' below into a text editor and save it as a .REG file.
Install:
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play]
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas]
@="&Install MediaMonkey package (Admin)"
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas\command]
@=hex(2):22,00,43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
00,46,00,69,00,6c,00,65,00,73,00,5c,00,4d,00,65,00,64,00,69,00,61,00,4d,00,\
6f,00,6e,00,6b,00,65,00,79,00,5c,00,4d,00,65,00,64,00,69,00,61,00,4d,00,6f,\
00,6e,00,6b,00,65,00,79,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,\
31,00,22,00,00,00
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell]
@="runas"Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\runas]
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play]
@="&Install MediaMonkey package"
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play\Command]
@="\"C:\\Program Files\\MediaMonkey\\MediaMonkey.exe\" \"%1\""
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell\1Play\DropTarget]
"Clsid"="{AB97EDE4-091B-405F-83E6-9A31AD18EDAF}"
[HKEY_CLASSES_ROOT\MediaMonkey.MMIPFile\Shell]
@="1Play"

