Hello,
I'm deploying an application to devices. the deployment is correct exept for 10% of the devices which shows the following error: 0x87D00325
- I understand the meaning of the error: Application was still detected after uninstall completed.
- Looking to the Appenforce log shows the exitcode of 0 (success)
- trying to unistall/Reinstall the application manually from the device,==> uninstall is greyed out ==> can not
- Googling for the answer shows that the process of unistalling was not done while the the process of installing the new version was done. that means I need to configure a delay time or sleep time.
But my problem is that the Unistall script is written on Powershell, so on the SCCM the unistall instruction looks like:
C:\C:\Program Files\....\....\script.ps1 -force
Is there a way adjust the unistall instruction ?
Why its happing for a few devices and not all ?
Thank you all