Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Use ActiveX control during installation


2 replies to this topic

Kurt Brecheisen

Kurt Brecheisen
  • Members
  • 10 posts

Posted 16 May 2001 - 18:20

I am looking for any information on how to use an ActiveX control during my installation.  I am using the InstallShield for Windows Installer v2.3.  I need to:
1.  Install and register the ActiveX control if it is not already installed.
2.  Send an integer value to the ActiveX control.
3.  Check the return value of the ActiveX control, also an integer.
4.  Perform conditional installation based on the return value.

Can anybody give me some help?


Irina

Irina
  • Members
  • 227 posts

Posted 16 May 2001 - 22:20

Hi
You can write C code to execute ActiveX after InstallFile and check return value, set property and use this property as condition. Use this code in Custom Action