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?
New: Kudu (May 12, 2026), Platform 30.4 (Apr 28, 2026)
1,400+ portable packages, 1.2 billion downloads
PortableApps.com is operating at a loss. Please donate if you can!
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!