QUESTION :
When performing a silent uninstallation of an msi package, is there any way to bypass this kind of dialog?
I’ve tried with the /Passive
and /Quiet
parameter, but it does not take any effect.
If this is not possible, what silent alternatives do I have?
ANSWER :
use msiexec.exe /qb /x
this should solve your problem