> Hi all,
> Right now i cannot call my help.chm when i install to a pc that is not installed vfp 7.0, i have searched the solution that foxhhelps.exe and foxhhelpps.dll has to be registered. How to register the two files using inno setup?
>
> thanks in advance
INNO Setup
[Files]
Source: Yrpath\FOXHHELP.exe; DestDir: {app}; Components: workstation
Source: Yrpath\foxhhelp.dll; DestDir: {app}; Components: workstation
Subhankar