Windows installer – create All User shortcuts

Can you adjust the installer to create All User shortcuts instead of current user shortcuts?

I keep hoping this will just magically change. Just installed 17 and got shortcuts for the current user only. This makes it very complicated for people who have multiple family users who login to windows with their own passwords. If the installer allowed non-administrator installation, then it would make sense to have those installs create shortcuts only for the current user. This doesn’t seem to be the case, as clicking ‘No’ on the security dialog simply closes the installer.

EDIT:
I have located the fix for this. In xbmc/project/Win32BuildSetup/genNsisInstaller.nsi the two lines for ‘SetShellVarContext’ need to be changed from ‘current’ to ‘all’.