Russell Morton
Thread Starter
- Joined
- Apr 2, 1999
- Messages
- 136
Hi, I use Wise Installmaker to create setup scripts for my VB programs. I usually works fine but I have a problem in a program that uses jet database access.
I add the MSDACInit.wse script to my set up. and all appears ok, but when I run my program the following occurs. the actual installation goes OK, but when I try and run the program I get an CLSID not registered error. The class that is failing to register is ADODBCommand ( found by searching the register on my development PC for the Class number ).
WISE tell me their script simply calls the microsoft support files, and it should all work.
Can anyone tell me what DLL contails the missing class and I will try and register it manually.
I add the MSDACInit.wse script to my set up. and all appears ok, but when I run my program the following occurs. the actual installation goes OK, but when I try and run the program I get an CLSID not registered error. The class that is failing to register is ADODBCommand ( found by searching the register on my development PC for the Class number ).
WISE tell me their script simply calls the microsoft support files, and it should all work.
Can anyone tell me what DLL contails the missing class and I will try and register it manually.