Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED SCCM Application Removal fails for first attempt

Avinash1689

Member
Messages
5
Reaction score
0
Points
1
Hello All,
Good Day!

I have an issue with SCCM application uninstallation.
If the downloaded source is deleted from ccmcache after installation and try to uninstall the app, SCCM fails to check if sources are available on the system and re-download it before execution.
This is leading to uninstallation failure on the first attempt. When I "Retry", the sources gets downloaded in the next attempt and uninstallation will be successful. Is there a way to fix this?

Thanks in Advance.

Regards,
Avinash L
 
As part of software testing, we delete the source downloaded and test application launch and other configurations. Doesn't the application check the file locally and then try to run the program?
 
Yes it will check the file according to the detection method which you had used.if any . Mostly issue with detection method. Check the detection method once and logs
 
Hello All,
Good Day!

I have an issue with SCCM application uninstallation.
If the downloaded source is deleted from ccmcache after installation and try to uninstall the app, SCCM fails to check if sources are available on the system and re-download it before execution.
This is leading to uninstallation failure on the first attempt. When I "Retry", the sources gets downloaded in the next attempt and uninstallation will be successful. Is there a way to fix this?

Thanks in Advance.

Regards,
Avinash L
You dont need to delete contents inside ccmcache manually. Set up compliance setting with configuration baseline to remove it automatically.
 
Back
Top