Skip to main content
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”