如何在C#中使用SQL Server 2012创建安装程序EXE

问题描述:

我有软件并且我使用SQL Server 2012用于数据库

我使用实体数据模型进行连接如何使用此数据模型进行SetUp



我尝试了什么:



I Have Software And I Used SQL Server 2012 For Database
I Used Entity Data Model For Connection How Can I Make SetUp With This Data Model

What I have tried:

I Have installShield 10.5 And advanced Installer 10.8 But I Don't know How Can I Make The Connection Between Entity Data Model ANd My Project

我不知道实体数据模型 Installshield ,但这是一个 Inno Setup 安装程序我做了一些几年前可以设置SQL Server实例和身份验证:使用工具安装SQL Server 2008 R2的Inno安装脚本 [ ^ ]
I don't know about Entity Data Model and Installshield, but here is an Inno Setup installer I made some years ago that can set the SQL Server Instance and authentication: Inno Setup Script to Install SQL Server 2008 R2 with Tools[^]