Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Uninstall from Microsoft Intune

Community Beginner ,
Apr 26, 2021 Apr 26, 2021

Our request

We uninstall Adobe Reader DC by Microsoft Intune.

 

Our case

I registrated uninstall command "MsiExec.exe /I{<Product Code>} /q".

But I fail to uninstall.

TOPICS
How to
15.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
2 ACCEPTED SOLUTIONS
Community Expert ,
Apr 26, 2021 Apr 26, 2021

You may need the original name of the old msi package.

 

From what I've read before, only the old msi package that you used to install the program knows how to uninstall itself.

 

The method that you're currently using requires more than just knowing the product key.

 

You may need to identify if the msi package that you're currently trying to uninstall is actually the original installer program or an upgrade code.

 

Try some of the methods described in the link below:

 

 

There's other alternative methods described in more detail here:

 

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 27, 2021 Apr 27, 2021

Thank you for recomed site (https://stackoverflow.com/questions/29937568/how-can-i-find-the-product-guid-of-an-installed-msi-set...

 

I could silent uninstall Adobe Reader DC.

uninstall commnd:

msiexec.exe /x {<Product code>} /QN /L*V "C:\My.log" REBOOT=ReallySuppress

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 26, 2021 Apr 26, 2021

You may need the original name of the old msi package.

 

From what I've read before, only the old msi package that you used to install the program knows how to uninstall itself.

 

The method that you're currently using requires more than just knowing the product key.

 

You may need to identify if the msi package that you're currently trying to uninstall is actually the original installer program or an upgrade code.

 

Try some of the methods described in the link below:

 

 

There's other alternative methods described in more detail here:

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 27, 2021 Apr 27, 2021

Thank you for recomed site (https://stackoverflow.com/questions/29937568/how-can-i-find-the-product-guid-of-an-installed-msi-set...

 

I could silent uninstall Adobe Reader DC.

uninstall commnd:

msiexec.exe /x {<Product code>} /QN /L*V "C:\My.log" REBOOT=ReallySuppress

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 27, 2021 Apr 27, 2021
LATEST

You're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines