Archive: Can installer interact with Browser


Can installer interact with Browser
Hi,

I'm installing a program that executes a browser page to insert some information after installation finished.
Is it somehow possible for the NSIS installer to interact with the page automatically (e.g. like autoit does)?

Thanks :)

CJ


With the use of the plugins available to NSIS, you can either use the windows API via the Systems plugin or write your own to interface with IE.

In short, It will likely be a complex process but, yes.


You could of course also create your own html file with the values preset to the fields of choice. No idea if you could interface that properly with a webserver though.