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 创建一键式安装程序。我有多个 exe 和 msi 可以按顺序执行。使用脚本我该如何排队... NSIS 可以选择运行 msi 文件吗?帮帮我谢谢...
NSIS wiki有一个页面显示如何嵌入您应该阅读的安装程序。
简而言之:将第三方安装程序放在一个目录中,ExecWait是你的朋友。