/build/static/layout/Breadcrumb_cap_w.png

What is another way of registering DLL other than using Regsvr32?

Can any one plz answer my question


3 Comments   [ + ] Show comments
  • What mechanism are you using to deploy with?
    You've tagged 'Scripting', 'Virtualization', 'Package Development' and 'Software Deployment' for this post - each technology may have a different approach to take.

    For example, if it's an MSI you could extract the COM information and import to the registry of your package, you could tell your packaging tool to extract the COM information at build time or there are mechanisms in certain tools to self-register the files.

    Please provide further information about your situation and what you are trying to achieve and someone will be able to assist further. - dunnpy 10 years ago
  • I'd also be curious as to why you want to avoid using Regsvr32....is that approach limiting what you are trying to do, or causing some other problem? - drose23 10 years ago
  • Avoid using RegSvr32 if you're building the MSI yourself. Instead, as stated above, extract the COM information as .REG files and import those into your project, ensuring that the content gets put into the appropriate tables.

    Why? Because if any dependency is missing, Regsvr32 will fail. Of course, your testing ought to have identified the dependency and your package/deployment source altered accordingly. - anonymous_9363 10 years ago

Answers (2)

Posted by: pjgeutjens 10 years ago
Red Belt
0

you could always capture the registry keys resulting from the dll registration and dump them on the target machine


Comments:
Posted by: ArtemRazin 10 years ago
Senior Yellow Belt
-1

There are special sdk to achieve it e.g. Boxedapp sdk @ http://boxedapp.com

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ