Inno Setup / ISTool:检测本地计算机的 IP 地址
在我的 ISS 脚本的 [code] 部分中,我想检测本地计算机的 IP 地址。完成此任务最优雅的方法是什么?是否有可以通过"external"导入的Win32 DLL?
In the [code] section of my ISS script I want to detect the local machine's IP addresses. What is the most elegant way to accomplish this? Is there a Win32 DLL I can import via "external"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有看到任何可以调用的预打包 DLL,但编写一个应该太困难了。我在 InnoSetup 新闻组上找到了这篇文章: http://news.jrsoftware.org/新闻/innosetup.code/msg09240.html
这可能会给你一个开始。
I haven't seen any prepackaged DLLs that you could call but writing one should be too difficult. I found this post on the InnoSetup newsgroup: http://news.jrsoftware.org/news/innosetup.code/msg09240.html
that might give you a start.