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!

PENDING SCCM 1902 Application installs failing in software center

Messages
5
Reaction score
0
Points
1
Hi Prajwal,

I have deploy application from sccm 1902 and and when login on client machine then application showing on software center but it is not installing automatically2044.
 
Hi,

On the type of deployment, make sure that you have selected "required" deployment, and the installation is scheduled as soon as possible.
On the client, check AppEnforce.log log file located on "%WINDIR%\CCM\Logs" if there are any error.
 
Hi,

On the type of deployment, make sure that you have selected "required" deployment, and the installation is scheduled as soon as possible.
On the client, check AppEnforce.log log file located on "%WINDIR%\CCM\Logs" if there are any error.

Hi Youssef,

Yes, I have selected Required and i am unable to see the AppEnforce.log file in client machine.
 
Check if there are a LocationServices.log and CcmExec.log files on the same directory, please share with us these two log files.
 
Check if there are a LocationServices.log and CcmExec.log files on the same directory, please share with us these two log files.

Hi Saad,

Please find the log as an attachment.
 

Attachments

In the LocationServices.log:

Client is not in any boundary group and ConfigMgr is no longer managing WindowsDO GPO. Set WindowsDO GPO to default values. Mode = LAN. GroupID = empty

Please ensure that you have configured correctly the boundaries and the boundaries groups with the assigned Site System Server.
 
Try to add boundaries based on IP address network (your client VLAN) then assign it in the boundaries group.
 
Hi Prajwal,

I have deploy application from sccm 1902 and and when login on client machine then application showing on software center but it is not installing automaticallyView attachment 2044.
Hello Pradeep,
Before you created your deployment did you test the silent installation commands for the application on a workstation? If not you need to work that out first, then use the same commands to run the install/uninstall via SCCM.

For instance the command line I use to silently install Firefox is: "Firefox Setup 60.1.0esr.exe" -ms -ma
To uninstall silently I use: "C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /SILENT

to deploy any application unattended you have to work out the silent commands before rolling out the software.
 
Last edited:
Back
Top