shazia.parveen
14th December 2009 07:13 UTC
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
MSG
14th December 2009 07:23 UTC
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
shazia.parveen
14th December 2009 07:34 UTC
Yes thanks MSG, I have gone through that but i need more help....
MSG
14th December 2009 12:54 UTC
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".
CG!
14th December 2009 13:50 UTC
Maybe shazia.parveen forgot to set SetOutPath before using the File command?
shazia.parveen
15th December 2009 06:21 UTC
Thanks very much , I use the file command and it is working now.....