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
Updates
3 posts
hi,
I think you can use
I think you can use
in your section before the use of File.
SetOverwrite ifnewer
Originally posted by fluidz91yeah that will work
hi,
I think you can use
in your section before the use of File.
SetOverwrite ifnewer