In case you're wisely using the latest version of Visual FoxPro, VFP9, here's the skinny on the required files:
VFP 9 Runtime Files
http://fox.wikis.com/wc.dl
Here's the articles on what should be done to automate the process using the free InstallShield LE that shiops with VFP7 through VFP9 on the VFP CD:
Walkthrough: Creating a Visual FoxPro Application Setup Program Using InstallShield Express
http://msdn.microsoft.com/
'Where is the Setup Wizard?' and Other Annoying InstallShield Questions
http://msdn.microsoft.com/
Main Topics
Browse All Topics





by: CarlWarnerPosted on 2005-10-27 at 13:24:10ID: 15174481
Your compiled .exe is not a standalone .exe. On your development PC, you have everything you need to run it however. But, on other PCs, they don't have anything. That means they need the runtime library files to make it all run and you must supply those files to them. Generally, developers make a distribution setup that includes everything. But a few others take a few files, hold their breaths, say a prayer, and hope they get those files manually setup on each user PC where they run properly. But, it can be done. I've done it recently on a Win98 PC where I put VFP9 runtime library files on it and it worked.
You never mention what version of the Fox you're using.