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: MBox Viewer (Mar 22, 2026), Platform 30.3 (Mar 29, 2026)
1,400+ portable packages, 1.2 billion downloads
Our costs have risen a bunch. 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!