Where does Mountainduck store the general preferences? #17673
-
|
Hi, I want to deploy Mountainduck to 100 Windows users and I want do deliver our default preferences (like caches, default sync mode etc.) with it. I installed it on a fresh workstation and created these settings but I cannot find these preferences anywhere:
I know that there is the possibility of default.properties but it was said before that this is not the right way to go. So how do you deploy Mountainduck with msxi, the license and the specific defaults to a high number of workstations including some terminal servers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
You can apply the license to The usual location for user preferences is default.properties is the best way to pre-configure Mountain Duck, due to it being a simple So, for a deployment:
It's on the backlog to allow configuration through ProgramData\Cyberduck, and loading profiles from ProgramData\Cyberduck\Profiles. |
Beta Was this translation helpful? Give feedback.
You can apply the license to
C:\ProgramData\Cyberduck(you need to create the folder first).The usual location for user preferences is
%AppData%\Cyberduck\mountainduck.user.config- however, we are working on a bugfix, where Mountain Duck, when launched without the folder%AppData%\Cybrduckalready existing saving to%LocalAppData%\Packages\io.mountainduck_…\LocalCache. So, look in that location, for configuration files (we will migrate them after a future bugfix release). When the folder already exists Windows won't redirect to the Package-local path, but the real AppData-path.default.properties is the best way to pre-configure Mountain Duck, due to it being a simple
Key=Value-pair fil…