Using the Pascal scripting, is there any way to connect to a server and send/retrieve data over http? Browsing through the reference I didn't see any way...

link|improve this question

A lot of programs seem to put license key management functionality into the application, rather than into the installer. So it may be worth considering that option instead. – Craig McQueen Nov 14 '10 at 4:54
feedback

1 Answer

up vote 3 down vote accepted

The best way to do this is probably to put that functionality in a DLL and call it from within the Inno-script. There are definitely no HTTP-support functions out of the box.

link|improve this answer
1  
what ended up helping were the "isxdl" extensions which enable you to download files and such. It's included with ISTool. – Epaga Nov 12 '10 at 13:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.