Re: WinME Can't Install my VB6 Program

From: J French (erewhon_at_nowhere.com)
Date: 05/15/04


Date: Sat, 15 May 2004 11:28:28 +0000 (UTC)

On Sat, 15 May 2004 10:50:13 GMT, "Lenny Abbey"
<labbey@mindspring.com> wrote:

>I have a program which I have written in VB6. It has been used successfully
>by hundreds of users. But one person is having trouble installing it on a
>WinME system. He gets a "Class Not Registered" error message. I have tried
>supplying it to him with the VS1.1 installer as well as the standard VB6
>packager.
>
>The actual error message, with the CLSID code can be seen at::
>http://labbey.com/errormsg
>
>Is this an impossible task? I advised the user to either upgrade, or go back
>to Win98 SE.

It might be interesting to look for that GUID in your /own/ registry
- out of curiousity I've just done it

DAO.DBEngine.35

I reckon that if you looked in your Project's .VBP file, you would
find a reference to this.

Given that hundreds of people are using your App, do you really have
to rely on Third Party utilities to handle filing ?
- and if you do, it might be an idea to install them, or do a check to
see if they are there