How to create an update installer with NSIS? -


currently have installer created using nsis. want create update installer updates application newer version copying changed files. target platform windows.

the question broad. flagged invalid. btw,

  • if installer overwrites files, work not-very-clean updater too.
  • ultimately, installer/updater should check on start, if program installed, , if necessary, uninstall before installing new version. recommend calls uninstaller installed first installed, , performs regular install. should keep registry records if want keep current settings.

Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -