Link to home
Start Free TrialLog in
Avatar of ottobay
ottobay

asked on

How can I avoid using the Package wizard for small applications...

I have written small applications that I want to distribute without the big size that accompanies a setup program. How can I know exactly which dll my executable file needs to run in any machine. I would then zip them and send them in a different file with instruction to copy these files to the windows directory before running the executable. Is there another way I could do this, and avoid the error message: "......dll cannot be located" when people try to run my executable.?
ASKER CERTIFIED SOLUTION
Avatar of FeVeR
FeVeR

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ottobay
ottobay

ASKER

Is there a way I could make my dependency files less bulky. It just seems unfair to get a 4 Meg instalation setup for a simple 8k or 12k executable file.