CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    Indiana USA
    Posts
    193

    Installation Problem

    I have an application that has been installing fine on everyone's machine except for one client.
    The setup was created with the Package and deployment wizard. The problem machine is a WinNT machine.

    As the installation is running, I get errors trying to register msdatgrd.ocx,mscomctl.ocx,msjro.dll and msadox.dll.

    The application is installed, but several errors occur because these are not registered (I assume that is the problem). Does anyone know how to force these ocx and dll to register, or what could be causing the failure.

    I have searched the MS site and tried to run the MDAC_typ.exe thinking that would fix the msadox.dll, but get the error File Not Found.

    As I said before, this same installation has worked on over 15 other machines, just having problems with this one. I need to find a way to get it working by the end of this week. Any suggestions would be greatly appreciated!

    Thank you
    Catrina


  2. #2
    Join Date
    Jul 1999
    Posts
    84

    Re: Installation Problem

    Hello,

    Check if the User login has administrator previleges before installing. Trying logging in as Administrator and installing ur software.

    Thanks
    Harini

  3. #3
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: Installation Problem

    Have you tried installing it on the NT machine as the Administrator? That will grant you full access to the registry so that the setup should register your files.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured