Copy Local Files doesn't!
Posted: Mon Feb 13, 2006 5:19 pm
Hi,
We are trying to use the following expression to make a second copy of a file that has been previously installed by an external installer called from within the setup script we are writing. For some reason
Copy Local Files "$PROGRAMFILES$\\X\\X Y Z\\A\\B.pdf" to $TARGETDIR$\\X\\Y\\B.pdf
doesn't work. However, if we put the equivalent copy expression in a batch file that is called at the end of the installation (for other reasons), it works fine.
Any ideas? We have tried with and without quotes.
We are trying to use the following expression to make a second copy of a file that has been previously installed by an external installer called from within the setup script we are writing. For some reason
Copy Local Files "$PROGRAMFILES$\\X\\X Y Z\\A\\B.pdf" to $TARGETDIR$\\X\\Y\\B.pdf
doesn't work. However, if we put the equivalent copy expression in a batch file that is called at the end of the installation (for other reasons), it works fine.
Any ideas? We have tried with and without quotes.