Forum Discussion
The user cancelled the app installation. (0x80070642)
I am trying to deploy Avaya Communicator X One through Intune but having difficulty.
I can manage to install silently through powershell on a local machine but as soon as its loaded to intune I get this error within a minute of installing on the Company Portal - The user cancelled the app installation. (0x80070642)
I am installing myself and it is not being cancelled. I have reinstalled Windows multiple times and tried various different fixes.
I have tried with the .exe file and also extracting the msi.
The log files that I have got don't seem to through anything up obvious.
Any ideas would be appreciated.
Hi scotth6
You mentioned it works ok interactively using PowerShell but you're deploying using MSI and EXE in Intune. How are you executing it in PowerShell, e.g. what parameters and rights context? You could try packaging a PowerShell script to do it too.
- scotth6Copper ContributorThanks Ru,
I am just copying and pasting the PowerShell command which I did for another app and it worked.
"Avaya.exe" /silent is the Install Command which I input into Intune. Running this from PowerShell seems to do it.- Thijs LecomteBronze ContributorHave you checked in the application install logs if you see something (this is different for each application)?
User cancelled the app install often happens when the app (or a dependency for it) is currently running)
- Moe_KinaniBronze ContributorHi Scot,
I would use Win32 app and package MSI using IntuneAppUtility. Here is a good guide-
https://systemcenterdudes.com/deploy-endpoint-manager-win32-apps/
Moe- scotth6Copper ContributorHi Moe,
Yes tried that unfortunately. Tried packaging with the MSI and EXE through the apputility.
Thanks