Search code examples
regsvr32

"regsvr32 /u " fails when there's white space in the full path of the dll?


When I tried to unregister a dll :

regsvr32 /u IPCamFilter1.ax

A message box saying LoadLibrary(IPCamFilter1.ax) fails, how can I unregister it ?


Solution

  • this may be a dumb answer, but are you running your command prompt as administrator? (I'm assuming this is a Windows question, right?)