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

How to invoke IS Dialog from Script


2 replies to this topic

tohareee

tohareee
  • Members
  • 10 posts

Posted 15 February 2006 - 17:56

Iam have created some Dialogs in C++ and I want to make these dialog in sequence with other Install Shield Dialog. I mean integrating the Previous and Next buttons. Is there any way can I Invoke the Install Shield Dailog from C++ code. If anyone has done these type of work please help me.....

antyagi

antyagi
  • Full Members
  • 121 posts

Posted 16 February 2006 - 05:24

Create a CA that points to some function in DLL. And call/create you dialog from that function.
  ankur tyagi

tohareee

tohareee
  • Members
  • 10 posts

Posted 16 February 2006 - 06:45

Iam doing the same. Iam calling my custom dialog from my custom action. On Previous action on my custom dialog I need to invoke the previous action in the Sequence.