简体   繁体   English

包括在.net应用程序安装文件中。SQL SERVER 2005 Express

[英]Include in .net Application Setup File .. SQL SERVER 2005 Express

My application required SQL SERVER 2005 Express edition. 我的应用程序需要SQL SERVER 2005 Express版。 So how can I make the application setup to include SQL setup and run behind setup. 因此,如何使应用程序设置包括SQL安装程序并在安装程序后运行。

  1. Right click your Setup Project and select properties. 右键单击安装项目,然后选择属性。
  2. Click "Prerequisites" 点击“先决条件”
  3. Select the the prerequisite you need - in this case SQL Server 2005 Express 选择所需的先决条件-在这种情况下为SQL Server 2005 Express
  4. Either select "Download from the component vendor's web site" or if you are going bundling the setup with your own installation then select "Download from the same location as my application" 选择“从组件供应商的网站下载”,或者如果要将安装程序与自己的安装捆绑在一起,则选择“从与我的应用程序相同的位置下载”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM