Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Foxpro bug??

Status
Not open for further replies.

takyan

Programmer
Oct 16, 2002
84
HK
Hi,

When I install VFP at the user's PC, my application works fine. However, after VFP is removed, the PC always hang when running the application.
Would you give any advise for this case?

Yan
 
Takyan

Do you "uninstall" VFP or just delete the directory? Uninstalling it would remove required files for your application.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Yan,

When you uninstall VFP, you are deleting the run-time files which your application needs.

The best solution is to create a Setup program, and to run that on the user's system. You can do this without re-installing VFP.

To create the Setup program, use the Setup Wizard (if you are in VFP 6.0 or earlier) or InstallShield Express (for later versions).

Mike


Mike Lewis
Edinburgh, Scotland
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top