To register a DLL file on a windows server using regsvr32
, do you first need to move the file to your system32
folder or is that actually done automatically once you call the regsvr32
command?
If I just drop a dll file on my desktop and register it there, can I just delete it after registration? What would happen after removing it?
In other words, how does the regsvr actually really work?