Client uninstallation
To uninstall the Adaptiva Client, run the setup executable for the corresponding components and select the Uninstall option.
Windows Installer
Run the adaptiva-client-<version>-windows.exe
and select the button to uninstall. To run the uninstallation silently, run the corresponding installation executable with a -uninstall
switch on the command-line.
For example:
adaptiva-client-<version>-windows.exe -uninstall
Windows P2P Installer
The Peer-to-Peer (P2P) client MSI installer can also be used to perform a client uninstallation. You can run the installer and select the uninstall button or you can run a silent uninstallation from the command-line with the -uninstall
switch.
For example:
msiexec.exe /i adaptiva-client-p2p-<version>-windows.msi /qn UNINSTALL=1
Linux
Open a command shell and run the following command:
sudo apt remove adaptiva-client
or
sudo dnf remove adaptiva-client
MacOS
Open a command shell and run the following command:
sudo /opt/adaptiva/adaptivaclient/bin/uninstall
Last updated
Was this helpful?