Sysocmgr in Window Server 2008

In this article I am going to explain about Sysocmgr command in Windows Server 2008 operating system and also explain it's related syntax.
  • 2421

Sysocmgr command in window server 2008

Sysocmgr command is a command-line tool that is built in Windows Server 2008. This command is available in Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2. Sysocmgr command is used to Install a limited set of optional components. Basic syntax for using Cmd command given below.

Syntax

sysocmgr[.exe] /i:InfFile.inf [/u:AnswerFilePathAndName [/q][/w]] [/r] [/z] [/n] [/f] [/c] [/x] [/l]

Parameter

Parameter Description
/i It is required. Designates the InfFile.inf that you specify as the master .inf file.
/u It is specifies the path and file name of an optional answer file that contains parameters for unattended installation.
/q It's run the unattended installation without a user interface. You cannot use /q without /u.
/w It's prompt the user before rebooting, only if reboot is required. You cannot use /w without /u.
/r It is suppress reboot. If reboot is not necessary, this command-line option has no effect.
/z It is indicate that the arguments that follow are not optional component arguments and they should be passed to the components.
/n It's forces the master .inf to be treated as new.
/f It's indicates that all component installation states should be initialized as if their installers had never been run.
/c It's disallows cancellation during the final installation phase.
/x It is suppress the initializing banner.
/l It is multi-language aware installation.
 
Ask Your Question 
 
Got a programming related question? You may want to post your question here
 

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.