Forum Discussion

Ly's avatar
Ly
Copper Contributor
Jan 10, 2025

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

  • Rachid007's avatar
    Rachid007
    Copper Contributor

    If you have the installer file. Go to the directory where the installerfile is located and run:

    yourinstallerfile.exe /uninstall /quiet /norestart

    • Ly's avatar
      Ly
      Copper Contributor

      Hi Rachid,

      The dialog is shown as bellow.

       

    • Ly's avatar
      Ly
      Copper 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

       

    • Ly's avatar
      Ly
      Copper 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

    • Ly's avatar
      Ly
      Copper 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

    • Ly's avatar
      Ly
      Copper Contributor

      Same result, the above dialog appears again.

Resources