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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Distributable EXE

Status
Not open for further replies.

SBTBILL

Programmer
May 1, 2000
515
US
I did this in VFP 6 and 7 but now need to set it up in VFP 9 Can anyone help me get started.

Bill Couture
 
Bill,

It's basically the same as in earlier versions:

- Get all the forms, reports, PRGs, etc. into the project.

- Click the Build button (in the project). This will let you create the EXE.

- Use InstallShield Express (which comes with VFP) to create a setup program.

- Distribute that program to your users.

All the details are described in the VFP Help, the InstallShield Help, and a documentation file on the VFP 9.0 CD.

Mike


__________________________________
Mike Lewis (Edinburgh, Scotland)

My Visual FoxPro site: www.ml-consult.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top