Install without desktop icon
I know I can install Zotero silently with the '/s' switch. Are there any other switches available?
Specifically, I'd like to install it without a desktop icon.
Thanks.
Specifically, I'd like to install it without a desktop icon.
Thanks.
DesktopShortcut=false
in an[Install]
block, as explained there.Our installer files are on GitHub.
[Install]
DesktopShortcut=false
and starting the installer like:
Zotero_setup.exe /ini="(ThePath)\config.ini"
Of course, it requires a script and/or a config file which complicates the entire thing and if you need a script anyway, you may as well just delete the icon there. The config.ini can contain other settings though if that's what you need.
It would be nice if some of those options were broken out into their own direct install switches.
Thanks.