SMSINST: Command Line Parameter Order for Installer ExecutablesLast reviewed: June 27, 1997Article ID: Q164353 |
The information in this article applies to:
SUMMARYA Systems Management Server Installer installation executable file can accept custom command-line parameters that are read into the script variable CMDLINE. When using the built-in command line options available, the built-in command line arguments must be supplied first on the application command line.
MORE INFORMATIONThe following are the built-in command line options available when using an installation executable: Test Mode - /T Allows an installation script to be tested without making changes to the system. Extract Mode - /X and /Z
Silent Mode - /S Performs an installation in silent mode. The background gradient and progress bar are not displayed. Messages or prompts that the installation uses (except RESTART) will not be displayed. Please see the Systems Management Server Installer Version 1.0 documentation (http://www.microsoft.com/SMSMGMT/installer.htm) for a more complete overview of these command-line parameters. If you want to process custom command-line arguments in your installation executable, they must follow the Installer built-in command line options. Built-in arguments will be ignored if they are preceded by custom arguments. The following is an example for a Setup.exe file:
setup.exe [/S] [/X|Z] [/M] [CMDLINE arguments]The following is a similar example for an Uninstal.exe file, where /C is for a Custom removal, and /A is for an Automatic removal:
uninstal.exe [/S] [/C] [/A] [x:\path\install.log] "Optional dialog bar message" |
Additional query words: prodsms sms uninstall deinstall de-install
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |