Uninstall .msi silently
Posted: Thu Apr 21, 2022 8:50 am
Hi,
Please, how do I unnstall my .msi package silently ?
running
mypackage.msi /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES
brings the msiexec help windows....
and
msiexec /quiet /uninstall 4.8.12.23067.msi
brings the UI to select uninstall or repair...
Any advice would be greatly appreciated (.msi are installed with commandline, SILENT:TRUE and ALLUSERS:TRUE)
Thanks.
Please, how do I unnstall my .msi package silently ?
running
mypackage.msi /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES
brings the msiexec help windows....
and
msiexec /quiet /uninstall 4.8.12.23067.msi
brings the UI to select uninstall or repair...
Any advice would be greatly appreciated (.msi are installed with commandline, SILENT:TRUE and ALLUSERS:TRUE)
Thanks.