I would like create Google-like online installer and updater using NSIS.
What plugins should I use?
And maybe somebody can recommend any existing solutions or examples?
I would like create Google-like online installer and updater using NSIS. What plugins should
Share
You can use the Inetc plug-in to download files, it can also perform HEAD requests if you want to perform the version check on the server. Everything else really depends on your specific setup but creating multi-stage online installers/updaters is not easy; see this answer for a list of things you need to think about/figure out…