QUOTE(Pantalaimon @ Apr 1 2006, 07:57 PM)

how do you know what dll install for the application??
isnt there a "package i can download and put it on my system32 folder??? :E
Not going to be a comprehensive package anywhere. That is because any application can use any number of specialized dlls.
Most apps will report the name of the missing dll. The problem often arises tho, when a specific version is required, because as newer versions are released, calls & functions may get added or deleted.
If you get stuck with a tough dll problem, a good starting point is a "dependency walker" type tool. There are so many available - from free by Microsoft, to commercial versions by others.
Google is your friend. Just type "dll dependencies" (minus the quotes), and the very first few hits will give you a quick read, and a number of tools to experiment with.