Just a quick question are you able to use variables in File.
For example
StrCpy $DISTRIBUTION_CD_LOCATION "G:\generic\bbRad distribution CD\bbRad v1.11 ib0\Enterprise\Program Files\bbRad\"
SetOutPath "$INSTDIR"
SetOverwrite try
File $DISTRIBUTION_CD_LOCATION"bbRadCLI.exe" Using the above I get the following error:File: "$DISTRIBUTION_CD_LOCATION"bbRadCLI.exe"" -> no files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "C:\Documents and Settings\james\workspace\bbRad installer\setup.nsi" on line
75 -- aborting creation process
Is it that you must specify the whole dir to the file when using File, or have I just done something wrong with the var side of things....
Thanks
James