M
Mike
I'm writing an application in VB.NET that uses various 3rd party
ActiveX components. My problem is that if I register these ActiveX
components (using COMSelfRegister) during the install and later
uninstall my application, the ActiveX components are removed -
breaking any other applications that still need them. If I don't
register the ActiveX components, and they are not already installed on
the computer, my application will not run.
The solution appears to be some sort of Custom Install step where I
determine somehow whether each component is installed, then install it
if it is not.
Does anyone have experience with a similar problem, or examples of how
to build a custom installation that can selectively install ActiveX
components?
ActiveX components. My problem is that if I register these ActiveX
components (using COMSelfRegister) during the install and later
uninstall my application, the ActiveX components are removed -
breaking any other applications that still need them. If I don't
register the ActiveX components, and they are not already installed on
the computer, my application will not run.
The solution appears to be some sort of Custom Install step where I
determine somehow whether each component is installed, then install it
if it is not.
Does anyone have experience with a similar problem, or examples of how
to build a custom installation that can selectively install ActiveX
components?