How to repair applications in ConfigMgr 1810
We can now repair the applications from software center after upgraded to ConfigMgr 1810. Its only available for Windows Installer & Script Deployment Types and not for all. There are two things we need to do for repairing applications from software center.
- Specify repair command line in the deployment type.
- Select end users to repair the application from software center option in the deployment.
Deployment Type configuration:
On the deployment type properties, go to programs tab and specify repair command for the application and click ok to close the properties.
Deployment configuration:
Properties of the deployment, select Allow end users to attempt to repair this application under deployment settings and click ok.
Once we completed the above settings in the application in SCCM console. You can see Repair option enabled in the software center on the client machine and click Repair button to repair the application.
AppDiscovery.log – Detects whether the application is installed or not and content to use for repairing the application.
AppEnforce.log – Records the repair actions of the application.
Thank you for reading 🙂
Good article..clearly explained with visuals….
LikeLike
Thanks nattpu ☺️
LikeLike
Very good. But how i can put the repair command to an existing deployment type via powershell? I don’t find the option in the Set-CMDeploymentType commandlet
LikeLike