How to add SQL Server 2008 Express to List of Prerequisites

前端 未结 5 515
时光说笑
时光说笑 2021-01-14 13:42

How can I add SQL Server 2008 Express to the list of Pre-requisites in Visual Studio 2008 SP1 MSI Installer Project.

5条回答
  •  失恋的感觉
    2021-01-14 14:12

    As far as I know, when Visual Studio 2008 was realesed, SQL Server 2008 doesn't exists yet, only the 2005 version. So I think that you might not install the SQL Server 2005 when installing Visual Studio 2008, and after that, install SQL Server 2008 separately.

    Regards.

提交回复
热议问题