Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Deploying VB


1 reply to this topic

ib4

ib4
  • Members
  • 1 posts

Posted 22 November 2002 - 07:32

Does anyone know what my users require on their PC if I'm deploying a VB software using an Access database on a shared network drive?

Do they require Access on their PC's?
Thanks

hambone

hambone
  • Members
  • 206 posts

Posted 22 November 2002 - 19:04

i think you will find that the following files are required:

; MS Visual BASIC Run-Time Library
\WINNT\system32\Win2000\MSVBVM50.dll
\WINNT\system32\Win2000\MSVBVM60.dll

( these files will depend on the version of vb used.  the ones identified here are for v5 and v6 )

after that it depends on how the app was coded to access the access database ( rdo/ado/odbc/... ).  i have included a few of these in the following...

; Middleware files
\WINNT\system32\StdOLE2.tlb
\WINNT\system32\OLEAut32.dll
\WINNT\system32\OLEPro32.dll
\WINNT\system32\ComCat.dll
\WINNT\system32\Ctl3d32.dll

( if you do decide to bundle any middleware files make sure that are of a common version )

; MS Automation DLL
WINNT\system32\AsycFilt.dll

( most likely not needed...)

hope that helps a bit...