AndiG2
10th August 2002 16:11 UTC
Small bug with File /oname identified
If you try to compile something like the following statement you get an error message:
File /oname="FireDaemon Cpuidle Service.xml" "\Delphi\CpuIdle\FireDaemon Cpuidle Service.xml.1"
/oname doesn't see to support "" and spaces. If a filename without spaces is used, this works...
Happy fixing,
Andi
kichik
10th August 2002 16:18 UTC
Try quoting all of the string.
File "/oname=File with spaces.txt" file.txt
I will try to fix this in the next version of my NSIS mod.
Oh, and please search the forum next time... http://forums.winamp.com/showthread....light=%2Foname
AndiG2
10th August 2002 16:32 UTC
That's it, thank you!
AndiG