Hi!
I need to register a VB6 ActiveX EXE.
It seems that this can not be done with the commandline parameter /RegSvr.
The command 'Register Library' also returned FALSE.
What else can I do?
Mike
How to register a VB6 ActiveX EXE?
-
- Posts: 52
- Joined: Thu Jan 26, 2006 9:09 am
My point in my previous post was that if regsvr32 won't register it then IA won't register it.
I would check with the entity that provided a VB6 active X Exe and find out how they expect it to be registered then implement that in your script.
If this is an in hous program I personally would recompile it as an acitve x dll or ocx.
I would check with the entity that provided a VB6 active X Exe and find out how they expect it to be registered then implement that in your script.
If this is an in hous program I personally would recompile it as an acitve x dll or ocx.
Hi,
an ActiveX-EXE can never be registered with regsvr32.exe - this type of ActiveX component is self registered by the first execution of itself. So simply run the ActiveX-EXE to register it
cu
Markus
an ActiveX-EXE can never be registered with regsvr32.exe - this type of ActiveX component is self registered by the first execution of itself. So simply run the ActiveX-EXE to register it

cu
Markus
Markus Diettrich
InstallAware MVP
If it can't be done with InstallAWARE then you are not using Windows
InstallAware MVP
If it can't be done with InstallAWARE then you are not using Windows
-
- Posts: 52
- Joined: Thu Jan 26, 2006 9:09 am
Hi!
Thank you, but the problem is, I don´t want to start the program after installation. (The ActiveX EXE is only a part of the installed program).
I found out that it works if start it manually from the commandline with the switch '/regserver', so I tried to add the command 'Run program' with the command line parameter '/regserver' to the install script but that still doesnt seem to work
Any further help would be greatly appreciated
Mike
Thank you, but the problem is, I don´t want to start the program after installation. (The ActiveX EXE is only a part of the installed program).
I found out that it works if start it manually from the commandline with the switch '/regserver', so I tried to add the command 'Run program' with the command line parameter '/regserver' to the install script but that still doesnt seem to work

Any further help would be greatly appreciated

Mike
-
- Posts: 52
- Joined: Thu Jan 26, 2006 9:09 am
Who is online
Users browsing this forum: No registered users and 28 guests