Where is my Magic Bullet Looks?

Gary James wrote on 8/30/2013, 5:07 PM
I just downloaded and installed the Magic Bullet Looks Trial version for SVP. After running the install program it created two directories in "Program Files" and "Program Files (x86)" and placed the MBL dll in each. But when I run Vegas Pro v11, the MBL plugins don't appear in the list.

Is there something that I should have done and missed?

Comments

malowz wrote on 8/30/2013, 7:06 PM
i had the same problem... turns out, the .dll is a DX plugin, so it need to be registered, and apparently, the installer didn't do it.

just need to open a command prompt, and type:

regsvr32 "C:\Program Files\Magic Bullet Looks Vegas\LooksDX_x64.dll"
Gary James wrote on 8/30/2013, 10:23 PM
That was the problem. Why the Red Giant installer failed registering the two DLL's is a mystery, but doing it myself worked.

BTW, I have a .REG file called OCXRegister.reg that I've run on my PC to add a Windows Explorer Context menu for Registering and Unregistering COM DLLs & OCX's when you right click on them. Just copy and paste this into a Text File then save it as OCXRegister.reg. Finally double-click on the file and let RegEdit install it on your PC.

REGEDIT4

[HKEY_CLASSES_ROOT\ocxfile]
@="Application Extension"
"AlwaysShowExt"=""
"EditFlags"=hex:01,00,00,00
"TileInfo"="prop:FileVersion;FileDescription"
"InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"

[HKEY_CLASSES_ROOT\ocxfile\shell]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register]

[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="regsvr32.exe \"%1\""

[HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister]

[HKEY_CLASSES_ROOT\ocxfile\shell\UnRegister\command]
@="regsvr32.exe /u \"%1\""

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies]

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies\command]
@="C:\Program Files\Depends\Depends.exe /dde"

[HKEY_CLASSES_ROOT\ocxfile\shell\View Dependencies\ddeexec]
@="[open(\"%1\")]"