[HELP]Register doesn't allow install-programs to register dll-file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can't install programs because the register won't allow dll-files to be
registered. I am administrator so I have al rights. And I can't do format C:\
because there are a lot of stuff I need to backup whitch I can't. Please help
me to fix my register.
 
You could try registering the DLLs manually. To do this, at the command
prompt type:
regsvr32 <path and filename for your DLL>

By the way, if you want to unregister a DLL the command is:
regsvr32 /u <path and filename for your DLL>

The full path to regsvr32 is:
c:\Windows\System32\regsvr32.exe
 
I already tried that, but that doesn't work.

=Steve D= said:
You could try registering the DLLs manually. To do this, at the command
prompt type:
regsvr32 <path and filename for your DLL>

By the way, if you want to unregister a DLL the command is:
regsvr32 /u <path and filename for your DLL>

The full path to regsvr32 is:
c:\Windows\System32\regsvr32.exe
 
Back
Top