Results 1 to 6 of 6

Thread: What is the quickest, most compact way to include VB6 runtimes in a setup file?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    What is the quickest, most compact way to include VB6 runtimes in a setup file?

    Bandwidth is a huge concern to me..
    What is the best way to include VB6 runtimes in a setup.exe file (in the most compact manner possible), or better yet, only download the runtimes if they are not present on a computer?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What is the quickest, most compact way to include VB6 runtimes in a setup file?

    If you distributing to Win2K, XP then all basic runtime files are already there so you would only need to distribute some third parties and/or custom components that you might've developed.

    However, as you might know that is not a good idea but I understand your concern.

  3. #3
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: What is the quickest, most compact way to include VB6 runtimes in a setup file?

    You could also bypass the setup wizard altogether and considerably lower your program's total size by just including the exe & the runtime files in a zip executable file.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: What is the quickest, most compact way to include VB6 runtimes in a setup file?

    Or use Installshield's installation from the web. It lowers the user's bandwidth by thinning the developer's wallet.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

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

    Re: What is the quickest, most compact way to include VB6 runtimes in a setup file?

    Moved to Application Deployment

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

    Re: What is the quickest, most compact way to include VB6 runtimes in a setup file?

    Why are you only concerned with the VB runtime files. Does your app need nothing else? I would think that delivering all that is needed would be the best way.

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