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 create Installer project with Prerequisites Access database engine 2016
And the setup I made as bellow. When uninstall my application, the above message always appear.
Please help!
Thank you