Desktop
Silent Install/Uninstall in windows
Altoura supports silent installation for windows. A silent install is used to install an application without the need to interact with the UI. To install silently user needs to run the below command.
Silent Install in windows :Locate the downloaded exe file then use the below command to install silently.
Path of Altoura.exe /VERYSILENT /SUPPRESSMSGBOXES /DIR=“Path” /LOG=“DesiredPath/filename.log”
Silent Uninstall in windows : Locate the altoura installed directory. You will find the unins000.exe file in the directory. Once you locate the file you can use the below command to uninstall silently.
Path of unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /LOG=“DesiredPath\Logfile.log”

