如何发布应用程序以便它也安装 .Net 4(如果不可用)
我制作了一个小应用程序,准备分发它。
我想知道如何制作(或发布)安装程序,以便它检查 .Net 4,然后在未安装时安装它
I made a small application and I am ready to distribute it.
I want to know how to make an installer (or publish) so that it checks .Net 4 then installs it if its not installed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 Visual Studio 安装项目 并包含 .NET 的先决条件4 以及您的项目输出。您应该确定是否需要Client Profile 还是成熟的 .NET Redistributable (通常在您的应用程序项目中分配属性)。
You need to use a Visual Studio Setup Project and include a prerequisite of .NET 4 along with your project output. You should determine whether you need Client Profile or full-blown .NET Redistributable (typically assigned in your application project properties).