为我的应用程序打包安装程序
我想将我的应用程序打包到安装程序中。我使用 .NET Framework 3.5 &适用于我的应用程序的 Visual Studio 2010 Ultimate。我可以附加 .NET Framework & VS J# 2.0 到我的包中。运行安装程序时,安装程序可以检测 .NET Framework 和 .NET Framework 的存在。 VS J#。如果它们不存在,安装程序会要求用户先安装它们。
请帮助我部署此安装程序的方法。我可以使用 Visual Studio 2010 中的可用功能,或者必须使用第三方应用程序。
谢谢。
I want to package my application to installer. I use .NET Framework 3.5 & Visual Studio 2010 Ultimate for my application. I can attach .NET Framework & VS J# 2.0 into my package. When running installer, installer can detect the present of .NET Framework & VS J#. If they are not existing, installer ask the user to install them before.
Please help me the way to deploy this installer. I can use availaible features in Visual Studio 2010 or must using a third-party application.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下线程可以帮助您添加先决条件:
Adding Custom prerequsites to Visual Studio 设置项目
如果这没有帮助,您能给我们提供有关该问题的更多详细信息吗?
Here is a thread which may help you add your prerequisites:
Adding Custom prerequsites to visual studio setup project
If this doesn't help, can you please give us more details about the problem?
如果您不想使用 Visual Studio 安装程序,可以尝试 InstallJammer 并查看 此线程 有关检查 .NET 可用性的信息。
If you don't want to use the Visual Studio Installer, you could try InstallJammer and see this thread for information regarding checking for .NET availability.
您可以使用 BitRock InstallBuilder 打包您的应用程序。它具有检测 .NET 的操作,如下所述: http://installbuilder .bitrock.com/docs/installbuilder-7.0.3-userguide.html#autodetectDotNetFramework
You can use BitRock InstallBuilder to package your application. It has action to detect .NET described here: http://installbuilder.bitrock.com/docs/installbuilder-7.0.3-userguide.html#autodetectDotNetFramework