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?
Asked
Active
Viewed 2,410 times
0
-
Can you show an example of this Google on-line installer? – Sean Dawson Oct 05 '12 at 06:33
-
For example Google Chrome online installer (https://www.google.com/intl/en/chrome/browser/eula.html) – Wonky Roger Oct 05 '12 at 06:39
1 Answers
1
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...