Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying Program Using VB Install. MDAC & Jet (Problems!!!!)

Status
Not open for further replies.

kennedymr2

Programmer
May 23, 2001
594
0
0
AU
The program i have written needs both MDAC and JetBase
mdac_typ.exe and Jet40SP6_9xNT.exe
==============
The program is distributed to Win95,Win98, Win2000, Xt.
==============

What is the best way of handling the deployment of the program.
Should i have a different version of the distribution for each of the above.
Does Win2000,Xt allready have any of the above features, ??? do i need to install mdac & jet in these?
==============
I am not in a financial position to buy InstallaShield, therefore have to use VB distribution package.
==============
Appreciate any assistance from anyone with the same problem as i have.

 
First you can use InNoSetup to make your package ,it is free,better interface,more options.

regarding MDAC and JetBase :include the files which are listed below and you don't need to install mdac and jetbase

Registered components

1. c:\windows\system\comct332.ocx
2. c:\program files\common files\microsoft shared\dao\dao360.dll
3. c:\windows\system\msadodc.ocx
4. c:\windows\system\msbind.dll
5. c:\windows\system\mscomct2.ocx
6. c:\windows\system\mscomctl.ocx
7. c:\windows\system\msdatlst.ocx
8. c:\windows\system\msdatrep.ocx
9. c:\windows\system\msstdfmt.dll

Unregistered components

10. c:\windows\system\p2smon.dll
11. c:\windows\system\urlmon.dll
12. c:\windows\system\msvcirt.dll
13. c:\windows\system\msvcp60.dll
14. c:\windows\system\asycfilt.dll
15. c:\windows\system\comcat.dll
16. c:\windows\system\mfc42.dll
17. c:\program files\common files\system\ado\msado20.tlb
18. c:\windows\system\msvbvm60.dll
19. c:\windows\system\msvcrt.dll
20. c:\windows\system\oleaut32.dll
21. c:\windows\system\olepro32.dll
22. c:\windows\system\stdole2.tlb
23. c:\windows\system\vb6stkit.dll

Note : maybe some of above files are not needed for your application

any more help post here

Wasim FADLOUN
 
Thanks for your advice. Will download and have a look
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top