Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
From your description, I assume that this error is generated when you launch your application after it has been installed?
Are you distributing MDAC in your installation? If so what version are you distributing? I've certainly never distributed that type of application, however it may be due to an older version of MDAC. Try searching the web and google groups for that error. You may receive some useful information.
Does your installation run properly? Are any files skipped in your install log? Have you rebooted the system after the installation? Have you tested this on any other Windows 98 machine? Have you included Setup Factory 6.0's Visual Basic 6.0 Runtime Support Module in your installation? Have you used the Visual Basic 6.0 Project Scanner in Setup Factory? (Tools | Scan Visual Basic Project) The Visual Basic Project Scanner should tell you all of the files that you need to distribute with your Visual Basic App.
What’s probably happening here is you are not including a DLL or ActiveX control in your installation and the Windows 98 machine that you are testing on either does not have the control or has an older version of it.
Hopefully the answers to these questions will help us solve your problem.
MSI Factory The Next Generation Intelligent Setup Builder
Are any files skipped in your install log? Have you rebooted the system after the installation? Did you run the Visual Basic 6.0 Project Scanner on your initial installation?
Have you tried the installation on any other Windows 98 machines? Are the results the same? What is the exact error message that appears when you run your application?
Are you sure that you are including all of the dependency files?
MSI Factory The Next Generation Intelligent Setup Builder
Comment