fmoore0001
Programmer
I posted a note her several weeks ago on the fact a Visual Studio 6.0 Windows Installer setup I had for a Visual FoxPro program was giving me fits. It appears that the Windows installer was quite happy to place a desktop icon for my foxpro program but when ever I ran from that icon a FOXUSER .DBF and .FRT file opened on the desktop. Further investigation showed that a FOXUSER .DBF and .FRT file was being created in the Start/Program area, but I couldn't see it.
It appears I have solved the mystery WHY the files are appearing. It seems that the START IN part of the shortcut is NOT filled in by the Windows Installer. I have code in the program that makes sure the program itself switches to the directory where it is started, but the damn FOXUSER .DBF and .FRT files still are opened on the desktop. I don't need them, so is there a way at compile time to make sure they are not even opened? I have another program set up where this does NOT happened, but danged if I can figure out the difference between the two projects.
Frank
It appears I have solved the mystery WHY the files are appearing. It seems that the START IN part of the shortcut is NOT filled in by the Windows Installer. I have code in the program that makes sure the program itself switches to the directory where it is started, but the damn FOXUSER .DBF and .FRT files still are opened on the desktop. I don't need them, so is there a way at compile time to make sure they are not even opened? I have another program set up where this does NOT happened, but danged if I can figure out the difference between the two projects.
Frank