I put all these country specific files under Support files. During installation the appropriate one is copied to $TARGETDIR$, and its name changed.
This code is above the Apply Install line.
Code: Select all
Delete Files $TARGETDIR$\\sa.dbf (when installing)
Copy Local Files $SUPPORTDIR$\\sUS.dbf to $TARGETDIR$\\sa.dbf
The problem is that this does not work. Can you help me understand where I have gone wrong?