I want the dlls register automatically in the windows system

  • Thread starter Thread starter abeerbalah
  • Start date Start date
  • Tags Tags
    System Windows
AI Thread Summary
To automatically register DLLs in a Windows system for a VB.NET project, it's essential to ensure that the DLLs are included in the installation package and placed in the correct directories. The discussion highlights the importance of proper setup configurations, suggesting that users should explore advanced options in the project properties. Additionally, the conversation points out the utility of online resources for guidance, specifically recommending searches related to registering DLLs in Windows. Users are encouraged to utilize forums and documentation for specific instructions, as well as to ensure that thread titles are relevant to attract the right audience.
abeerbalah
Messages
3
Reaction score
0
register dll automatically in the windows system ?

i`ve added a dlls for a project with vb.net as a reference
but i need to setup the program to another pc , and i want the dlls register automatically in the windows system
how i can do that ??
 
Last edited:
Technology news on Phys.org


Why would you want the dll to automatically register in Windows?

The project will hold the links necessary and as long as you provide the dll's in the package in the correct specified locations then the software will know exactly what to do.

Note that you should name your thread appropriately so it gets the best audience. "very important question to me" is not appropriate.
 


i just need it so much , is there any way in properties or setup advanced options ?
 
i already try to find an answer there , but i could n`t
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top