Re: C++ ATL COM DLL used in CF C#
- From: "Chris Tacke, eMVP" <ctacke.at.opennetcf.dot.com>
- Date: Thu, 30 Apr 2009 19:06:37 -0500
See the CeSelfRegister parameter of the DefaultInstall section of the INF
file:
http://msdn.microsoft.com/en-us/library/aa924467.aspx
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
<GBNick72@xxxxxxxxx> wrote in message
news:13c6f34c-2a61-440b-b87b-468d51e64c6d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
Figured it out. It does work you need to register the dll by
deploying it to the device first. The problem I have now is how to
register the ATL dll during installation from a cab file?. Will I
need to write a setup dll to pass to ActiveSync?. If so do I just
write code to write directly into the registry on the device?. If you
do write directly to the device registry will you have permission if
it's a phone based PPC?. Is there another way of self registering a
dll during installation from a cab file?.
thanks in advance
GBNick72.
.
- Follow-Ups:
- Re: C++ ATL COM DLL used in CF C#
- From: GBNick72@xxxxxxxxx
- Re: C++ ATL COM DLL used in CF C#
- References:
- Re: C++ ATL COM DLL used in CF C#
- From: GBNick72@xxxxxxxxx
- Re: C++ ATL COM DLL used in CF C#
- Prev by Date: Re: C++ ATL COM DLL used in CF C#
- Next by Date: Re: C++ ATL COM DLL used in CF C#
- Previous by thread: Re: C++ ATL COM DLL used in CF C#
- Next by thread: Re: C++ ATL COM DLL used in CF C#
- Index(es):
Relevant Pages
|