Skip to content
⌘ NSIS Forum Archive

Updates

3 posts

EnCey#

Updates

Hi again,

is there a NSIS feature for (automated) updates?
If the user installs a newer version of my software I want the installer to copy/replace only new files.

Do I have to make this myself or is there some command/plugIn that does the job?

Regards,
EnCey
fabian.rap.more#
Originally posted by fluidz91
hi,

I think you can use


SetOverwrite ifnewer
in your section before the use of File.
yeah that will work