Roaming Computing System (Windows Edition) 3 - Zotero

Contents

Description

2.0.3

Version 2.0.3
Variant
Machine installed on Workstation
Depends on Firefox
Dependency of tweak-unattended-zotero-system-config
Any installer files preparation
WPKG packages.xml example page
AppDeploy page
Installer manufacturer
Installation instructions / options
Uninstallation instructions / options
System Configuration

Set storage location: http://www.zotero.org/support/preferences/advanced

Set the location of the data directory to be H: rather than the Windows profile:
pref("extensions.zotero.dataDir", "H:\\zotero");

Set the last used data directory location:
pref("extensions.zotero.lastDataDir", "H:\\zotero");

?:
pref("extensions.zotero.useDataDir", true);

We put prefs (\\server\windows-admin\tweak-unattended\configs\zotero-custom.js) in the extension directory (%PROGRAMFILES%\Mozilla Firefox\extensions\zotero@chnm.gmu.edu\defaults\preferences\zotero-custom-data-directory-h.js). If we put them in the Firefox prefs directory then they'd be read _after_ the extension directory. Sadly these are lost during an upgrade.

User config: Make a directory for Zotero to store its user config in on the server so that it isn't saved in the profile on the workstation for a roaming environment... :: Our Zotero system config instructs Zotero to use this directory :: This doesn't use an 'if exist' so that it doesn't have to choose whether the directory is on Samba or :: Windows and thus use H:\zotero\nul.ext or H:\zotero\nul mkdir "H:\zotero" 1>NUL 2>NUL

User Configuration Make a directory for Zotero to store its user config in on the server (H:\zotero) so that it isn't saved in the profile on the workstation for a roaming environment.
TWEAK
Release Notes
Changelog http://www.zotero.org/support/2.0_changelog, http://www.zotero.org/support/2.1_changelog
Download location
Issues with the software in our system
Issues with the software itself

1.0.10

Version 1.0.10
Variant
Machine installed on Workstation
Depends on Firefox
Dependency of tweak-unattended-zotero-system-config
Any installer files preparation
WPKG packages.xml example page
AppDeploy page
Installer manufacturer
Installation instructions / options
Uninstallation instructions / options
System Configuration

Set storage location: http://www.zotero.org/support/preferences/advanced

Set the location of the data directory to be H: rather than the Windows profile:
pref("extensions.zotero.dataDir", "H:\\zotero");

Set the last used data directory location:
pref("extensions.zotero.lastDataDir", "H:\\zotero");

?:
pref("extensions.zotero.useDataDir", true);

We put prefs (\\server\windows-admin\tweak-unattended\configs\zotero-custom.js) in the extension directory (%PROGRAMFILES%\Mozilla Firefox\extensions\zotero@chnm.gmu.edu\defaults\preferences\zotero-custom-data-directory-h.js). If we put them in the Firefox prefs directory then they'd be read _after_ the extension directory. Sadly these are lost during an upgrade.

User config: Make a directory for Zotero to store its user config in on the server so that it isn't saved in the profile on the workstation for a roaming environment... :: Our Zotero system config instructs Zotero to use this directory :: This doesn't use an 'if exist' so that it doesn't have to choose whether the directory is on Samba or :: Windows and thus use H:\zotero\nul.ext or H:\zotero\nul mkdir "H:\zotero" 1>NUL 2>NUL

User Configuration Make a directory for Zotero to store its user config in on the server (H:\zotero) so that it isn't saved in the profile on the workstation for a roaming environment.
TWEAK
Release Notes
Changelog
Download location
Issues with the software in our system
Issues with the software itself