Skip to content
⌘ NSIS Forum Archive

COM component registration

5 posts

Guest#

COM component registration

Is there simple method to register a new COM component?
resvr32 works but i need another
kichik#
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: