NSIS 中的命名管道
是否可以使用 NSIS 的命名管道?如果是的话你该怎么做?我在网上找不到任何东西,所以我很怀疑这是否可能。
Is there a possiblity to use named pipes from NSIS? If so how can you do it? I could not find anything on the web so I have big doubts this is even possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用系统插件直接调用 Windows API,但对于大型任务,通常最好编写自定义插件。
You can call the windows API directly with the system plugin but for a big task it is usually better to write a custom plugin.
您想使用命名管道做什么?
您可以创建简单的插件来执行您需要的所有任务。
What do you want to use named pipes for?
You can create simple plugin which will perform all tasks you need.