DLL Registring during install, but NOT uninstall
Posted: Fri Apr 07, 2017 1:31 pm
I have a dll, let's call test.dll.
This entry is made with the gui and it has "File is Vital for Installation" and "File is Self Registering DLL" checked and it does indeed register and all is good.
HOWEVER, if I uninstall the application it does not unregister and it does not delete the file.
I ended up adding a manual run program with regsvr32.exe /u /s to unregister which works. But the file still exists and is not removed.
What would prevent it from being removed and also not unregistering without me manually doing it in script.
Thanks,
Greg
This entry is made with the gui and it has "File is Vital for Installation" and "File is Self Registering DLL" checked and it does indeed register and all is good.
HOWEVER, if I uninstall the application it does not unregister and it does not delete the file.
I ended up adding a manual run program with regsvr32.exe /u /s to unregister which works. But the file still exists and is not removed.
What would prevent it from being removed and also not unregistering without me manually doing it in script.
Thanks,
Greg