Check if we need to pass `--first-startup` from the Windows installer
I've just discovered that Firefox has a FirstStartup
module invoked by the Windows installer.
It's used to download critical hotfixes (which would be good for us) but also for downloading experiments (which we don't care of).
We should check how useful it actually is, and in case make NSIS pass the --first-startup
flag.