CasewareDocs
New in Caseware Cloud Engagements 2026-06See what's new

Install Caseware WebDAV protocol unattended

This article describes the specifics of installing the CasewareWebdavDocumentOpener6.msix protocol application on Windows.

If you have not previously done so, download the Caseware Webdav protocol installer using this link:

Protocol app installation privileges

The protocol application supports dual-mode installation, providing the Only for me option to perform per-user installation and the Anyone who uses this computer option for per-machine installation.

In the case of the Only for me option, the protocol application can be installed by the account with Standard User permissions. Administrative privileges are NOT required

In the case of the Anyone who uses this computer option, administrative privileges are required.

Note: Administrative privileges are required only to install the protocol application. To use the installed application and open documents, administrative privileges are NOT required.

Unattended installation

To run an unattended installation:

To install for all users. Administrative privileges are required. The example below installs the application for all users.

Add-AppxPackage -Path CasewareWebdavDocumentOpener6.msix -AllUsers

To install with the Only for me option. Administrative privileges are NOT required unless the Web Client service needs to be started. The example below installs the application for the current user:

Add-AppxPackage -Path CasewareWebdavDocumentOpener6.msix
Note: Add-AppxPackage does not start the Web Client service. If required in your environment, start the Web Client service after installation.