Results 1 to 6 of 6

Thread: Distributing VB Programs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Location
    Singapore
    Posts
    78

    Talking

    Hi all,

    Just a simple question. If I want to distribute my just finished application to my friends, what files or how do I go about doing it? I try using VB Deployment and Package Wizard but the whole installation is too big (1.5MB) and my friends find it a hassle to download such big files from email.

    Any solution to this?

    Thanks!!!

  2. #2

  3. #3
    Guest
    Blitz ~

    Try using Inno Setup for your application. Many others use it here instead of the P&DW. Hope this helps you!

    I've received much advice here and it's nice to give just a little bit back!

    Link here... http://www.jrsoftware.org/isinfo.htm

  4. #4

  5. #5
    Guest
    The reason your files are so big are probably because of all the components and runtime files. This is the downside of VB.

    As a solution, have them download the VB runtimes separatly (via a website), so they'll only have to download it once rather than everytime.

  6. #6
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    You can try using as little ActiveX controls as possible because that way you can be more positive that your app will run on the users' computer. This way the app will need only the MSVBVMx.DLL and as Megatron said it should be downloaded separately and that way only once.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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