The given application demonstrates use of a class

Class: registry
Class Library: (c:\program files\microsoft visual studio\vfp98\ffc\registry.vcx)

For this purpose the small wrap-class is written: SysRegApp
To use it in your application, it is necessary:

1) To create instance of a class derivative from SysRegApp in library of the your application,
for example: App_SysReg
2) To change a property cAppKey of an obtained class,
for example: App_SysReg.cAppKey = Software\Loacal Visual FoxPro Applications\MyApplicationName
3) To rewrite a method App_SysReg.SetDefaults() for installation of significances by default,
See code of the method ThisForm.SysRegApp1.SetDefaults()

I hope this simple variant will help you on the first time...

Pay attention the place of files:
...\Include\SysRegApp.h
and
c:\program files\microsoft visual studio\vfp98\foxpro.h (in SysRegApp.h)
are fixed, it is possible to you it will be necessary to change it ...  
If there will be other problems, you can address to me mailto:Drozdov ics.perm.su