kinki kids
13th November 2006 03:42 UTC
help! About Unregdll
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!
onad
13th November 2006 09:51 UTC
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.