Results 1 to 6 of 6

Thread: Setup Package

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Setup Package

    Hi, im using Package and Deployment Wizard in MS Studio, how do I package my project and what if my project I have a database, how do I include it inside the setup file? After I package, does it only show just 1 setup.exe file? Can anyone guide me along?


  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    Re: Setup Package

    if you want to create only 1 setup file that installs all your components including your database, i suggest you use inno setup. it creates a single setup file and installs everything. but of course you need to manually include those dependencies that your program have.
    On error goto Trap

    Trap:
    in case of emergency, drop the case...

    ****************************************
    If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option.
    if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Setup Package

    weisi,

    If you decide to use Inno Setup, check out the Inno Setup Third Party Tools. They will help you a lot (then you won't have to add the dependencies manually).

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    344

    Re: Setup Package

    Thanks for the replies! I have seen the 3rd party tools you had mention, actually, there are quite a number of them and Im quite confuse that which one is suitable for me. For my project, I have an .exe, .dll and 1 database folder with 2 database. So do I still need any of the tools?

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Setup Package

    Moved to Application Deployment

  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Setup Package

    weisi,

    There is only onr that converts a vbp file to an Inno Setup Script try that one first.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width