CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Make a package

  1. #1
    Join Date
    Jan 2000
    Location
    canada
    Posts
    124

    Make a package

    Wich way we have to make a distributable package?

    Is it possible to have an exe distributable on any computer with just 2 or 3 files instead a big 5MB package ???

    Isabelle


  2. #2
    Guest

    Re: Make a package

    Any exe needs the Vb runtime libraries which means that unless the computers that you're distributing your exe on have VB installed your package will be big.
    If they do and you're not using any 3rd party ocxs then just give them the exe.
    If you think that 5Megs is big the project that I work on has a package that is 80megs.


  3. #3
    Guest

    Re: Make a package

    Any exe needs the Vb runtime libraries which means that unless the computers that you're distributing your exe on have VB installed your package will be big.
    If they do and you're not using any 3rd party ocxs then just give them the exe.



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

Featured