|
-
Mar 5th, 2002, 12:11 AM
#1
Thread Starter
Addicted Member
REgistring an Active-x EXE
hi all
am using a vb application which consiste of 2 exe.
the main exe uses the first exe for the interface of the application, this first exe is made as a activex exe ,am using visual studio installer for deploying my application, when deploying am gettting a message saying "activex cant create object"
can any one help in how to sels registring the activex exe using visual stuio installer????
thanks in advance
,,
senthil
-
Mar 6th, 2002, 03:59 AM
#2
Hyperactive Member
Maybe it helps placing it in a directory that is accessible by the system. Like:
C:\windows\ or C:\winnt\ or C:\Winnt\System32 etc.
-
Mar 7th, 2002, 05:13 AM
#3
New Member
Hi,
In fact, you're using activeX exe which are Com or Dcom depending on the location of the machine where your activeX is located.
To acces an ActiveX Dll from any project you have to register it using RegSvr32.
For ActiveX exe the registration is made by the exe itself. At the command line call your activeX with the flag /regserver to register it and the /unregserver one to unregister it.
A class id (CLID Key in registry) will be created and you'll be able to access your activex.
SLDR
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|