My program needs to load a DLL, the DLL would register self.
when i uninstalled my program, i use Unregdll to unregister the DLL.
if i want to reinstall it, i need reboot the computer, or my program can't load the DLL correctly.
i want to reinstall my program without reboot, how to do?
Thanks!
help! About Unregdll
2 posts
Are you sure you understand what registering a DLL means? Not to insult you, butr from your post I get the impression you do not really know what registering means.
If you sure you need to register, depending on the DLL a reboot cannot be avoided.
Theoretically you could kill "explorer.exe" and restart the OS "explorer.exe", this would make in some case dynamically unregistering a ActiveX DLL without reboot possible.
If you sure you need to register, depending on the DLL a reboot cannot be avoided.
Theoretically you could kill "explorer.exe" and restart the OS "explorer.exe", this would make in some case dynamically unregistering a ActiveX DLL without reboot possible.