通过Inno Setup联系许可证密钥服务器?

时间:2010-11-11 08:37:41

标签: installation inno-setup pascal pascalscript

使用Pascal脚本,有没有办法连接到服务器并通过http发送/检索数据?浏览引用我没有看到任何方式...

1 个答案:

答案 0 :(得分:3)

执行此操作的最佳方法可能是将该功能放在DLL中并从Inno脚本中调用它。绝对没有开箱即用的HTTP支持功能。