Skip to main content
Participant
November 23, 2022
Question

Microsoft Intune - Deploy "Adobe Acrobat Reader" but using the "exe-installer" instead of the msi

  • November 23, 2022
  • 0 replies
  • 930 views

What i go so far is an command, that works locally:

readerdc64_de_hi_crd_mdr_install.exe /sAll /rs /msi EULA_ACCEPT=YES

Adobe-Installer

i use this command in a bat-file

%~dp0readerdc64_de_hi_crd_mdr_install.exe /sAll /rs /msi EULA_ACCEPT=YES

 

i make an intune-file with IntuneWinAppUtil.exe
the intune-file consists of:

  • readerdc64_de_hi_crd_mdr_install.exe
  • install.bat

 

after the installation is triggered, the devices print out "error during the installation process"

ON https://endpoint.microsoft.com/, there is an more-specific error description:
access denied. (0x80070005)

 

i know i could use an "msi-package" of adobe, but the exe-file should also work.

This topic has been closed for replies.