Install Zotero and Connector in the background
We provide Zotero and the Firefox on all computers in our pc rooms and need to install Zotero and the Connector in the background (by scripting these installations). This works so far, but there are some clicks which will be needed for every new user on a pc, which we would like to avoid:
* In Firefox after the installation of the Connector, one has to first click once on the grey Z to see the first greetings message "You've installed the Zotero Connector! ...". Can this be skipped?
* When a user first starts Zotero, then this will always open Firefox with the Zotero website for installing Connectors (which is already installed at this time). Can this be avoided?
* In Firefox after the installation of the Connector, one has to first click once on the grey Z to see the first greetings message "You've installed the Zotero Connector! ...". Can this be skipped?
* When a user first starts Zotero, then this will always open Firefox with the Zotero website for installing Connectors (which is already installed at this time). Can this be avoided?
In the next Connector release the prefs will be stored via the chrome.storage API, which I believe (though I haven't confirmed) gets stored within the 'browser-extension-data' subdirectory of the Firefox profile directory, so you could do the same thing for that.
C:\Users\...\AppData\Roaming\Zotero\Zotero\Profiles
as a template which will be copied on every computer and each time the installation is triggered again. Or is this too much to take as a template?C:\Users\...\AppData\Roaming\Zotero\Zotero\Profiles\...\pref.js
The profile which we copied here is just ignored. Here is a debug ID for starting Zotero with these templating files: D2023259297. Any ideas how to solve this?