Error 0x80004005 RegSvr32
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.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /fReiniciar…