PC Review


Reply
Thread Tools Rate Thread

ActiveX Registration

 
 
=?Utf-8?B?UmFlZCBTYXdhbGhh?=
Guest
Posts: n/a
 
      14th Jun 2005
I created an ActiveX control using Visual Studio .NET 2003 and will use it
with HTML page , the problem I have that I need not to foce the client to
Register the ActiveX in order to use, i need the registration process to be
done automatically , how can I achieve this?
 
Reply With Quote
 
 
 
 
Rodrigo Corral [MVP]
Guest
Posts: n/a
 
      14th Jun 2005
You have three options, the first and the second work in any windows
version, the third only works with XP / 2003

First option: Make a setup program which must call to DllRegisterSever
function exported by your ActiveX.

Second option: The client can call DllRegisterSever before begin to use
your ActiveX component so you ensure that your component is registrered.


Third option: Use registration free COM
http://msdn.microsoft.com/msdnmag/is...M/default.aspx


--
Un saludo
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org


 
Reply With Quote
 
=?Utf-8?B?UmFlZCBTYXdhbGhh?=
Guest
Posts: n/a
 
      15th Jun 2005
May you help me with the first choice.

for the first choice I'm using VS .NET 2003 shoud I create a setup project
or what? and where should I put the DllRegisterServer?


"Rodrigo Corral [MVP]" wrote:

> You have three options, the first and the second work in any windows
> version, the third only works with XP / 2003
>
> First option: Make a setup program which must call to DllRegisterSever
> function exported by your ActiveX.
>
> Second option: The client can call DllRegisterSever before begin to use
> your ActiveX component so you ensure that your component is registrered.
>
>
> Third option: Use registration free COM
> http://msdn.microsoft.com/msdnmag/is...M/default.aspx
>
>
> --
> Un saludo
> Rodrigo Corral González [MVP]
>
> FAQ de microsoft.public.es.vc++
> http://rcorral.mvps.org
>
>
>

 
Reply With Quote
 
Rodrigo Corral [MVP]
Guest
Posts: n/a
 
      15th Jun 2005
You can use some setup creation application like innosetup or so. There are
many free available. Or you can create a setup project inside VS 2003.


--
Un saludo
Rodrigo Corral González [MVP]

FAQ de microsoft.public.es.vc++
http://rcorral.mvps.org


 
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
Re: HOW TO ActiveX registration Douglas J. Steele Microsoft Access Forms 0 26th Oct 2006 01:20 PM
activex listview sp6 registration Anthony Microsoft Access Security 1 14th Jul 2005 08:09 AM
Registration of ActiveX Components via VBA Milan Microsoft Access Forms 4 21st Aug 2004 06:58 PM
ActiveX DLL registration in VB.NET Paul Bromley Microsoft VB .NET 3 13th May 2004 09:10 PM
ActiveX registration in Win2003 Robert A. Williams Microsoft Windows 2000 Developer 0 10th Nov 2003 03:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:17 PM.