regsvr32

What is difference between registering a dll to ISA server using regsvr32 and manually updating the system registry?

I have scenario where I need to add a dll to ISA server. I have two options, either to use regsvr32 or manually update the system registry. I don't have much idea about how regsvr32 will register the dll. Please let me know what should be proper/cleaner way to register the dll. TIA Anil ...

How to get an ActiveX component's registered path

Greetings! I've got a registered ActiveX component which I'm referencing in a C# project. However, I'd like to know the original path to the actual component being run. This is not the execution path per se. Is there something saner than searching the registry by hand? The component is registered with a simple /regserver command, if th...