Skip to content
⌘ NSIS Forum Archive

License from some url

4 posts

izverg#

License from some url

Guys, what the easiest way could you propose for downloading license text from some url?
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).
izverg#
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.