|
Hi everybody,
I created a small app with an Access97 database with DAO (on a Win98 OS)
I made the Setup.exe with the PDW that comes with VB6 and, on the remote PC (Win98), the person is receiving an error #3043.
I looked on Microsoft site and they're talking about a Temp directory that probably does not exist... But that's not the case. There is a c:\Temp and a c:\windows\Temp and also a d:\Temp !!!
The app is starting fine, but when it queries the database to fill an MSFlexGrid, then it comes with that error.
Can it be related with that FlexGrid or am I missing something ?
Any help will be appreciated
Here is a part of the Setup listing, if that could help (?)
[Bootstrap Files]
File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,7/15/00 12:00:00 AM,101888,6.0.84.50
File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
File3=@STDOLE2.TLB,$(WinSysPathSysFile),$(TLBRegister),,6/3/99 12:00:00 AM,17920,2.40.4275.1
File4=@ASYCFILT.DLL,$(WinSysPathSysFile),,,3/8/99 12:00:00 AM,147728,2.40.4275.1
File5=@OLEPRO32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,3/8/99 12:00:00 AM,164112,5.0.4275.1
File6=@OLEAUT32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,4/12/00 12:00:00 AM,598288,2.40.4275.1
File7=@MSVBVM60.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,8/21/00 12:00:00 AM,1388544,6.0.89.64
[Setup1 Files]
File1=@MSFLXGRD.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 12:00:00 AM,244416,6.0.84.18
File2=@COMCTL32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 12:00:00 AM,608448,6.0.81.5
File3=@VB5DB.DLL,$(WinSysPath),,$(Shared),6/18/98 12:00:00 AM,89360,6.0.81.69
File4=@msjtes40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/1/01 11:42:00 AM,241936,4.0.3714.5
File5=@msrepl40.dll,$(WinSysPathSysFile),,,9/1/01 11:41:58 AM,553232,4.0.3714.0
File6=@msrd3x40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/1/01 11:41:58 AM,315664,4.0.3714.0
File7=@msrd2x40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,7/2/00 1:15:12 PM,422160,4.0.2927.2
File8=@mswdat10.dll,$(WinSysPathSysFile),,,4/21/00 3:54:20 PM,831760,4.0.3829.2
File9=@MSWSTR10.DLL,$(WinSysPathSysFile),,,4/21/00 3:54:20 PM,614672,4.0.3829.2
File10=@expsrv.dll,$(WinSysPathSysFile),,,7/2/00 1:15:16 PM,379152,6.0.0.8540
File11=@VBAJET32.DLL,$(WinSysPathSysFile),,,5/5/99 10:22:00 PM,30992,6.0.1.8268
File12=@msjint40.dll,$(WinSysPathSysFile),,,7/2/00 1:15:14 PM,151824,4.0.2927.2
File13=@msjter40.dll,$(WinSysPathSysFile),,,7/2/00 1:15:14 PM,53520,4.0.2927.2
File14=@msjet40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/1/01 11:42:00 AM,1499408,4.0.3714.7
File15=@DAO360.DLL,$(MSDAOPath),$(DLLSelfRegister),$(Shared),6/13/00 12:00:00 AM,557328,3.60.2521.8
File16=@Commandes.exe,$(AppPath),,,1/19/02 12:51:02 AM,81920,1.0.0.0
again, thank you
|