How do you Copy files from Support files
Posted: Tue Jul 03, 2007 1:46 am
I have files that contain country specific information. For example, sUS.dbf is for the USA.
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.
The problem is that this does not work. Can you help me understand where I have gone wrong?
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?