Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Installing software on Vista - register DLL

Reply
Thread Tools Display Modes

Installing software on Vista - register DLL

 
 
Doekoe
Guest
Posts: n/a

 
      03-14-2008
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
 
Reply With Quote
 
 
 
 
Universe_JDJ
Guest
Posts: n/a

 
      03-14-2008
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.)
 
Reply With Quote
 
On the Bridge!
Guest
Posts: n/a

 
      03-14-2008
try running the installer by right clicking on it and selecting "run as
administrator"


"Doekoe" <> wrote in message
news:39c85ebc-88db-47dc-b3b3-...
>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



 
Reply With Quote
 
zachd [MSFT]
Guest
Posts: n/a

 
      03-20-2008

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" <> wrote in message
news:39c85ebc-88db-47dc-b3b3-...
>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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista uses all 4GB of RAM when Installing software Darkvette Windows Vista Performance 16 06-09-2008 11:04 PM
Installing Software on Vista SDM912 Windows Vista Installation 2 05-09-2008 04:24 PM
Error in Vista installing software KenS Windows Vista General Discussion 3 10-31-2007 06:40 PM
how to register a software as "trusted" ? edgardumea Windows Vista Installation 9 08-07-2007 06:59 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59