Forum Discussion
scotth6
Oct 20, 2020Copper Contributor
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 ...
Ru
Oct 21, 2020MVP
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.
- scotth6Oct 22, 2020Copper 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 LecomteOct 22, 2020Bronze 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)- scotth6Oct 23, 2020Copper ContributorThese logs? C:\ProgramData\Microsoft\IntuneManagementExtension\Logs
I've had a look but not really sure what im looking for, there is nothing which is jumping out at me