Results 1 to 5 of 5

Thread: How do I run a program I made in Visual Basic on a computer without Visual Basic?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    5

    How do I run a program I made in Visual Basic on a computer without Visual Basic?

    I created a program in Visual Basic and I was curious at what I needed to do to be able to install or use this program on a computer without Visual Basic. Any help would be great! Thanks in advance.

  2. #2
    Addicted Member
    Join Date
    Mar 2006
    Posts
    178

    Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?

    You would need to create an installation package to install your program on a computer. You could use the Package & Deployment Wizard provided with Visual Studio or use one of the free installers available. i.e. InnoSetup, or a commercial solution such as Wise installer or Installshield.
    If a post has been helpful, Rate it!

  3. #3
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?

    If you are using VB6 and you are targeting Win2000, Millennium, XP or Vista, you won't need an installation package, provided that you don't make use of any OCXs or external libraries. Just deploy the exe and it will work.

  4. #4
    Addicted Member
    Join Date
    Mar 2006
    Posts
    178

    Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?

    Quote Originally Posted by esposito
    If you are using VB6 and you are targeting Win2000, Millennium, XP or Vista, you won't need an installation package, provided that you don't make use of any OCXs or external libraries. Just deploy the exe and it will work.
    You should really create an installation package anyway - it's good development practice.
    If a post has been helpful, Rate it!

  5. #5
    Fanatic Member esposito's Avatar
    Join Date
    Sep 2003
    Location
    Perugia, Italy
    Posts
    961

    Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?

    Quote Originally Posted by davidbishton
    You should really create an installation package anyway - it's good development practice.
    Yes, but it's not strictly necessary: it would work anyway.

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