Install Caseware WebDAV protocol unattended
This article describes the specifics of installing the Caseware WebDAV 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 below example installs the application for all users.
Add-AppxPackage -Path .\CasewareWebdavDocumentOpener<version>.msix -AllUsers
<version> with the version number in the filename you downloaded above (for example, CasewareWebdavDocumentOpener11.1.45.msix). Run this from the folder containing the downloaded file, or provide the full path.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 .\CasewareWebdavDocumentOpener<version>.msix
<version> with the actual version number in the filename you downloaded.