简体   繁体   English

如何将sql ODBC DLL驱动程序添加到我的高级安装程序项目中

[英]How to add sql ODBC DLL drivers to my advanced installer project

I am looking for .dll files for sql server ODBC in my computer and i can't find it. 我正在我的计算机中寻找用于sql server ODBC的 .dll文件,但找不到。 I want it to add in my advanced installer project, because I have a c# app that use sql server client and first of all I need to install Native Sql server 2014 on my customer's computer. 我希望它添加到我的高级安装程序项目中,因为我有一个使用sql server客户端的c#应用程序,首先我需要在客户的计算机上安装Native Sql server 2014。

Anyone can help me? 有人可以帮助我吗?

There is no need to add and install the DLLs of the SQL SERVER ODBC driver to your setup. 无需在安装程序中添加和安装SQL SERVER ODBC驱动程序的DLL。 All Windows OSes come with the ODBC drivers preinstalled. 所有Windows操作系统都预先安装了ODBC驱动程序。

The only standalone ODBC driver redistributable for SQL Server are Microsoft ODBC Driver 13 and 11 If you need to install these new ODBC drivers, then you can add them alongside the SQL Native Client setup in the "Prerequisites" page of your Advanced Installer setup project. 可重新分发给SQL Server的独立ODBC驱动程序是Microsoft ODBC驱动程序13和11。如果需要安装这些新的ODBC驱动程序,则可以在“高级安装程序”安装项目的“先决条件”页面中,将它们与SQL Native Client安装程序一起添加。 They can be added as prerequisites. 可以将它们添加为先决条件。

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

相关问题 使用高级安装程序将dll程序集添加到SQL Server - Add a dll assembly to SQL Server using Advanced Installer 如何在WPF项目中将应用程序设置添加到安装程序中? - How can I add the application settings to my installer in a WPF project? 在我的Wix安装程序中向Iconic.dll(DotNetZip)添加参考 - Add refrence to Iconic.dll (DotNetZip) In My Wix Installer 如何将SQLite3.dll添加到我的项目中? - How can I add SQLite3.dll to my Project? 如何将新项目添加到现有项目并从新项目创建 dll 文件? - How can i add a new project to my existing already project and create a dll file from the new project? 如何将dll配置文件添加到将dll作为引用添加到的项目? - How to add a dll config file to a project that add the dll as reference? 如何将我的UserControl从另一个项目(Dll)添加到我的WPF解决方案? - How to add my UserControl from another project (Dll) into my WPF Solution? 如何使用高级安装程序在不删除客户端数据库的情况下更新我的应用程序版本 - How to update the version of my app without deleting client database using advanced installer 如何将自定义 Arguments 传递给 Advanced Installer 11.4 - How To Pass Custom Arguments To Advanced Installer 11.4 如何同时适应 32 位和 64 位 odbc 驱动程序 - How to accommodate both 32 bit and 64 bit odbc drivers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM