Archive: nsDialogs Abort not Skipping Page.


nsDialogs Abort not Skipping Page.
Masters,

I have created an Installer with nsDialog Custom pages.

In which, I have created a page that is Fully customized downloadning page with progress bar and invisible BACK/NEXT buttons. I have a function named "DownloadPageFunction" for that.

My requirement is, when download finishes, The Page should automatically move to next page that is Installing page.

I tried to write ABORT, but not works it simply stay on same page not skipping page.

Please guilde me how to achieve this.
:confused:


http://nsis.sourceforge.net/Go_to_a_NSIS_page

Stu


You can also simulate a click on the next button by doing something like sendmessage $hwndparent ${WM_COMMAND} 1 0


Hello Afrow,

Page get skipped perfectly, my next page is nsDialogs Custom Finish(I changed next button text to Finish and make Cancel and Back button visible false) page.

The problem now occur is Finish Button not rendered (invisible). I am not getting Finish button on page.

Is there any way to get it back?