Archive: COM component registration


COM component registration
Is there simple method to register a new COM component?
resvr32 works but i need another


RegDLL.


is it nessesary run UnRegDLL during uninstall?


It's up to you. If it's a shared DLL, you wouldn't want to unregister it if other programs still need it.

NSIS 2.01 contains a new system called Library that handles all this for you. See:

http://nsis.sourceforge.net/Docs/AppendixB.html


Ok. It's a COM component using ONLY in our software. And I think We must uninstall it