[RESOLVED] If I distribute a VB-compiled software will the users have to...
If I distribute a VB-compiled software will the users have to download any DLLs or some things to run my program?
Re: If I distribute a VB-compiled software will the users have to...
Sometimes they do. Depends on whether they have already got the runtime files on their system.
Just in case, here's the link ;)
Re: If I distribute a VB-compiled software will the users have to...
Moved.
If you use the P&D Wizard that comes with VB, Inno, or any of several other 3rd-party tools you can create a set of installation files and distribute them to be installed by the user.
Re: If I distribute a VB-compiled software will the users have to...
Re: If I distribute a VB-compiled software will the users have to...
Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer.
Re: If I distribute a VB-compiled software will the users have to...
Not if you include everything that is needed in an installation package. If you do not all sorts of bad things can happen (missing components) and your app will not run.