Archive: License from nonlocal file


License from nonlocal file
Hello everyone.
I have a problem with license page.

I want to make installer, which installs 3 programs (each with their own license) - user can choose which componets to install on components page.

Depending on user's choise I merge licenses of these programs(on user's computer), but I cannot show "final" license, because it is non-local file on build computer.
I have no idea how can I solve this problem. Please, help me.


If we are talking about 'external' file on the customer' comp, following script can help. LAN paths like \\host\share permitted.
If you want to download file from internet, use NSISdl (included to NSIS distribution) or Inetc plug-in.


Thanks a lot!