ChocJunkie
13th November 2009 09:22 UTC
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
Zinthose
13th November 2009 12:56 UTC
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.
MSG
13th November 2009 14:12 UTC
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.