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.
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