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 command line?
Thank you,
Ly
- Rachid007Copper Contributor
If you have the installer file. Go to the directory where the installerfile is located and run:
yourinstallerfile.exe /uninstall /quiet /norestart
- LyCopper Contributor
Hi Rachid,
The dialog is shown as bellow.
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}
- LyCopper 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
- LyCopper 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
- Tom_van_StiphoutSteel Contributor
What happened when you used the /quiet command line switch?
- LyCopper Contributor
Hi Tom,
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
- LyCopper Contributor
Same result, the above dialog appears again.