Hi,
I am trying to create an customized installer. For same I placed custom dialog after PreparedDlg. In custom dialog, I had placed two radio buttons named radA and radB within radio-button group.
(1) If radA is selected I am launching .exe file using Execute custom action. I am able to do so by published events of Next button.
(2) If radB is selected the simple installation goes on following Install --- Progress --- Exit dialog.
In point (1) I want the entire setup to be exited after launching .exe file. I tried with Close the current dialog. But that only close the current dialog. In short, I am trying to achieve Team Viewer installer functionalities. Please guide me in that context.