Cmstp
Install or delete the "Connection Manager" service configuration file. If this parameter is used without any optional parameters, cmstp uses the default settings corresponding to the operating system and user permissions to install the service configuration file.
Syntax
Syntax 1: serviceprofilefilename.exe/Q: A/C: "cmstp.exe serviceprofilefilename. INF [/NF] [/Ni] [/ns] [/S] [/su] [/u]"
Syntax 2: cmstp.exe [/NF] [/Ni] [/ns] [/S] [/su] [/u] "[drive:] [path] serviceprofilefilename. inf"
Parameters
Serviceprofilefilename.exe
Syntax 1 requires this parameter, but it is invalid for syntax 2. Specify the installation package containing the configuration file to be installed by name.
/Q:
Syntax 1 requires this parameter, but it is invalid for syntax 2. Specify to install the configuration file without prompting the user. The installation confirmation message is displayed.
[Drive:} [path] serviceprofilefilename. inf
Required. Specify by name to determine how to install the configuration file. The [drive:] [path] parameter is invalid for Syntax 1.
/NF
Does not install the support file.
/Ni
Do not create a desktop icon. This parameter is only valid for computers running Windows 95, Windows 98, Windows NT 4.0, or Windows Millennium Edition.
/NS
Do not create a desktop shortcut. This parameter is only valid for computers running Windows 2000 or Windows XP.
/S
Specify to install or uninstall the service configuration file statically (no user response prompt or confirmation message is displayed ).
/Su
Specify to install the service configuration file for a single user, rather than for all users. This parameter is only valid for computers running Windows 2000 or Windows XP.
/U
Specifies the service configuration file to uninstall.
/?
Display help at the command prompt.
Note
/S is the only parameter that can be used with the/u parameter.
Syntax 1 is a custom installation ApplicationProgramThe typical syntax used in. To use this syntax, you must run cmstp from the directory containing the serviceprofilefilename.exe file.
Example
The following example shows the usage of cmstp through a fictitious service configuration file named fiction and its associated files.
To install the fiction service configuration file that does not contain any supporting files, type:
Fiction.exe/C: "cmstp.exe fiction. inf/NF"
To install the fiction service configuration file statically for a single user, type:
Fiction.exe/C: "cmstp.exe fiction. inf/S/su"
To uninstall the fiction service configuration file statically, type:
Fiction.exe/C: "cmstp.exe fiction. inf/S/u"
Xox