如何在 MSI 包中导出应用程序及其 SHIM...?
我有一个应用程序(.exe)及其 SDB 文件,现在我想将其捆绑到 MSI 包中以作为安装程序进行部署。如何创建 msi 包?有什么工具吗?可以在Visual Studio中完成吗?
I have an application(.exe) and its SDB file, and now I want to bundle it into an MSI package for deployment as a installer. How can I create the msi package? Are there any tools? can it be done in Visual studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 WiX。根据您的安装人员必须执行的操作,这是获取 msi 的最佳方法。
Have a look at WiX. Depending on what your installer has to do, it is the best way to get an msi.