Windows silent install: option to prevent Desktop Shortcut creation?

Hey! When installing jabref silently on Windows with the argument /q, is there an option to prevent the creation of a desktop shortcut?
Thanks!

What version do you want to install? JabRef 3.4.1 using the exe or the new 5.0 using the msi installer?

It’ll be good to know for both versions, but mainly going forward with the new ones. It’s for installing with chocolatey to give the user the option to prevent the desktop shortcut creation. You can pass installer arguments.

I had a look but couldn’t find the supported command line arguments (for the new msi installer). We are using WiX toolset under the hood (to give you a starting point for a google search).
I’ve found https://stackoverflow.com/questions/6305301/pass-command-line-variables-into-wixx-based-windows-installer-msi#comment7448331_6312014 which might be a good starting point to investigate which variables are set and when.