aussiecyclone
March 22nd, 2001, 05:21 PM
Hi All,
My problem is error 430 "Class does not support automation". I have read all the previous responses on this and other forums including vbkb Q193172 which is addressed to VB6, unfortunately they have not helped me.
My app is VB5. It installs OK on Win98/95/Me. The Me PC and laptop 95 have VB installed.
I added some code behind the OK button on form welcome in setup1. The code searches for the app.exe, deletes the files if found in the dir and then Rm the dir before installation begins.
With this added code it will install ok on WinME and laptop95 PC's.
On the 98 PC I get the error when I click ok on the welcome form, this is where the search starts.
It's obvious that the search code is causing the trouble, I believe the 98 PC is missing DLL which the other computers have but I do not have a clue which one or how to install them from an installation disk.
From a suggestion from this forum I installed a newer version of MDAC on the 98 PC, unfortunaltely it made no difference.
Any help appreciated.
Regards,
Alan.
My problem is error 430 "Class does not support automation". I have read all the previous responses on this and other forums including vbkb Q193172 which is addressed to VB6, unfortunately they have not helped me.
My app is VB5. It installs OK on Win98/95/Me. The Me PC and laptop 95 have VB installed.
I added some code behind the OK button on form welcome in setup1. The code searches for the app.exe, deletes the files if found in the dir and then Rm the dir before installation begins.
With this added code it will install ok on WinME and laptop95 PC's.
On the 98 PC I get the error when I click ok on the welcome form, this is where the search starts.
It's obvious that the search code is causing the trouble, I believe the 98 PC is missing DLL which the other computers have but I do not have a clue which one or how to install them from an installation disk.
From a suggestion from this forum I installed a newer version of MDAC on the 98 PC, unfortunaltely it made no difference.
Any help appreciated.
Regards,
Alan.