如何在使用 .NET 安装项目安装主应用程序之前安装其他安装程序?
我已经创建了一个应用程序,我想使用 .NET 的安装和部署项目为其创建安装程序。问题是我的应用程序需要在安装之前安装某些设置(驱动程序、SDK 等)。我希望首先安装这些,然后安装主应用程序。我该怎么做?
I have created an application for which I want to create an installer using .NET's Setup and Deployment project. The problem is that my application requires certain setups (Drivers, SDKs etc.) to be installed before it. I want these to be installed first and then the main application. How do I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在安装项目中,您可以通过设置预请求来配置此类内容,请参阅: http:// www.codeproject.com/KB/dotnet/Add_framework_in_setup.aspx
In a setup project you can configure this kind of things by setting prerequests see: http://www.codeproject.com/KB/dotnet/Add_framework_in_setup.aspx