EnCey
20th February 2008 10:54 UTC
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
fluidz91
20th February 2008 11:43 UTC
hi,
I think you can use
SetOverwrite ifnewer
in your section before the use of File.
fabian.rap.more
20th February 2008 12:30 UTC
Originally posted by fluidz91
hi,
I think you can use
SetOverwrite ifnewer
in your section before the use of File.
yeah that will work