Results 1 to 5 of 5

Thread: SQL install using VS 2005 setup project

  1. #1

    Thread Starter
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Smile SQL install using VS 2005 setup project

    Hi All,

    I've an application developed in VS 2005 vb.net
    I need to install the SQL 2005 express edition thorugh the set up and deployment wizard.

    I need
    1.SQL installation
    2.Product installation.
    3.Custom form open to set some DB settings in config

    Please help.

    If this is not possible , can you advice any other methods to achieve this.
    thanks
    amrita

  2. #2
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: SQL install using VS 2005 setup project

    Hi,

    This could bo very help full.
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: SQL install using VS 2005 setup project

    Open the Prerequisites dialogue and check the SQL Server Express package, then add a Custom Action to your Setup project to perform configuration.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    Fanatic Member amrita's Avatar
    Join Date
    Jan 2007
    Location
    Orissa,India
    Posts
    888

    Re: SQL install using VS 2005 setup project

    Can you give me an example of how to add custom action for SQL configuration.
    thanks
    amrita

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: SQL install using VS 2005 setup project

    The MSDN documentation can tell you how to add a custom action. If you have a specific issue with the instructions it provides then by all means post it. You'll be writing VB code just as you would for the app proper.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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