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 create a custom dialog?


3 replies to this topic

towergee

towergee
  • Members
  • 5 posts

Posted 07 July 2005 - 14:46

hi, *

I have read the help in IS X such as "Creating Custom Dialogs for an InstallScript Project". And I am not so sure what to do with this kind of problem. It is much more different than creating a custom dialog in a MSI project. Is there a step by step tutorial in this topic?

Thank you with best regards,
TowerGee


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 July 2005 - 08:03

It different because in addition to specifying the dialog layout in dialog editor you also need to write script logic to handle the control events.

towergee

towergee
  • Members
  • 5 posts

Posted 08 July 2005 - 17:22

Thank you, Mr. Stefan Krueger.
Now I found that SdAskOptionsList can satisfy my need. And I want to go to different function according to which checkbox are checked in SdAskOptionsList. How can I get the status of the CheckBox so that I can choose where to jump to.
Best reagards,
TowerGee

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 July 2005 - 09:24

You call FeatureIsItemSelected for each of the options in the dialog to see if it has been selected.