PC Review


Reply
Thread Tools Rate Thread

COM registration

 
 
Mike
Guest
Posts: n/a
 
      5th Aug 2003
Hi,
I want to describe my COM component with Component
Designer. I define files who must be copied and
registry keys used by my component but I don't know how can
I register my component after its copy. Is with Resource
folder in Component Designer. Is anybody can help me ?
Thanks in advance...

 
Reply With Quote
 
 
 
 
Jon Fincher (MS)
Guest
Posts: n/a
 
      7th Aug 2003
"Mike" <(E-Mail Removed)> wrote in
news:8df501c35b61$d8746d50$(E-Mail Removed):

> Hi,
> I want to describe my COM component with Component
> Designer. I define files who must be copied and
> registry keys used by my component but I don't know how can
> I register my component after its copy. Is with Resource
> folder in Component Designer. Is anybody can help me ?
> Thanks in advance...


Registering a COM component in Component Designer is relatively easy. You
need to create an FBA resource.

In Component Designer, under your component, select Resources.
Right-click Resources, then select Add, FBA DLL/COM Registration. You'll
see an Add Component Resources dialog. Provide a unique name for the
resource (something like "Foo COM Registration") and a Description, if you
like.

In the Extended Properties, set the following:

* FilePath: the fully qualified name of the DLL you want to register.
* DLLRegister: If you want to call DLLRegisterServer in the DLL listed
above, set this to True.
* DLLInstall: If you want to call DLLInstall in
the DLL listed above, set this to True.
* Arguments: Any arguments to pass into the DLLInstall call.
Leave blank if you don't have any.
* Flags: Set as follows:
0 - Call DLLRegisterServer, followed by DLLInstall
1 - Call DLLInstall, followed by DLLRegisterServer
2 - Call DLLUnregisterServer, followed by DLLInstall
3 - Call DLLInstall, followed by DLLUnregisterServer

That should register your COM component during FBA.

--
--Jon, MS

This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Registration DP Windows XP General 2 2nd Mar 2004 07:32 AM
XP registration? jjb48 Windows XP General 8 21st Feb 2004 04:07 PM
registration lappybmw Windows XP New Users 2 31st Jan 2004 07:04 PM
DNS registration =?Utf-8?B?TWlja2V5IE1vdXNl?= Microsoft Windows 2000 DNS 1 2nd Dec 2003 09:58 PM
dns registration rob davis Microsoft Windows 2000 DNS 3 1st Dec 2003 07:20 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:29 PM.