Perhaps the OP problem is to find out which runtime version (and service pack level) is needed. Somehwere within the first few KB VisualFoxproRuntime.N is included in a VFP built EXE, but N is only the main version number.
From my experience I had a problem as I deployed a VFP9SP1 compiled version to clients, which only had the VFP9SP0 runtime installed, assuming the client company already had rolled out the SP1 Runtime installation. It lead to start errors. But I think that SP level dependancy is not always checked and can lead to problems, when VFP accepts and uses the wrong SP level runtime.
Bye, Olaf.