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

Calling Script on Event


1 reply to this topic

shaipand

shaipand
  • Full Members
  • 1 posts

Posted 14 January 2009 - 21:05

I have a MSI script which I am able to call at start of Installation. I used three tables Build, CustomAction and InstallExecuteSequence for this. However, I want to call this script on NextButton click of FolderForm. Any idea how I can do this. Because ControlEvent accepts an condition when this event will be executed, but not what Action that event will do.

-regards

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 17 January 2009 - 17:57

The DoAction control event can launch a custom actions.
That said it's general not recommended to run on e msi setup from the UI of another msi setup. Remember that in case the install is running in silent or Basic UI mode the user interface sequence will be skipped completely.