Hello,
I want to make Zotero Standalone fully portable. However, on start-up Zotero creates a profile folder C:\Documents and Settings\username\Application Data\Zotero\Zotero with the following content:
|profiles.ini
|||Profiles/
|||||f450im62.default/
||||||||[...]
|||||||||zotero/
Zotero\Profiles\f450im62.default\zotero is the actual folder which Zotero uses. I would like to store this profile in Data\profile.
How can I tell Zotero to create its profile folder in Data\profile and use this one as default?
I tried to use DirectoriesMove in my launcher.ini as follows without any success:
[DirectoriesMove]
%APPDATA%\Zotero=%PAL:DataDir%\profile
You can view the complete source code here: https://github.com/orschiro/PortableApps/tree/master/Zotero%20Standalone...