Deployment Issues with sql server express 2008 & C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davood00
    New Member
    • Nov 2008
    • 1

    Deployment Issues with sql server express 2008 & C#

    Hello experts,
    I have a very common question.
    Recently I've written a C# project and used SQLEXPRESS 2008 In it. Now, I need a simple and quick way to create an install file for it. This install file must install .Net frame work (as needed) and SQLEXPRESS 2008 with my custom settings and create database tables and stored procedures. Would anybody, please, show me the way?
    Any help will greatly appreciated.
  • jankhana
    New Member
    • May 2009
    • 16

    #2
    Sql Server in Installer Class

    Did you get the answer for that??? Even i want to run SQL commands in set up...

    Comment

    • balame2004
      New Member
      • Mar 2008
      • 142

      #3
      You can write your own script to create database. Some of the installer products provide the feature to do it. For example you can try with an installer product called InoSetup. Read more details about Ino Setup in google..

      Comment

      Working...