Hello,

I am working on an application in Visual Basic that will be distributed on CD. We have decided that we would like to get the program to run off the CD w/o any kind of install program. We are using an MS Access file to hold all the data. Since we can't write back to the CD, I copy the Access file to the windows temp directory using Win32 API calls. It doesn't seem to like ActiveX. So I burned a CD with my compiled program, all the data, and VB run times that the program will need. I got it running on WinNT SP3 on several desktop and laptop computers. I took it home to test it on Win95 and Win98 and I got an Error 76 Path Not Found. In my code, I use the Win32 API to find the windows temporary directory and copy my db file over to the temp directory. I think this is where I am having the problems.

Does anyone have any insight into this problem?