|
| |||||||||
| Tags: dll, register, software |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Installing software on Vista - register DLL
I am using Windows Vista for a while. The biggest problem I have with Vista is when I install software and during the installation it tells me that it can not register the DLL files. If it is just one I can do this manually and that is OK, but today I got a list of DLL files. In my opinion it can not be the way that I need to register this manually. I run the Setup.exe as administrator, however this is not enough for the regsvr32 I think. So I am looking for a solution for this. Thanks in advance. Dirk |
|
#2
| |||
| |||
| Re: Installing software on Vista - register DLL
Doekoe wrote: > I am using Windows Vista for a while. The biggest problem I have with > Vista is when I install software and during the installation it tells > me that it can not register the DLL files. If it is just one I can do > this manually and that is OK, but today I got a list of DLL files. In > my opinion it can not be the way that I need to register this > manually. > > I run the Setup.exe as administrator, however this is not enough for > the regsvr32 I think. So I am looking for a solution for this. > > Thanks in advance. > > > Dirk Is this with all software or just with a specific product/range of products? You *could* try turning UAC off for the purpose of installation and see if that helps (though your system security will not be as great.) |
|
#3
| |||
| |||
| Re: Installing software on Vista - register DLL
try running the installer by right clicking on it and selecting "run as administrator" "Doekoe" <d.schingenga@eromes.nl> wrote in message news:39c85ebc-88db-47dc-b3b3-af2b7180d9e1@p73g2000hsd.googlegroups.com... >I am using Windows Vista for a while. The biggest problem I have with > Vista is when I install software and during the installation it tells > me that it can not register the DLL files. If it is just one I can do > this manually and that is OK, but today I got a list of DLL files. In > my opinion it can not be the way that I need to register this > manually. > > I run the Setup.exe as administrator, however this is not enough for > the regsvr32 I think. So I am looking for a solution for this. > > Thanks in advance. > > > Dirk |
|
#4
| |||
| |||
| Re: Installing software on Vista - register DLL Does it tell you what DLL it's trying to register that's failing? Presumably if it's still failing when run as administrator, that would be because it's doing some bogus registration. If you have a list of DLLs, you can use something like: for /f %a in (mydllfilelist.txt) do regsvr32 %a from an elevated cmd.exe prompt to register them all. -- Speaking for myself only. See http://zachd.com/pss/pss.html for some helpful WMP info. This posting is provided "AS IS" with no warranties, and confers no rights. -- "Doekoe" <d.schingenga@eromes.nl> wrote in message news:39c85ebc-88db-47dc-b3b3-af2b7180d9e1@p73g2000hsd.googlegroups.com... >I am using Windows Vista for a while. The biggest problem I have with > Vista is when I install software and during the installation it tells > me that it can not register the DLL files. If it is just one I can do > this manually and that is OK, but today I got a list of DLL files. In > my opinion it can not be the way that I need to register this > manually. > > I run the Setup.exe as administrator, however this is not enough for > the regsvr32 I think. So I am looking for a solution for this. > > Thanks in advance. > > > Dirk |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Installing software on Vista - register DLL" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error 1907. Could not register font. -- while installing Office 07 on Vista | Kaj E. Ozolins | Office Setup | 9 | 26-11-2010 04:49 AM |
| Problems installing our software on Windows Vista | Joseph Geretz | Vista Setup and Install | 6 | 19-08-2009 02:43 PM |
| Installing old software on Vista | Zaafir | Operating Systems | 3 | 17-08-2009 04:25 PM |
| Problem installing ISP software on Windows Vista run PC | Joe C | Networking & Security | 2 | 25-01-2008 05:41 PM |
| ocx files fail to register when installing an application | Aaron H | Windows XP Support | 4 | 10-05-2005 01:18 AM |