PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Installing ActiveX using WD install
Installing ActiveX using WD install
Iniciado por Gill, 30,jun. 2004 12:40 - 2 respuestas
Publicado el 30,junio 2004 - 12:40
Hi All,
I am trying to install and register an ActiveX as part of an install.
The program is when I come to register it. I would like to use the generaic DOS regsistry upgrade exe, but there is no-where to run it from.
Also I update the registry using the path variables provided by WD install (it says they are usable), and all I get is a path ocxname.ocx in the registry.
I still have to work out where they are regsistered, but that's another days work.
Any help muchly appreciated.
TIA
Gill

PosTrans now all WD software
Publicado el 30,junio 2004 - 13:33
Hi Gill
I am trying to install and register an ActiveX as part of an install.
The program is when I come to register it. I would like to use the generaic DOS

The easiest way :
At end of Installation process run :
regsvr32.exe c:\MyMap\MyOCX.DLL
(check for different 'regsvr32' parameters)
Also possible (more work but safer) is to change
the default WDSetup project or use Inno Setup
instead.
Peter
Publicado el 01,julio 2004 - 11:21