It compiles fine and I'm pretty sure the files are being found because the exe size is large. However, when I run the setup the files are not extracted. The documentation on this command is very brief, so am I missing some crucial point?StrCpy $R0 "$TEMP\Sample"
CreateDirectory "$R0"
SetOutPath "$R0"
File "/oname=\bin\DLLs\mydll.dll" "C:\dev\SomeDirectory\bin\DLLs\mydll.dll"
Thanks