Results 1 to 14 of 14

Thread: Error On Installation

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Error On Installation

    Hello everyone!
    I'm trying to install my application onto a seperate machine, but it gives me this error

    What am I doing wrong ? How can I avoid this ?
    Attached Images Attached Images  

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Error On Installation

    I am not sure but what happens if you try Ignore?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Error On Installation

    Quote Originally Posted by dee-u
    I am not sure but what happens if you try Ignore?
    Well, I've tried it once, I don't think it made a difference
    At least I hope not

  4. #4
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Error On Installation

    It may be that its allready there? Not sure, just a thought

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Error On Installation

    I had this experience a few days back that is similar to your problem and choosing Ignore was just fine and my app still worked...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Error On Installation

    Thanx guys!
    One more thing:
    Is there a way to avoid this from within the Setup1.vbp program ?

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Error On Installation

    Moved to Application Deployment.

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Error On Installation

    It is ONLY XP Machines that gives this error, can anyone help ?

  9. #9
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Error On Installation

    What version of ADO are you using? Does those XP Machines have MDAC installed already?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Error On Installation

    All machines are running Win XP
    I've installed MDAC 2.8, so now I'll have to wait and see

  11. #11
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Error On Installation

    are you using the Package and Deployment wizard?

    if so you need to remove that file (msado25.tlb) from the packing, and instead include and run MDAC with the installation.

    msado25.tlb is picked up as a needed dependancy, when in reality you really need all of MDAC

  12. #12

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2005
    Posts
    384

    Re: Error On Installation

    Hello!
    I have used the P & D Wizard.
    What I've done was to run the MDAC 2.8 installation on its own, on the XP machines, but now it gives me this error!
    Attached Images Attached Images  

  13. #13
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Error On Installation

    thats because you should really get away from using the PDW. I really suggest you use an application like INNO setup (which is free)

    it may take a little learning at first, but its 100x better than PDW

    It allows you to do things like only install MDAC on certain versions of windows, so you wont get that error message.

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Error On Installation

    GrimmReaper,

    You should not attempt to install MDAC 2.8 on XP. You can try the Automatic OS Updater in my signature to do the installations for you.

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