Skip to content

Commit 7292f9d

Browse files
authored
Merge pull request #618 from iterate-ch/issue/617-windows
Update Mountain Duck 5 Windows Installation Instructions
2 parents f798742 + c483ca1 commit 7292f9d

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

mountainduck/installation/index.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,20 @@ Mountain Duck is available in the [Mac App Store](https://mountainduck.io/buy/ma
2020
Open the *MSIX Installer Package* to install Mountain Duck.
2121

2222
:::{note}
23-
No admin privileges for installation are required.
23+
No admin privileges for installation are required. You can determine the installation location by running
24+
25+
```
26+
(Get-AppxPackage io.mountainduck).InstallLocation
27+
```
2428
:::
2529

26-
:::{tip}
30+
:::{admonition} Windows Store
31+
:class: tip
2732
Mountain Duck is available in the [Windows Store](https://mountainduck.io/buy/windowsstore).
2833
:::
2934

30-
:::{tip}
35+
:::{admonition} System-wide Installation
36+
:class: tip
3137
You can perform system-wide installations using the command in an elevated PowerShell window:
3238
```
3339
Add-AppxProvisionedPackage -Online -SkipLicense -PackagePath "Mountain Duck_5.0.1.27950_x64.msix"
@@ -93,10 +99,8 @@ Enabling the _Mountain Duck File Provider_ extension is always required for _Int
9399
::::
94100
::::{group-tab} Windows
95101

96-
Requires *.NET Framework 4.7.2.* If the {download}`.Net Framework installation<https://dotnet.microsoft.com/download/dotnet-framework/net472>` fails, download it manually.
97-
98102
- Mountain Duck 5.0.0 or later requires *Windows 10 1809 (17763)* or later.
99-
- Mountain Duck 4.13.0 or later requires *Windows 10 (14393) or Windows Server 2016* or later on 64 Bit.
103+
- Mountain Duck 4.13.0 or later requires *Windows 10 (14393) or Windows Server 2016* or later on 64 Bit. Requires *.NET Framework 4.7.2.*
100104
- Mountain Duck 3.2.0 or later requires *Windows 7, Windows 8.1, Windows 10 (14393)* or later on 64Bit.
101105
- Mountain Duck 3.0.1 or later requires *Windows 7* or later.
102106

@@ -120,7 +124,7 @@ You can manually install the registration key in
120124
You can install the registration key either in:
121125

122126
- `%AppData%\Cyberduck`
123-
- `C:\Program Files\Mountain Duck`
127+
- `C:\ProgramData\Cyberduck`
124128

125129
::::
126130
:::::
@@ -143,6 +147,11 @@ Connecting using [_Online_](../connect/online.md) or [_Smart Synchronization_](.
143147
The installation of the file system driver is not required for [_Integrated_](../connect/integrated.md) connect mode.
144148
:::
145149

150+
:::{admonition} Manual Installation
151+
:class: tip
152+
msiexec /a "$((Get-AppxPackage io.mountainduck).InstallLocation)\Setup\Mountain Duck Support.msi"
153+
:::
154+
146155
### Error Code 0x24C
147156

148157
If you get the error code `0x24C` uninstall the client, reboot the system, and reinstall the client.
@@ -157,7 +166,7 @@ For troubleshooting purposes when reaching out for support, please share the lat
157166

158167
## Installation with Device Management Software
159168

160-
You can distribute Mountain Duck with the help of Active Directory or a system management tool like Intune on Windows or JAMF on macOS and copy the license file into the [application support folder](../support/index.md#application-support-folder) after installing Mountain Duck. Installation packages are provided in MSI (Windows) and PKG (macOS) formats.
169+
You can distribute Mountain Duck with the help of Active Directory or a system management tool like Intune on Windows or JAMF on macOS and copy the license file into the [application support folder](../support/index.md#application-support-folder) after installing Mountain Duck. Installation packages are provided in MSIX (Windows) and PKG (macOS) formats.
161170

162171
### Defaults
163172

@@ -168,6 +177,10 @@ You can distribute Mountain Duck with the help of Active Directory or a system m
168177

169178
Follow the steps below to uninstall Mountain Duck completely.
170179

180+
:::{warning}
181+
Login credentials and bookmarks are shared with Cyberduck.
182+
:::
183+
171184
:::::{tabs}
172185
::::{group-tab} macOS
173186

0 commit comments

Comments
 (0)