How to detect an event from embedded browser control?
Hi.

I have a 3-page installer. On the final page I have embedded a browser control, which navigates to the user registration page of my application.

During the user registration process, my installer is halted. I would like to continue the execution of the installer, if and only if a user has successfully registers on the website.

I have 2 questions regarding this scenario.

1. Assuming a successful user registration, is there any way I can detect the event from the embedded browser control, in my nsis installer, so that I can continue its execution?

2. How can I temporarily suspend the execution, till I get the above mentioned event?

Any help on this matter would be appreciated a lot. Thanks a lot for your time.