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. Package & Deployment wizard

Package & Deployment wizard

Scheduled Pinned Locked Moved Visual Basic
databasesysadminsql-serverquestionworkspace
4 Posts 3 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.
  • S Offline
    S Offline
    syed saba
    wrote on last edited by
    #1

    Hi, I had develope one project in vb 6.0 and sql server 7.0 now making the setup file through Package and Deployement wizard. I want to add the DATABASE and the DSN into the 'setup.exe' so that when i install the package the database and the DSN will automatically stored in the system. Is there any way to do it? if Yes? please send me the 'logic' or 'steps'or 'code' Thanks

    D 1 Reply Last reply
    0
    • S syed saba

      Hi, I had develope one project in vb 6.0 and sql server 7.0 now making the setup file through Package and Deployement wizard. I want to add the DATABASE and the DSN into the 'setup.exe' so that when i install the package the database and the DSN will automatically stored in the system. Is there any way to do it? if Yes? please send me the 'logic' or 'steps'or 'code' Thanks

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You'll have to write your own installer or use a different package to build your installer, like Wise Installation System. The Package and Depoyment Wizard has no support for doing what you want. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      I 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You'll have to write your own installer or use a different package to build your installer, like Wise Installation System. The Package and Depoyment Wizard has no support for doing what you want. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        I Offline
        I Offline
        Ian Darling
        wrote on last edited by
        #3

        Dave Kreskowiak wrote: You'll have to write your own installer or use a different package to build your installer, like Wise Installation System. The Package and Depoyment Wizard has no support for doing what you want. That's only sort of right. VB6 ships with the source code to SETUP.EXE (it's hidden away somewherein the VB folder), so you could modify that, create a new SETUP.EXE and still use the P&D Wizard. It is a nuisance to do though.


        Ian Darling The world is a thing of utter inordinate complexity ... that such complexity can arise ... out of such simplicity ... is the most fabulous extraordinary idea ... once you get some kind of inkling of how that might have happened - it's just wonderful ... the opportunity to spend 70 or 80 years of your life in such a universe is time well spent as far as I am concerned - Douglas Adams

        D 1 Reply Last reply
        0
        • I Ian Darling

          Dave Kreskowiak wrote: You'll have to write your own installer or use a different package to build your installer, like Wise Installation System. The Package and Depoyment Wizard has no support for doing what you want. That's only sort of right. VB6 ships with the source code to SETUP.EXE (it's hidden away somewherein the VB folder), so you could modify that, create a new SETUP.EXE and still use the P&D Wizard. It is a nuisance to do though.


          Ian Darling The world is a thing of utter inordinate complexity ... that such complexity can arise ... out of such simplicity ... is the most fabulous extraordinary idea ... once you get some kind of inkling of how that might have happened - it's just wonderful ... the opportunity to spend 70 or 80 years of your life in such a universe is time well spent as far as I am concerned - Douglas Adams

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          I sure don't want to walk him through that! ;) I've been through it once and didn't feel like doing it again. We had Wise for Windows Installer laying around, so I switched to that and got all the control I could ever want over the install. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          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