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

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.
 
G

Guest

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top