Hi,
I have written a C# application which uses Tao Framework bindings for OpenGL and FreeGlut.
It references two assemblies (Tao.OpenGL and Tao.Freeglut) and also requires that the appropriate OpenGL and Freeglut dlls be somewhere in the system.
How can I publish this application in such a way that the user simply installs it without worrying about any of these dependencies?