You are here

copyfiles quick question

2 posts / 0 new
Last post
Travis Carrico
Offline
Last seen: 15 years 4 months ago
Developer
Joined: 2006-10-22 00:30
copyfiles quick question

will the copyfiles command automatically overwrite if the same file name exists or do i have to add a switch or something to make it do that?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 40 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
SetOverwrite

Check the NSIS manual for SetOverwrite. By default, it's set to on. So CopyFiles will overwrite anything that exists without notification or error.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments