|
Posted by Peter Foot on June 11, 2008, 1:22 pm
Please log in for more thread options
Assuming you are using Visual Studio to build your cab file you can add the
dll to your cab project and in the properties pane you'll see an option for
Register - set this to COM Self Register - this has the same affect as
calling RegSvrCE
Peter
--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - Software Solutions for a Mobile World
In The Hand Ltd - .NET Components for Mobility
> Hi all,
>
> I developped a Windows Mobile 6.0 Pocket PC application on visual
> studio 2008 to acquire
> and process camera frames on-the-fly and render them onto the mobile
> screen.
>
> To do so, I create and register a directShow filter DLL with the
> executable 'regsvrce' onto the emulator or onto the device.
>
> Now i want to create a setup of my application on visual studio 2008
> so that the setup register my filter DLL at installation for me,
> without using the executable 'regsvrce'.
>
> Does someone know if there is a way on visual studio to create a setup
> of an application to register a directshow filter DLL without using
> regsvrce?
>
> Thanks for your help.
|