Error registrando dll en Windows Vista o Windows 7, el problema es debido al UAC.
Solucion:
Deshabilitar UAC:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exeADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
Reiniciar registrar nuestras dll y despues habilitar de nuevo el UAC.
Otra solucion es abrir una consola de comandos como administrado y registrar las dll por comandos.
Habilitar UAC:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exeADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
Reinicia el sistema