Results 1 to 3 of 3

Thread: Installers

  1. #1

    Thread Starter
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,495

    Installers

    Is there any thought of packaging an SQL Native Client installation package for either 2005 or 2008? I do a lot of applications that are connected to an SQL server for a data store and can't use the Installer that comes with VS since the SQL CLient is an MSI installer and will not run when another MSI installer is running. So I guess the question is Is there something similar to the SQL Express requirent for SQL Native Client?
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  2. #2
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Location
    Redmond, WA
    Posts
    1

    Re: Installers

    Hi Gary,

    Have you looked at the bootstrapper technology that is part of Visual Studio? With it you can chain together multiple msi installers. It's available as the Prerequisites dialog for both Setup Projects and for ClickOnce projects. Out of the box we have bootstrapper packages for SQL Express and SQL Compact Edition. If you want to create your own bootstrapper packages you can use the Bootstrapper Manifest Generator tool on codeplex (http://www.codeplex.com)

    Here is an MSDN overview article on the bootstrapper
    http://msdn.microsoft.com/msdnmag/is...r/default.aspx

    I hope that helps,

    Scott Tucker
    Program Manager
    Microsoft Visual Basic

  3. #3

    Thread Starter
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,495

    Re: Installers

    That can help. But a lot of people are not very good (profient at this), they are hobbiest and a Prerequest of SQL Native Client would be a good choice. If I don't need to install SQL Express just to get the Client that would be the way to go.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width