Setup and deployment

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajanji
    New Member
    • May 2008
    • 31

    Setup and deployment

    Hi all,

    I had made a project in VB.NET 2005 with SQL SERVER 2005 used as database. Now i want to make a setup of this project but i am unable to integrate sqldatabase and .net framework in this setup project. Is there any way to do this. Because it is assumed that the client does not have .NET Framework installed nor he has SQL Server on his system and the worst condition would be he does not have even internet connection from where these two setups can be downloaded if we give the condition for downloading these programs from the net if the client does not have these programs installed on his machine.

    Please help as always you do !!


    Thanks and Regards,
    Rajan Arora,
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    What kind of application have you developed? In case its windows application and uses sql server you will have to install the sql server and run database scripts. You can use setup and deployment VB.NET project.

    Comment

    • rajanji
      New Member
      • May 2008
      • 31

      #3
      Yes Sir, you are correct that i am developing windows application in vb.net and using SQL SERVER as my database. Can you please elaborate your answer i.e may i know how to run database scripts on client computer.

      Comment

      Working...