Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我需要 NSIS 安装程序来为软件打补丁。从哪里开始。我在 Windows 7 上运行。我在哪里可以获得 NSIS 安装程序以及如何开始运行它。谁能告诉我在哪里可以找到相关材料。
为什么不开始查看NSIS的官方页面,在那里您可以找到更多常见任务的教程和示例。
此外,由于您对补丁感兴趣,请查看此实用程序- 它提供了自动比较两个目录树的功能,这是 NSIS 所缺乏的。
以下是一些您可以参考的有用链接:
一、简介
2.教程
3.简单的项目。
4.示例脚本