将 Visual Studio 安装项目导出到 NSIS(NSIS 导入器)
我有一个在 Visual Studio 中构建的设置/部署项目,用于打包我的 WPF 应用程序。我现在想在 NSIS 中构建一个安装程序来打包我的应用程序。有没有什么工具可以将我的 VS 设置项目导入到 NSIS 中?
I have a setup/deployment project that I've built in Visual Studio for packaging my WPF app. I now want to build an installer in NSIS for packaging my app. Is there any tool through which I can import my VS setup project into NSIS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
NSIS 唯一的导入工具是 .reg 文件 AFAIK
The only import tool NSIS has is for .reg files AFAIK
unSigned
提供了一个名为SetupProjects Converter
的免费工具,它可以做到这一点:https://www.visual-installer.com/free-tools.html
There is a free tool called
SetupProjects Converter
fromunSigned
that does exactly that:https://www.visual-installer.com/free-tools.html