Forum Discussion

KapurAl's avatar
KapurAl
Copper Contributor
Nov 07, 2019
Solved

SCCM

Please tell me how can I install SCCM on windows server, Ty

5 Replies

  • lavanyasreepada's avatar
    lavanyasreepada
    Copper Contributor

    Hi KapurAl

     

    Installing the SCCM console from a command prompt always installs the English version. This behavior happens even if the target computer’s OS is set to a different language. So if you want to install any other language version of the SCCM console, then you need to run the setup using console setup wizard.

    1. Open the SCCM Console Setup Wizard, double-click consolesetup.exe
    2. On the Site Server page, enter the fully qualified domain name (FQDN) of the site server to which the SCCM console connects
    3. On the Installation Folder page, enter the installation folder for the SCCM console
    4. On the Ready to Install page, select Install to install the SCCM console   

    Don’t Install Console Using AdminConsole.msi

    Always install the SCCM console by using consolesetup.exe. Although you can install the SCCM console by running adminconsole.msi, this method doesn’t run prerequisites or dependency checks. The installation might not install correctly.

    Install the SCCM console from a command prompt

    If you want to install the English version of the SCCM console, then you can use the command prompt to install the console. Otherwise, you can install the console using the wizard. At the command prompt, type consolesetup.exe from the folder where console installation source files.

    The LangPackDir parameter of consolesetup.exe specifies the path to the folder that contains the language files. You can use Setup Downloader to download the language files. If you do not use this option, Setup looks for the language folder in the current folder. If the language folder is not found, Setup continues to install English only. I would recommend reading Setup Downloader documentation for more details.  

     

    Thanks in Advance 

    Lavanya Sreepada 

     

Resources