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 制作安装程序,但我找不到显示如何使用 nsis 对某些文件执行命令提示符命令的示例。有可能还是我完全偏离了轨道?
您想运行外部命令,例如第三方安装程序或来自您自己的 NSIS 安装程序的系统命令?
我认为您正在寻找ExecWait命令。
NSIS wiki的嵌入其他安装程序部分也可能很有趣。