Results 1 to 4 of 4

Thread: Installing software on Vista - register DLL

  1. #1
    Doekoe Guest

    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. #2
    Universe_JDJ Guest

    Re: Installing software on Vista - register DLL

    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. #3
    On the Bridge! Guest

    Re: Installing software on Vista - register DLL

    try running the installer by right clicking on it and selecting "run as
    administrator"

  4. #4
    zachd [MSFT] Guest

    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.

Similar Threads

  1. Replies: 8
    Last Post: 26-11-2010, 04:49 AM
  2. Installing old software on Vista
    By Zaafir in forum Operating Systems
    Replies: 3
    Last Post: 17-08-2009, 03:25 PM
  3. dicciculty installing Sony Ericsson Phone Software on Vista
    By pushpendra in forum Vista Setup and Install
    Replies: 2
    Last Post: 14-07-2009, 06:03 PM
  4. Installing software for HP Scanjet 6300c on Vista Home Premium
    By Nesta Rock in forum Windows Vista Performance
    Replies: 3
    Last Post: 06-08-2008, 08:51 PM
  5. ocx files fail to register when installing an application
    By dave@at in forum Windows XP Support
    Replies: 2
    Last Post: 10-05-2005, 12:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,008,907.20105 seconds with 17 queries