install types
We could add install types, which would possibly make the installer look less hostile for computer noobs. for example:
minimal, custom, headless, full
InstType - http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.24
SectionIn - http://nsis.sourceforge.net/Docs/Chapter4.html#4.6.1.4
silent install (no user intervention needed)
Code: Select all
spring_installer.exe /S /D=C:\Program Files\Foo
The thing is, that basically, we do not have to do anything to support it, except fixing a few minor things, like making sure to find an automatic solution, if we are in silent install mode, and an old SpringLobby version is still running. we might just abort then.
Silent Installers/Uninstallers - http://nsis.sourceforge.net/Docs/Chapter4.html#4.12