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.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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.