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

Display a message box during dialog initialization


1 reply to this topic

kirann_hegde

kirann_hegde
  • Full Members
  • 93 posts

Posted 11 July 2010 - 13:42

Hello,

I have a basic msi project. Here is my requirement:

I verify the state of certain services using a custom action just before the finish dialog is displayed. Once i have verified this, i would like to display a message box informing the user that few of the services are stopped.

However i would like to display this message box the moment the Install Finish dialog is displayed ie. upon InstallFinish dialog initialization. Is there a way to do this in a basic msi project?

Any help would be very much appreciated.

Regards,
Kiran Hegde

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 July 2010 - 10:29

You would have to insert the dialog before the Finish dialog, by giving it that special negative sequence number. This dialog could then proceed to the Finish dialog.

Alternatively, put the information on the Fnish dialog itself, instead of creating an additional dialog.