Archive: copy file


copy file
Hi
i am making a setup using nsis , i want to copy file and paste it into some other directory ,it is fine at this point becoz i am running my setup at the developer computer but i need my set to run at the other computer but it is not happening i.e it is not paste the copied file at the located path of the directory in other computer.. i want all the files which i have copied to the developer computer to paste it at the located path of the directory in other computer by the setup..
any help will be appreciated......
Thanks


Err... I think that's what the File command is for. Read the manual, under 'Basic functions'.

http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1


Yes thanks MSG, I have gone through that but i need more help....


Could you elaborate on what specifically you need, then?

From your first post I can gather only "I need to distribute some files from my dev computer to the user's computer", and the answer to that is "use the File command".


Maybe shazia.parveen forgot to set SetOutPath before using the File command?


Thanks very much , I use the file command and it is working now.....