如何使用 NSIS 创建空文件
在我的安装程序中,我想创建一个空文件。在 Linux 中我会使用 touch 命令,但是在 NSIS 中执行此操作最简单的方法是什么?
In my installer I would like to create an empty file. In linux I would use the touch command, but what's the easiest way to do this in NSIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用这个简单的代码创建一个空文件。此外,当您将其放置在任何功能块中时,它对调试有很大帮助。
Use this simple code to create an empty file. Also, it helps a lot for debugging when you place it in any function block.