Forum Discussion
Ly
Jan 10, 2025Copper Contributor
How to Uninstall Microsoft Access Database Engine 2016 by COMMAND LINE
Hi Team, I would like to uninstall Microsoft Access Database Engine 2016 by using command line. However, It always show a bellow dialog. Could you please show me how to uninstall it by using c...
Jan 11, 2025
According to: https://www.reddit.com/r/SCCM/comments/d8l2rm/question_silent_uninstall_microsoft_office_access/?rdt=48064 you should be able to use a command similar to:
msiexec /x {90140000-00D1-0409-0000-0000000FF1CE} /qn
but you'll have to check the Product Id for 2016, I believe it is: {90160000-00D1-0409-0000-0000000FF1CE}
Ly
Jan 13, 2025Copper Contributor
Hi Daniel,
I created a installer project and Access Database Engine is one of its prerequires.
I used /x {90160000-00D1-0409-1000-0000000FF1CE} /qn or msiexec /x {90160000-00D1-0409-1000-0000000FF1CE} /qn. The bellow dialog still appear. The commands work If I use them via Command line
Please help!
Thank you in advance!
Ly Nguyen