Skip to content

Commit f719f99

Browse files
committed
Move optional driver installation to "Extensions" section.
1 parent 1eef522 commit f719f99

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

mountainduck/installation/index.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,24 @@ Enabling the _Mountain Duck File Provider_ extension is always required for _Int
8383
:width: 500px
8484
:::
8585

86+
::::
87+
::::{tab} Optional Windows Driver Installation
88+
89+
Connecting using [_Online_](../connect/online.md) or [_Smart Synchronization_](../connect/sync.md) connect mode requires the installation of an additional file system driver in Windows. The following prompt is displayed when attempting to connect the first time.
90+
91+
![CBFS Driver Installation](_images/CBFS_Driver_Installation.png)
92+
93+
:::{tip}
94+
The installation of the file system driver is not required for [_Integrated_](../connect/integrated.md) connect mode.
95+
:::
96+
97+
:::{admonition} Manual Installation
98+
:class: tip
99+
```
100+
msiexec /i "$((Get-AppxPackage io.mountainduck).InstallLocation)\Setup\Mountain Duck Support.msi"
101+
```
102+
:::
103+
86104
::::
87105
:::::
88106

@@ -138,22 +156,6 @@ This error message appears if you try to use an old license key for a newer vers
138156

139157
## Windows Installation
140158

141-
### Optional Driver Installation
142-
Connecting using [_Online_](../connect/online.md) or [_Smart Synchronization_](../connect/sync.md) connect mode requires the installation of an additional file system driver in Windows. The following prompt is displayed when attempting to connect the first time.
143-
144-
![CBFS Driver Installation](_images/CBFS_Driver_Installation.png)
145-
146-
:::{tip}
147-
The installation of the file system driver is not required for [_Integrated_](../connect/integrated.md) connect mode.
148-
:::
149-
150-
:::{admonition} Manual Installation
151-
:class: tip
152-
```
153-
msiexec /i "$((Get-AppxPackage io.mountainduck).InstallLocation)\Setup\Mountain Duck Support.msi"
154-
```
155-
:::
156-
157159
### Error Code 0x24C
158160

159161
If you get the error code `0x24C` uninstall the client, reboot the system, and reinstall the client.

0 commit comments

Comments
 (0)