I am currently designing a database driven application using VB6. The problem is that when I try to use the .exe in a different pc than the one of development I cannot execute the application properly due to some required files.
What to do?
Printable View
I am currently designing a database driven application using VB6. The problem is that when I try to use the .exe in a different pc than the one of development I cannot execute the application properly due to some required files.
What to do?
I've moved your thread to here and the answer to your question is that you should use installation software like the P&D Wizard that comes with VB, Inno or other available apps, some of which are free and some cost $$$.
I am very pleased and impressed with Inno Setup. Good sample scripts, small and only one executable without all sorts of supporting dll's.
And it's free of charge!
Also look for I n n o S c r i p t, an Inno front end written by a former VB Forums member. The reason for the extraneous spaces in that name is a long, sad, story.