212k views
4 votes
Which tool might a software developer or system administrator use to register a component of an application in the windows registry?

User Asif Iqbal
by
8.0k points

1 Answer

5 votes

Answer:

  • COM+
  • Regsvr32

Step-by-step explanation:

COM+ is an expansion of Component Object Model (COM), Microsoft's important structure block method for developing administration software. COM+ is both an object-oriented coding structure and a collection of computer operation services.

In computing, Regsvr32 is a command-line service in Microsoft Windows operating systems during registering or unregistering DLLs including ActiveX commands in that Windows Registry. To imply used among regsvr32, every DLL need exportation the roles DllRegisterServer and DllUnregisterServer.

User MickG
by
8.1k points