|
-
Feb 20th, 2007, 03:40 PM
#1
Thread Starter
New Member
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.
-
Feb 20th, 2007, 03:45 PM
#2
Addicted Member
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!
-
Feb 20th, 2007, 03:49 PM
#3
Fanatic Member
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.
-
Feb 20th, 2007, 03:53 PM
#4
Addicted Member
Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?
 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!
-
Feb 20th, 2007, 04:23 PM
#5
Fanatic Member
Re: How do I run a program I made in Visual Basic on a computer without Visual Basic?
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|