如何从 .msm 合并模块创建预 .Net 安装程序 .msi 文件?
我有一些 .msm 合并模块(如果您必须知道,则用于 Crystal Reports),我想将其转换为一个 .msi 安装程序包。我可以使用 Visual Studio 安装项目来完成此操作,但是我无法避免将 .Net 包含在包中的要求。
- Visual Studio (2008/2010) 中有解决方法吗?
- 是否有任何免费的第三方实用程序可以执行此任务?
I have some .msm merge modules (for Crystal Reports if you must know) that I want to convert to one single .msi installer package. I can do this with a Visual Studio setup project, but then I cannot avoid a requirement for .Net being included in the package.
- Is there a workaround in Visual Studio (2008/2010)?
- Are there any free third party utilities that can perform this task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许为了我的声誉,最好删除这个问题,但以防万一有更多像我这样的傻瓜:
安装项目创建两个文件:setup.exe 和 myapp.msi。
不管你做什么,Setup.exe都会安装.Net,但是如果你运行.msi并且你确定不存在对.Net的依赖,它就不需要安装.Net框架......
我现在要喝醉了...... 。
Perhaps for my reputation it is better to delete this question, but just in case there are more nutheads like me:
The Setup project creates two files: the setup.exe and the myapp.msi.
Setup.exe will install .Net whatever you do, but if you run the .msi and you are sure no dependecies on .Net exist, it will not demand a .Net framework installation...
I am now going to get drunk...