Installs or removes a Connection Manager service profile. Used without optional parameters, cmstp installs a service profile with default settings appropriate to the operating system and to the user's permissions.
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"
| • | /s is the only parameter that you can use in combination with /u. |
| • | Syntax 1 is the typical syntax used in a custom installation application. To use this syntax, you must run cmstp from the directory that contains the ServiceProfileFileName.exe file. |
The following examples show possible uses of cmstp in relation to a fictional service profile called Fiction and its associated files.
| • | To install the Fiction service profile without any support files, type: fiction.exe /c:"cmstp.exe fiction.inf /nf" |
| • | To silently install the Fiction service profile for a single user, type: fiction.exe /c:"cmstp.exe fiction.inf /s /su" |
| • | To silently uninstall the Fiction service profile, type: fiction.exe /c:"cmstp.exe fiction.inf /s /u" |
| Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |
| InitWizard("80725369-c45e-4960-bf16-f7dc6fb280a21033"); |