I have created package for distribution of a VB6 application, but the end user claims that it is not working.
The database is opened in the application in the following statement

set dbTarg=Workspaces(0).OpenDatabase("D:\Databases\TT Mätdon.mdb",false,false)

When they are running the application it asks for an ODBC driver, but when I test it it works OK. The Path to the access database is OK.

In the installation log it says:

*** ERROR: LoadLibrary() failed while registering file 'C:\WINDOWS\system32\msjro.dll'
*** DURING THIS ACTION: DllSelfRegister: "C:\WINDOWS\system32\msjro.dll"

*** ERROR: An error occurred while registering the file 'C:\WINDOWS\system32\msjro.dll'
*** ERROR: (User Responded with 'Ignore')
*** DURING THIS ACTION: DllSelfRegister: "C:\WINDOWS\system32\msjro.dll"

I has asked if there are any other applications running but there are not I get as an answer.
The log says:
*** ERROR: C:\WINDOWS\system32\expsrv.dll
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.
*** ERROR: (User Responded with 'Retry')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\expsrv.dll"

*** ERROR: C:\WINDOWS\system32\expsrv.dll
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.
*** ERROR: (User Responded with 'Ignore')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\expsrv.dll"

*** ERROR: C:\WINDOWS\system32\expsrv.dll
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.
*** ERROR: If you ignore a copy error, the file will not be copied. The application may not function properly as a result. Do you want to ignore the error?
*** ERROR: (User Responded with 'No')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\expsrv.dll"

*** ERROR: C:\WINDOWS\system32\expsrv.dll
*** ERROR: Out of memory trying to copy the file.
*** ERROR: (User Responded with 'Retry')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\expsrv.dll"

*** ERROR: C:\WINDOWS\system32\expsrv.dll
*** ERROR: Out of memory trying to copy the file.
*** ERROR: (User Responded with 'Ignore')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\expsrv.dll"

*** ERROR: C:\WINDOWS\system32\vbajet32.dll
*** ERROR: The destination file in in-use. Please ensure that all other applications are closed.
*** ERROR: (User Responded with 'Ignore')
*** DURING THIS ACTION: SystemFile: "C:\WINDOWS\system32\vbajet32.dll"

The application is installed on a W2K server.

Thank you in advance

Ulf Malmros