Microsoft Intune - Deploy "Adobe Acrobat Reader" but using the "exe-installer" instead of the msi
What i go so far is an command, that works locally:
readerdc64_de_hi_crd_mdr_install.exe /sAll /rs /msi EULA_ACCEPT=YESi 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.
