making buttons
I'm trying to make a custom page with 2 buttons and depending on what one they choose it goes to a place in my installer how could i do this?
Archive: making buttons
making buttons
I'm trying to make a custom page with 2 buttons and depending on what one they choose it goes to a place in my installer how could i do this?
With nsDialogs and an OnClick event.
Stu
and using Abort in a page's Pre function to skip that page if you don't want to display it (check against a variable that you set with the OnClick event)