Forum Discussion
Pogo947
Oct 09, 2023Copper Contributor
WIN32 App Install error 0x80070002
I have an app that I am trying to add to Company Portal. No matter how I try to install it (using a powershell script to call the executable, calling the executable itself, and even using a .cmd to c...
Oct 09, 2023
No thats correct the path of the installation should in the path section and the name of the exe file so intune can detect when the app.is installed. Something is blocking intune from extracting the package on the device ... any thrid party antivirus ?
Oct 09, 2023
Can you please the install command : WRT.exe "/S"
- Oct 09, 2023Try to change the detection method to a registery file for example and check if the app get installed even if not detected seems there is a case sensitive with the install command for this app . Also you can check IntuneManagementExtension.log while the app is deoyed to check if the installation command is the cause behind this error
- Pogo947Oct 09, 2023Copper ContributorWell here is the next conundrum. "/S" causes the apps UI to pop up and require user intervention, which was never a behavior I got before.