Hi,
I have been looking into this issue for about 4 hours and have got pretty much nowhere, it cannot be that hard surely?
All i am trying to do is copy a file from the same destination as the installer into the install directory. This needs to be done as the user manual is never ready to go when the installer is built so i am looking for a way to have the user manual on the CD and then it gets copied into the install directory after the install.
I have been attempting to do this with the MoveFile table and have set up an entry as below
FileKey : CopyUserManual
Component : UserManual
SourceName : User Manual.pdf
DestName: User Manual.pdf
SourceFolder : SOURCEDIR
DestFolder : INSTALLDIR
Options : 1
At first the installer didn't work at all as i hadn't included the component in the project. I did that and then the installer ran but the file was not copied
Does anyone have any ideas as to where i am going wrong??
Thanks in advance
Ross
I have been looking into this issue for about 4 hours and have got pretty much nowhere, it cannot be that hard surely?
All i am trying to do is copy a file from the same destination as the installer into the install directory. This needs to be done as the user manual is never ready to go when the installer is built so i am looking for a way to have the user manual on the CD and then it gets copied into the install directory after the install.
I have been attempting to do this with the MoveFile table and have set up an entry as below
FileKey : CopyUserManual
Component : UserManual
SourceName : User Manual.pdf
DestName: User Manual.pdf
SourceFolder : SOURCEDIR
DestFolder : INSTALLDIR
Options : 1
At first the installer didn't work at all as i hadn't included the component in the project. I did that and then the installer ran but the file was not copied
Does anyone have any ideas as to where i am going wrong??
Thanks in advance
Ross