PDA

Click to See Complete Forum and Search --> : [RESOLVED] If I distribute a VB-compiled software will the users have to...


pilau
Nov 19th, 2006, 08:33 AM
If I distribute a VB-compiled software will the users have to download any DLLs or some things to run my program?

kregg
Nov 19th, 2006, 08:36 AM
Sometimes they do. Depends on whether they have already got the runtime files on their system.

Just in case, here's the link (http://www.softwarepatch.com/windows/vbrun6.html) ;)

MartinLiss
Nov 19th, 2006, 09:37 AM
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.

pilau
Nov 19th, 2006, 10:11 AM
Thanks.

MartinLiss
Nov 19th, 2006, 10:48 AM
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.

randem
Nov 20th, 2006, 01:43 AM
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.