PDA

View Full Version : How to automaticaly register MV filters ?


yannick
December 10, 2004, 18:55:19
Hi,
I'm using MV network filters in my app and I would like to include these files in my .NET deploiement package for automatic registration.
But when building the deploiement package, I get the following warning :
"unable to create registrering information for file MVNetworkRenderer.ax"
and I have to register the files (mvnetworkrenderer.ax, mvnetworksource.ax and proppages.ax) manually after setup.
The files are included in the package with register property set to "vsdrfCOM".
What's wrong ?

Yannick

Marc Cymontkowski
December 13, 2004, 10:02:06
Hi Yannick,

please change the COM registering to "selfregistering". That should solve it.


Best Regards,

Marc Cymontkowski

yannick
January 3, 2005, 14:46:29
no success
it seems some more files are missing
what else do I need in addition to about.dll, proppages.ax, mvnetworkrenderer.ax and mvnetworksource.ax ?

Marc Cymontkowski
January 3, 2005, 21:17:47
Hi Yannick,

You also included the following DLLs?

msvcp70.dll
msvcr70.dll
mfc70.dll
gdi32.dll


Best Regards,

Marc Cymontkowski