Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Dot Net Installer

Dot Net Installer

Scheduled Pinned Locked Moved .NET (Core and Framework)
databasecsharpsql-serversysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ageesh
    wrote on last edited by
    #1

    hi... am using vb.net + sql 20000, now i have to install sql server then create the database and install t application, by following these process only i would be able to run t application. i wanna know will i be able to use my application with out installing sqlserver (ie by using msde can i create db) and how to create an installation package for the above

    A 1 Reply Last reply
    0
    • A Ageesh

      hi... am using vb.net + sql 20000, now i have to install sql server then create the database and install t application, by following these process only i would be able to run t application. i wanna know will i be able to use my application with out installing sqlserver (ie by using msde can i create db) and how to create an installation package for the above

      A Offline
      A Offline
      Adam R Harris
      wrote on last edited by
      #2

      Ageesh wrote:

      am using vb.net + sql 20000

      Well first of all, try using a database engine that isn't from the future .... lol Ok all jokes aside, You are going to have to use a custom action during the installation to determine if the database exists or if you should create it. This should get you started A Custom Action for Deploying a Visual Studio 2005 Add-in[^] As far as installing without SQL Server, thats fine but your application has to account for the lack of a SQL Server. Normally there should be a SQL Server on the network that you can connect to, you would have to get that information from the user either during installation or the first time the app is run. MSDN Context Properties[^]

      If at first you don't succeed ... post it on The Code Project and Pray.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups