Skip to content
ConfigMgr Admin Console Silent Install Application Using SCCM

ConfigMgr Admin Console Silent Install Application Using SCCM

Written By Anoop C Nair
Last Updated June 20, 2024
Posted In SCCM
SHARE

Let’s create the ConfigMgr Admin Console Silent Install Application Using SCCM. This Application can deploy the SCCM admin console to Windows 10 devices.

You can use the admin console source files from Configuration Manager primary server folder “<SCCM site server installation path>\Tools\ConsoleSetup“.

In this post, I’m trying to install the SCCM 2002 admin console on a Windows 10 2004 device. Let’s perform a ConfigMgr Admin Console Silent Install Application Using SCCM.

Ensure you have all the prerequisites before deploying the SCCM admin console to Windows 10 devices—minimum .NET Framework version for Configuration Manager console.

Patch My PC

Microsoft .NET Framework 4.0 is installed on the Configuration Manager console computer.

Index
Create ConfigMgr Admin Console Application
Configure Deployment Type
Specify information about the content
Specify How this Deployment Type is Detected
Create a Detection Rule
Specify User Experience settings for the application
Deployment of Configuration Manager Admin Console
Results
Failed ConfigMgr Admin Console Silent Install
Log Files of Silent Install of ConfigMgr Console
Continued..
ConfigMgr Admin Console Silent Install Application Using SCCM – Table 1

Create ConfigMgr Admin Console Application

Launch ConfigMgr console and Navigate to \Software Library\Overview\Application Management\Applications

  • Right-click on the Application node and click on Create Application
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.1
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.1

Specify Information about this Application

  • Name – ConfigMgr Admin Console
  • Administrator Comments – v1-2002
  • Publisher – Microsoft
  • Software Version – v1
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.2
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.2

Use the Admin console icon as the Software Center icon.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.3
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.3

Specify the software Center Icon

  • Click on the Next button
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.4
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.4

Configure deployment types and the priority for which they will be applied for this Application.

  • Click the Add button to add a deployment type for the SCCM Admin console application.
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.5
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.5

Specify settings for this deployment type

  • Manually Specify the deployment type information
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.6
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.6

Configure Deployment Type

Specify general information for this deployment type

  • Name – SCCM Admin Console
  • Administrator Comments – Admin Console for SCCM 2002
  • Language – Blank
  • Click on NEXT
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.7
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.7

Specify information about the content

Specify the location of the deployment type’s content and other settings that control how content is delivered to target devices.

  • All the contents in the path specified will be delivered.
    • Content-Location- \CMMEMCM\Sources\Admin Console\2002 v1
  • Specify the command used to install SCCM Admin console content
    • ConsoleSetup.exe /q TargetDir=”%ProgramFiles%\ConfigMgr Console” DefaultSiteServerName=CMMEMCM.memcm.com
  • Click on Next
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.8
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.8

Specify How this Deployment Type is Detected

Specify how the Configuration Manager determines whether this deployment type is already on a device. This detection occurs before the content is installed or when software inventory data is collected.

  • Configure rules to detect the presence of this deployment type:
    • Add Clause
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.9
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.9

Create a Detection Rule

Create a rule that indicates the presence of this Application

  • Setting Type – Windows Installer
  • Specify an MSI Product code as the basis for this rule
    • Click on the Browse button
    • Path – F:\Sources\Admin Console\2002 v1\AdminConsole.msi
  • This MSI product code must exist on the target system to indicate the presence of this Application
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.10
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.10

Click the OK button, then Click on the NEXT button.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.11
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.11

Specify User Experience settings for the Application

  • Installation behavior – Install for System
  • Logon Requirement – Whether or not a user is logged on
  • Installation Program visibility – Normal
    • Allow users to view and interact with the program installation
  • Specify the maximum run time and estimated installation time for the application deployment program. The estimated installation time displayed to the user when the application installs
    • Maximum allowed run time (minutes) – 120
    • Estimated installation time (minutes) – 0
  • Click on NEXT

NOTE! – If you select Install for the user, You have selected “Install for user” for an MSI that contains properties that may not work for user installation.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.12
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.12

Click on the Next button. I don’t have anything to add to the configuration of the requirements for the Configuration Manager Admin console application.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.13
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.13

Click on NEXT. Specify software dependencies for this deployment type.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.14
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.14
General Information:
• Name: SCCM Admin Console
• Technology: Windows Installer (*.msi file)
• Administrator comments: Manually Specify the deployment type information
• Languages:
Content:
• Content location: \CMMEMCM\Sources\Admin Console\2002 v1
• Persist in client cache: No
• Installation program: ConsoleSetup.exe /q TargetDir="%ProgramFiles%\ConfigMgr Console" DefaultSiteServerName=CMMEMCM.memcm.com
• Installation start in:
Detection Method:
User Experience:
• Installation behavior: Install for system
• Login requirement: Whether or not a user is logged on
• Installation priority: Normal
• Allow users to interact with this program: No
• Maximum allowed run time (minutes): 120
• Estimated install time (minutes): 0
Requirements:
Dependencies:

Click on the Next button twice.

  • Click on Close
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.15
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.15

Click Next to continue

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.16
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.16

Click on NEXT twice

  • Click on the Close button to continue
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.17
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.17

Deployment of Configuration Manager Admin Console

Navigate to \Software Library\Overview\Application Management\Applications and then click on the ConfigMgr Admin console application which I created above:

  • Click on the Deploy button from the ribbon menu.
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.18
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.18

Specify general information for this deployment

  • Software – ConfigMgr Admin Console
  • Select the Collection by clicking on the Browse button – HTMD Collection
  • Click on the NEXT button
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.19
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.19

Click on the Add button to select Distribution Point

  • Click on the NEXT button
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.20
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.20

Select Install from Action

  • Select Purpose from Available
  • Click on NEXT
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.21
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.21

Click on the Next button from the Scheduling page

  • Click on the Next button from User Experience (Default settings)
  • Click on the Next button from the Alerts Window (All Default settings)
  • Click on the Next button twice.
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.22
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.22

Results

Manually initiate the policy sync from the Control panelConfiguration Manager Applet.

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.23
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.23

Log on to a Windows 10 device and launch Software Center.

  • Select the application ConfigMgr admin console and click on Install
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.24
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.24

Downloading 80% completed

ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.25
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.25

Failed ConfigMgr Admin Console Silent Install

Event Log Entries for the silent command line failures. I have been working to fix this issue with the SCCM Admin Console silent install. Let’s see some tips here: Admin console command line issues Troubleshooting.

Windows Installer installed the product. Product Name: Microsoft Endpoint Configuration Manager Console. Product Version: 5.2002.1083.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status: 1602.
Product: Microsoft Endpoint Configuration Manager Console -- Installation operation failed.
ConfigMgr Admin Console Silent Install Application Using SCCM - Fig.26
ConfigMgr Admin Console Silent Install Application Using SCCM – Fig.26

Log Files of Silent Install of ConfigMgr Console

  • ConfigMgrAdminUISetupVerbose.log
  • ConfigMgrAdminUISetup.log

Continued…

In the next post, I will blog a lot more about troubleshooting and provide more details for fixing and troubleshooting the Admin console command line issues.

Resources

We are on WhatsApp. To get the latest step-by-step guides and news updates, Join our Channel. Click here –HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read