cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
harbournetworks
Level 3

How could i close the dialog in installshiled?

I create a basic MSI project, and add one custom dialog in it. There is three button in this dialog. When user press the "Next" button in the dialog, I need to do a custom action with script, after the custom action finished, I want the dialog close, the turn to the finish dialog. But now, when the custom action done, the custom dialog still there. So How could I close it in the custom script?
Or is there any other way to close the dialog then turn to the finish dialog?:(
Labels (1)
0 Kudos
(2) Replies
Reureu
Level 10

RTFM "Using Control Events in Basic MSI Dialogs"
Chapter 14, Page 686 or online.
The NewDialog control event is the one you need.
0 Kudos
harbournetworks
Level 3

Reureu wrote:
RTFM "Using Control Events in Basic MSI Dialogs"
Chapter 14, Page 686 or online.
The NewDialog control event is the one you need.


Good, Thx.
0 Kudos