Click to See Complete Forum and Search --> : Building a distribution package with Borland C++ Builder 6


AINTD
October 2nd, 2005, 04:27 PM
Hello guys,

This is my first post, I'm basically a beginner in programming. I need a help in creating an install file / distribution package, a way to make sure my programme will run on a computer that does not have Borland C++ Builder 6 installed.

In VB, I remember there was a neat tool that listed the dependency files and grouped them together for installation, I can't find a way to do the same with Borland Builder. So, basically, the question is: how do I determine ALL the files that my programme uses, except for the obvious EXE file to make it possible to distribue my app?

Thank you in advance for your help.