Archive: no explicit setoverwrite ASK?


no explicit setoverwrite ASK?
for a variety of reasons, i don't like relying on ifnewer for installer overwrites. is there not an explicit ask?


Maybe you want to use GetFileTime to set up a script to compare files and search for the newest.

Good luck,
-Hendri.


You can always use MessageBox if the file already exists (IfFileExists).


shoulda thought of that one :O thanks kichik!