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. Visual Basic
  4. Q:Deployment Projects and Custom Actions

Q:Deployment Projects and Custom Actions

Scheduled Pinned Locked Moved Visual Basic
databasetutorialcsharpvisual-studiosysadmin
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.
  • C Offline
    C Offline
    Chris Quick
    wrote on last edited by
    #1

    I am working on a deployment project that I would like to perform some specific actions during install. For example, I would like to project to start the installer for MSDE if MSDE is not currently installed on the users system. I would also like to run some SQL scripts to create the initial database. I've read about using Module files to do this, but there seems to be a void of information on how to do some of these tasks. Also, I would like to capture the users request to install these items. For example, if they would like to install MSDE on the current workstation, they check a checkbox to install it (but only if it is not currently installed). I would like to do all of this using the deployment projects that come with Visual Studio. I know there are other installers that can do these things, and possibly much more easily. However, cost is driving the need. I'm just looking for resources, so if you have some it would be very much appreciated! Thanks!

    D 1 Reply Last reply
    0
    • C Chris Quick

      I am working on a deployment project that I would like to perform some specific actions during install. For example, I would like to project to start the installer for MSDE if MSDE is not currently installed on the users system. I would also like to run some SQL scripts to create the initial database. I've read about using Module files to do this, but there seems to be a void of information on how to do some of these tasks. Also, I would like to capture the users request to install these items. For example, if they would like to install MSDE on the current workstation, they check a checkbox to install it (but only if it is not currently installed). I would like to do all of this using the deployment projects that come with Visual Studio. I know there are other installers that can do these things, and possibly much more easily. However, cost is driving the need. I'm just looking for resources, so if you have some it would be very much appreciated! Thanks!

      D Offline
      D Offline
      Duncan Edwards Jones
      wrote on last edited by
      #2

      You can create the install script for the SQL bit with this Database Build Tool[^] For installing MSDE there is a merge module on the SQL Server install disk (IIRC) '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

      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