"Report Writer Not Installed" error (VdB 5.x)

Q: In Visual dBASE 5.7 , after creating an EXE, I run my program from windows and get this error when its time for printing:

Report writer has not been installed.

A: You must have an entry in your application.INI that points to where the report writer resides.

[ReportWriter]
directory=c:\visualdb\crystal

You only need this for an "undeployed" executable.  A deployed executable will set this up for you automatically, assuming the checkbox to deploy Crystal Reports was checked when building the deployment.