You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also a [Chocolatey](http://chocolatey.org/packages?q=cyberduck) package maintained.
25
25
26
-
**What to do if Windows Installer goes haywire?**
27
-
In some cases, the windows gets confused over the installed product and goes haywire. As a result the product can't be modified anymore. To fix the state, run the following command:
Copy file name to clipboardExpand all lines: mountainduck/installation/index.md
+5-20Lines changed: 5 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -120,26 +120,9 @@ If you get the error code `0x24C` uninstall the client, reboot the system, and r
120
120
121
121
0x24C. A volume has been accessed for which a file system driver is required that has not yet been loaded.
122
122
123
-
#### Installer goes haywire
124
-
In some cases, the windows gets confused over the installed product and goes haywire. As a result the product can't be modified anymore. To fix the state, run the following command:
After restarting the system, the installer shouldn't complain anymore.
125
+
For troubleshooting purposes when reaching out for support, please share the latest installation log. The installation log file prefixed `Mountain Duck_` can be found in `%Temp%`.
143
126
144
127
## Installation with Device Management Software
145
128
@@ -167,7 +150,9 @@ Follow the steps below to uninstall Mountain Duck completely.
167
150
168
151
1. Close the application and navigate to the application folder using the shortcut `⌘⇧A`. Select *Mountain Duck.app* and delete the application by choosing *File → Move to Trash*.
169
152
2. Navigate to the *Group Containers* folder within *~/Library/* and delete the folder *G69SCX94XU.duck*. If you changed the cache location you will have to delete that folder as well.
170
-
3. **Optional:** Delete all saved login credentials regarding Mountain Duck within *Keychain Access.app*.
153
+
3. Run the _Terminal.app_ command to reset and erase the settings for Mountain Duck:
154
+
`defaults delete io.mountainduck`
155
+
4. **Optional:** Delete all saved login credentials regarding Mountain Duck within *Keychain Access.app*.
Copy file name to clipboardExpand all lines: mountainduck/support.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,14 @@ An error log is a record of critical errors that occur during the operation of t
49
49
50
50
It can be reached by clicking on the Show button within _Mountain Duck → Preferences → Connection_. The file is named *mountainduck.error*.
51
51
52
+
#### Installation Log
53
+
54
+
```{admonition} Windows only
55
+
Windows only
56
+
```
57
+
58
+
The installation log contains records of all actions performed by the setup program and by other executable files related to installation. It is required for troubleshooting if you encounter errors during the installation process. The installation log file prefixed `Mountain Duck_` can be found in `%Temp%`.
59
+
52
60
### Feature Request
53
61
54
62
Please make sure to include a detailed description of the feature you'd like to request within [your ticket](mailto:[email protected]).
0 commit comments