Archive: License from some url


License from some url
Guys, what the easiest way could you propose for downloading license text from some url?


Use the NSISdl plug-in, save the file to a temporary location ($PLUGINSDIR after using InitPlugins), read the file and send a window message to the control to set the text.

Note that you may have to increase the string size limit (see Special Builds on the website).


Originally posted by Joost Verburg
Use the NSISdl plug-in, save the file to a temporary location ($PLUGINSDIR after using InitPlugins), read the file and send a window message to the control to set the text.

Note that you may have to increase the string size limit (see Special Builds on the website).
Ok, the problem has been solved. I modified script.cpp and ui.c files. Would you like me send you the updates ?

Please note WinInet functions was used.

There is no need to modify any file.