here is the bug that tracks the issue:
https://bugzilla.zimbra.com/show_bug.cgi?id=52892.
until that's fixed, the workaround, on windows, requires some manual editing of a .vbs file:
Code:
C:\Program Files\Zimbra\Zimbra Desktop\win32\zdrun.vbs
look for this function:
Code:
Function GetDataRoot()
change
Code:
GetDataRoot = sLocalAppDir & "\Zimbra\Zimbra Desktop"
to
Code:
GetDataRoot = "<some directory i want to place my data>"
example:
Code:
GetDataRoot = "F:\zd_data"
save the file and restart zd.
THE ABOVE STEPS ARE INTENDED FOR NEW INSTALLATION ONLY!
to migrate existing data to a new place:
========================
1) quit ZD; copy the data from the existing location (c:\documents and settings\...\Zimbra Desktop) to the new location
2) update this registry key with your new path to data:
Code:
HKEY_CURRENT_USER\Software\Zimbra\Zimbra Desktop\DataRoot
3) restart zd