How do I do that? I'm building an auto update feature for my program, and after download, the dll's must be registered. I could use a shell command to use regsvr32 but then I'd get those darn "DLL registered successfully" messages.
What I would need is some function where you'd supply the full path and name of the DLL to register it, since I can't know now what all the dll's will be called.

//Anders